Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 8, 2022
1 parent a90500b commit 9e2b9b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion lib/metanorma/ribose/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,12 @@
</define>
<define name="span">
<element name="span">
<attribute name="class"/>
<optional>
<attribute name="class"/>
</optional>
<optional>
<attribute name="style"/>
</optional>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/ribose/reqt.rng
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</element>
</define>
<define name="label">
<element name="label">
<element name="identifier">
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
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.5".freeze
VERSION = "2.1.6".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-ribose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_dependency "metanorma-generic", "~> 2.1.1"
spec.add_dependency "metanorma-generic", "~> 2.2.0"

spec.add_development_dependency "debug"
spec.add_development_dependency "equivalent-xml", "~> 0.6"
Expand Down

0 comments on commit 9e2b9b2

Please sign in to comment.