Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 19, 2022
1 parent 28d8bb7 commit d0ef61d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 11 additions & 1 deletion lib/metanorma/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,11 @@
<ref name="MultilingualRenderingType"/>
</attribute>
</optional>
<optional>
<attribute name="linenums">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<ref name="tname"/>
</optional>
Expand Down Expand Up @@ -1238,6 +1243,11 @@
</define>
<define name="concept">
<element name="concept">
<optional>
<attribute name="bold">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="ital">
<data type="boolean"/>
Expand Down Expand Up @@ -2653,7 +2663,7 @@
<value>full</value>
<value>short</value>
<value>id</value>
<value>modspec</value>
<text/>
</choice>
</define>
<define name="erefTypeWithConnective">
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 = "2.2.0".freeze
VERSION = "2.2.1".freeze
end
end
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def xmlpp(xml)
XSL
Nokogiri::XSLT(xsl).transform(Nokogiri::XML(xml, &:noblanks))
.to_xml(indent: 2, encoding: "UTF-8")
.gsub(%r{<fetched>[^<]+</fetched>}, "<fetched/>")
.gsub(%r{ schema-version="[^"]+"}, "")
end

ASCIIDOC_BLANK_HDR = <<~"HDR".freeze
Expand Down

0 comments on commit d0ef61d

Please sign in to comment.