Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 20, 2023
1 parent 6f51008 commit 12ccf6b
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 37 deletions.
73 changes: 38 additions & 35 deletions lib/metanorma/standoc/basicdoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -914,44 +914,47 @@
-->
<define name="image">
<element name="image">
<attribute name="id">
<data type="ID"/>
<ref name="Image"/>
</element>
</define>
<define name="Image">
<attribute name="id">
<data type="ID"/>
</attribute>
<attribute name="src">
<data type="anyURI"/>
</attribute>
<attribute name="mimetype"/>
<optional>
<attribute name="filename"/>
</optional>
<optional>
<attribute name="width">
<choice>
<data type="int"/>
<value>auto</value>
</choice>
</attribute>
<attribute name="src">
</optional>
<optional>
<attribute name="height">
<choice>
<data type="int"/>
<value>auto</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
<optional>
<attribute name="title"/>
</optional>
<optional>
<attribute name="longdesc">
<data type="anyURI"/>
</attribute>
<attribute name="mimetype"/>
<optional>
<attribute name="filename"/>
</optional>
<optional>
<attribute name="width">
<choice>
<data type="int"/>
<value>auto</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="height">
<choice>
<data type="int"/>
<value>auto</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
<optional>
<attribute name="title"/>
</optional>
<optional>
<attribute name="longdesc">
<data type="anyURI"/>
</attribute>
</optional>
</element>
</optional>
</define>
<define name="video">
<element name="video">
Expand Down
8 changes: 8 additions & 0 deletions lib/metanorma/standoc/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@
<zeroOrMore>
<ref name="contact"/>
</zeroOrMore>
<optional>
<ref name="logo"/>
</optional>
</element>
</define>
<define name="orgname">
Expand All @@ -366,6 +369,11 @@
</choice>
</element>
</define>
<define name="logo">
<element name="logo">
<ref name="image"/>
</element>
</define>
<define name="NameWithVariants">
<element name="primary">
<ref name="LocalizedString"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/standoc/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def versioned(mod, flavour)
end

module Standoc
VERSION = "2.6.2".freeze
VERSION = "2.6.3".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-standoc.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 "addressable", "~> 2.8.0"
spec.add_dependency "asciidoctor", "~> 2.0.0"
spec.add_dependency "iev", "~> 0.3.0"
spec.add_dependency "isodoc", "~> 2.6.3"
spec.add_dependency "isodoc", "~> 2.7.0"
spec.add_dependency "metanorma", ">= 1.6.0"
spec.add_dependency "metanorma-plugin-datastruct", "~> 0.2.0"
spec.add_dependency "metanorma-plugin-glossarist", "~> 0.1.1"
Expand Down
Loading

0 comments on commit 12ccf6b

Please sign in to comment.