Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 8, 2024
1 parent bda5d66 commit fc538b5
Show file tree
Hide file tree
Showing 12 changed files with 1,606 additions and 1,625 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/ieee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module IEEE
VERSION = "1.2.10".freeze
VERSION = "1.2.11".freeze
end
end
4 changes: 2 additions & 2 deletions metanorma-ieee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")

spec.add_dependency "metanorma-standoc", "~> 2.8.4"
spec.add_dependency "metanorma-standoc", "~> 2.9.0"
spec.add_dependency "mnconvert", "~> 1.20"
spec.add_dependency "pubid"

Expand Down
8 changes: 4 additions & 4 deletions spec/metanorma/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
</preferred>
</term>
</terms>
<clause id='_' obligation='normative'>
<clause id='_' obligation='normative' type="terms">
<title>Definitions, acronyms and abbreviations</title>
<clause id='_' inline-header='false' obligation='normative'>
<title>Introduction</title>
Expand All @@ -593,7 +593,7 @@
<title>Intro 3</title>
</clause>
</terms>
<clause id='_' obligation='normative'>
<clause id='_' obligation='normative' type="terms">
<title>Intro 4</title>
<terms id='_' obligation='normative'>
<title>Intro 5</title>
Expand Down Expand Up @@ -831,7 +831,7 @@
</preferred>
</term>
</terms>
<clause id='_' obligation='normative'>
<clause id='_' obligation='normative' type="terms">
<title>Definitions, acronyms and abbreviations</title>
<clause id='_' inline-header='false' obligation='normative'>
<title>Introduction</title>
Expand All @@ -845,7 +845,7 @@
<title>Intro 3</title>
</clause>
</terms>
<clause id='_' obligation='normative'>
<clause id='_' obligation='normative' type="terms">
<title>Intro 4</title>
<terms id='_' obligation='normative'>
<title>Intro 5</title>
Expand Down
2 changes: 1 addition & 1 deletion spec/metanorma/refs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
<bibitem id="ref2" type="standard">
<docidentifier type="ISO" primary="true">ISO 10642</docidentifier>
<docidentifier type="iso-reference">ISO 10642(E)</docidentifier>
<docidentifier type="URN">urn:iso:std:iso:10642:stage-90.20</docidentifier>
<docidentifier type="URN">urn:iso:std:iso:10642:stage-90.60</docidentifier>
<note type="Availability">
<p id="_">ISO publications are available from the ISO Central Secretariat
(http://www.iso.org/). ISO publications are also available in the United
Expand Down
2,933 changes: 1,457 additions & 1,476 deletions spec/vcr_cassettes/availability.yml

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions spec/vcr_cassettes/ieee-multi.yml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions spec/vcr_cassettes/iso123.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions spec/vcr_cassettes/multistandard.yml

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions spec/vcr_cassettes/multistandard0.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc538b5

Please sign in to comment.