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 d6c7767 commit daafabb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/iec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Metanorma
module Iec
VERSION = "2.4.9".freeze
VERSION = "2.4.11".freeze
end
end

4 changes: 2 additions & 2 deletions metanorma-iec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Gem::Specification.new do |spec|
|| f.match(%r{Rakefile|bin/rspec})
end
spec.test_files = `git ls-files -- {spec}/*`.split("\n")
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")

spec.add_dependency "metanorma-iso", "~> 2.7.3"
spec.add_dependency "metanorma-iso", "~> 2.8.0"
spec.add_dependency "pubid"

spec.add_development_dependency "debug"
Expand Down
3 changes: 2 additions & 1 deletion spec/metanorma/section_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
<title>Scope</title>
<p id="_">Text</p>
</clause>
<clause id="_" obligation="normative"><title>Terms, definitions, symbols and abbreviated terms</title><terms id="_" obligation="normative">
<clause id="_" obligation="normative" type="terms"
><title>Terms, definitions, symbols and abbreviated terms</title><terms id="_" obligation="normative">
<title>Terms and definitions</title>
<p id="_">For the purposes of this document, the following terms and definitions apply.</p>
#{TERMS_BOILERPLATE}
Expand Down

0 comments on commit daafabb

Please sign in to comment.