Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 7, 2023
1 parent ad18b78 commit 782224f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile.devel

This file was deleted.

30 changes: 26 additions & 4 deletions lib/metanorma/un/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
these elements; we just want one namespace for any child grammars
of this.
-->
<!-- VERSION v1.2.2 -->
<!-- VERSION v1.2.3 -->
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="reqt.rng"/>
<include href="basicdoc.rng">
Expand Down Expand Up @@ -192,9 +192,11 @@
</attribute>
</optional>
<attribute name="citeas"/>
<attribute name="type">
<ref name="ReferenceFormat"/>
</attribute>
<optional>
<attribute name="type">
<ref name="ReferenceFormat"/>
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
Expand Down Expand Up @@ -836,6 +838,26 @@
<ref name="paragraph"/>
</element>
</define>
<define name="stem">
<element name="stem">
<attribute name="type">
<choice>
<value>MathML</value>
<value>AsciiMath</value>
<value>LatexMath</value>
</choice>
</attribute>
<attribute name="block">
<data type="boolean"/>
</attribute>
<oneOrMore>
<choice>
<text/>
<ref name="AnyElement"/>
</choice>
</oneOrMore>
</element>
</define>
<define name="em">
<element name="em">
<zeroOrMore>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/un/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module UN
VERSION = "0.10.13".freeze
VERSION = "0.11.0".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-un.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 "roman-numerals"
spec.add_dependency "twitter_cldr"

spec.add_dependency "metanorma-standoc", "~> 2.4.2"
spec.add_dependency "metanorma-standoc", "~> 2.5.0"

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

0 comments on commit 782224f

Please sign in to comment.