Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 23, 2024
1 parent 48db256 commit 9d69edc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile.devel

This file was deleted.

2 changes: 1 addition & 1 deletion lib/metanorma/iso/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Iso
VERSION = "2.9.2".freeze
VERSION = "2.9.3".freeze
end
end
2 changes: 1 addition & 1 deletion spec/isodoc/ref_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
<span class='biburl'>
<link target='https://registre.ign.fr/'>https://registre.ign.fr/</link>
</span>
. [viewed: #{Date.today.strftime('%B %-d, %Y')}].
.
</formattedref>
<uri>https://registre.ign.fr/</uri>
<docidentifier type='metanorma-ordinal'>[1]</docidentifier>
Expand Down
2 changes: 1 addition & 1 deletion spec/relaton/render_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
</bibitem>
INPUT
output = <<~OUTPUT
<formattedref><smallcap>Ribose Inc.</smallcap>. <em>metanorma-standoc</em>. Version 1.3.1. 2019. Available from: <span class='biburl'><link target='https://github.com/metanorma/metanorma-standoc'>https://github.com/metanorma/metanorma-standoc</link></span>. [viewed: #{Date.today.strftime('%B %-d, %Y')}].</formattedref>
<formattedref><smallcap>Ribose Inc.</smallcap>. <em>metanorma-standoc</em>. Version 1.3.1. 2019. Available from: <span class='biburl'><link target='https://github.com/metanorma/metanorma-standoc'>https://github.com/metanorma/metanorma-standoc</link></span>.</formattedref>
OUTPUT
p = renderer
expect(p.render(input))
Expand Down

0 comments on commit 9d69edc

Please sign in to comment.