Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 5, 2021
1 parent 015383a commit 3af119c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,24 @@
<define name="concept">
<element name="concept">
<optional>
<attribute name="term"/>
<element name="refterm">
<zeroOrMore>
<choice>
<ref name="PureTextElement"/>
<ref name="stem"/>
</choice>
</zeroOrMore>
</element>
</optional>
<optional>
<element name="renderterm">
<zeroOrMore>
<choice>
<ref name="PureTextElement"/>
<ref name="stem"/>
</choice>
</zeroOrMore>
</element>
</optional>
<choice>
<ref name="eref"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/m3aawg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module M3AAWG
VERSION = "1.7.5".freeze
VERSION = "1.7.6".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-m3d.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "thread_safe"

spec.add_dependency "metanorma-generic", "~> 1.10.0"
spec.add_dependency "metanorma-generic", "~> 1.10.2"

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

0 comments on commit 3af119c

Please sign in to comment.