Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 23, 2019
1 parent 1830506 commit 21a22a8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
16 changes: 14 additions & 2 deletions lib/asciidoctor/iso/basicdoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
<optional>
<ref name="section-title"/>
</optional>
<optional>
<zeroOrMore>
<ref name="BasicBlock"/>
</optional>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
Expand Down Expand Up @@ -567,6 +567,7 @@
<ref name="pagebreak"/>
<ref name="bookmark"/>
<ref name="image"/>
<ref name="index"/>
</choice>
</define>
<define name="PureTextElement">
Expand Down Expand Up @@ -691,6 +692,17 @@
<empty/>
</element>
</define>
<define name="index">
<element name="index">
<attribute name="primary"/>
<optional>
<attribute name="secondary"/>
</optional>
<optional>
<attribute name="tertiary"/>
</optional>
</element>
</define>
<!-- bare ID element, used for referencing arbitrary spans of text -->
<define name="bookmark">
<element name="bookmark">
Expand Down
12 changes: 6 additions & 6 deletions lib/asciidoctor/iso/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@
</optional>
<choice>
<group>
<optional>
<zeroOrMore>
<ref name="BasicBlock"/>
</optional>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
Expand Down Expand Up @@ -244,9 +244,9 @@
</optional>
<choice>
<group>
<optional>
<zeroOrMore>
<ref name="BasicBlock"/>
</optional>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
Expand Down Expand Up @@ -289,9 +289,9 @@
</optional>
<choice>
<group>
<optional>
<zeroOrMore>
<ref name="BasicBlock"/>
</optional>
</zeroOrMore>
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
Expand Down
11 changes: 7 additions & 4 deletions lib/asciidoctor/iso/isostandard.rng
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@
<define name="sections">
<element name="sections">
<ref name="clause"/>
<choice>
<ref name="term-clause"/>
<ref name="terms"/>
</choice>
<optional>
<choice>
<ref name="term-clause"/>
<ref name="terms"/>
</choice>
</optional>
<optional>
<ref name="definitions"/>
</optional>
Expand Down Expand Up @@ -397,6 +399,7 @@
</optional>
<choice>
<ref name="image"/>
<ref name="pre"/>
<oneOrMore>
<ref name="subfigure"/>
</oneOrMore>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/iso/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module ISO
VERSION = "1.3.11".freeze
VERSION = "1.3.12".freeze
end
end

0 comments on commit 21a22a8

Please sign in to comment.