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 dd8b76c commit f22d26d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion lib/asciidoctor/iec/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/iec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Metanorma
module Iec
VERSION = "1.3.5".freeze
VERSION = "1.3.6".freeze
end
end

2 changes: 1 addition & 1 deletion metanorma-iec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {spec}/*`.split("\n")
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_dependency "metanorma-iso", "~> 1.8.0"
spec.add_dependency "metanorma-iso", "~> 1.8.6"
spec.add_dependency "ruby-jing"

spec.add_development_dependency "byebug"
Expand Down

0 comments on commit f22d26d

Please sign in to comment.