Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 6, 2022
1 parent 55f3f65 commit 76674e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lib/metanorma-ribose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
require_relative "isodoc/ribose/presentation_xml_convert"
require_relative "isodoc/ribose/xref"
require_relative "metanorma/ribose/version"
require "metanorma"

if defined? Metanorma
if defined? Metanorma::Registry
require_relative "metanorma/ribose"
Metanorma::Registry.instance.register(Metanorma::Ribose::Processor)
end
13 changes: 8 additions & 5 deletions lib/metanorma/ribose/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
<zeroOrMore>
<ref name="forename"/>
</zeroOrMore>
<zeroOrMore>
<ref name="initial"/>
</zeroOrMore>
<optional>
<ref name="formatted-initials"/>
</optional>
<ref name="surname"/>
<zeroOrMore>
<ref name="addition"/>
Expand All @@ -247,8 +247,8 @@
<ref name="LocalizedString"/>
</element>
</define>
<define name="initial">
<element name="initial">
<define name="formatted-initials">
<element name="formatted-initials">
<ref name="LocalizedString"/>
</element>
</define>
Expand All @@ -264,6 +264,9 @@
</define>
<define name="forename">
<element name="forename">
<optional>
<attribute name="initial"/>
</optional>
<ref name="LocalizedString"/>
</element>
</define>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/ribose/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ribose
VERSION = "2.1.7".freeze
VERSION = "2.1.8".freeze
end
end

0 comments on commit 76674e7

Please sign in to comment.