Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed May 16, 2022
1 parent 490aae8 commit 33a966b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/ribose/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ribose
VERSION = "2.1.0".freeze
VERSION = "2.1.1".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-ribose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_dependency "metanorma-generic", "~> 2.1.0"
spec.add_dependency "metanorma-generic", "~> 2.1.1"

spec.add_development_dependency "debug"
spec.add_development_dependency "equivalent-xml", "~> 0.6"
Expand Down
2 changes: 1 addition & 1 deletion spec/isodoc/html_convert_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
output = xmlpp(<<~"OUTPUT")
<div id='H'>
<h1 id='toc0'>1.&#xA0; Terms, Definitions, Symbols and Abbreviated Terms</h1>
<p class='Terms' style='text-align:left;' id='J'><strong>1.1.</strong>Term2</p>
<p class='Terms' style='text-align:left;' id='J'><strong>1.1.</strong>&#xa0;Term2</p>
<p class='AltTerms' style='text-align:left;'>Term2A</p>
<p class='AltTerms' style='text-align:left;'>Term2B</p>
<p class='DeprecatedTerms' style='text-align:left;'>DEPRECATED: Term2C</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/metanorma/processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<p class="zzSTDTitle1"></p>
<div id="H">
<h1 id="toc0">1&#xA0; Terms, Definitions, Symbols and Abbreviated Terms</h1>
<p class='Terms' style='text-align:left;' id='J'><strong>1.1</strong>Term2</p>
<p class='Terms' style='text-align:left;' id='J'><strong>1.1</strong>&#xa0;Term2</p>
</div>
</main>
OUTPUT
Expand Down

0 comments on commit 33a966b

Please sign in to comment.