Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Apr 10, 2023
1 parent 929104b commit 96c9ae7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
36 changes: 29 additions & 7 deletions lib/metanorma/cc/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@
<optional>
<ref name="dl"/>
</optional>
<optional>
<ref name="source"/>
</optional>
</element>
</define>
<define name="figure">
Expand All @@ -404,9 +407,6 @@
<attribute name="class"/>
</optional>
<ref name="BlockAttributes"/>
<optional>
<ref name="source"/>
</optional>
<optional>
<ref name="tname"/>
</optional>
Expand All @@ -431,6 +431,20 @@
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
<optional>
<ref name="source"/>
</optional>
</element>
</define>
<define name="source">
<element name="source">
<attribute name="status">
<ref name="SourceStatusType"/>
</attribute>
<ref name="origin"/>
<optional>
<ref name="modification"/>
</optional>
</element>
</define>
<define name="sourcecode">
Expand Down Expand Up @@ -2099,10 +2113,7 @@
<define name="termsource">
<element name="termsource">
<attribute name="status">
<choice>
<value>identical</value>
<value>modified</value>
</choice>
<ref name="SourceStatusType"/>
</attribute>
<attribute name="type">
<choice>
Expand All @@ -2116,6 +2127,17 @@
</optional>
</element>
</define>
<define name="SourceStatusType">
<choice>
<value>identical</value>
<value>modified</value>
<value>restyled</value>
<value>context-added</value>
<value>generalisation</value>
<value>specialisation</value>
<value>unspecified</value>
</choice>
</define>
<define name="origin">
<element name="origin">
<choice>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/cc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module CC
VERSION = "2.2.6".freeze
VERSION = "2.2.7".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-cc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "metanorma-generic", "~> 2.4.0"
spec.add_dependency "metanorma-generic", "~> 2.4.1"

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

0 comments on commit 96c9ae7

Please sign in to comment.