Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 2, 2024
1 parent d7b907a commit cbe3326
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Cli
VERSION = "1.10.6".freeze
VERSION = "1.10.7".freeze
end
end
6 changes: 3 additions & 3 deletions metanorma-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ Gem::Specification.new do |spec|
# spec.add_runtime_dependency 'metanorma-ribose', "~> 2.3.0"
spec.add_runtime_dependency "metanorma-bipm", "~> 2.5.0"
spec.add_runtime_dependency "metanorma-generic", "~> 2.7.0"
spec.add_runtime_dependency "metanorma-standoc", "~> 2.9.3"
spec.add_runtime_dependency "metanorma-standoc", "~> 2.9.6"
# spec.add_runtime_dependency 'metanorma-mpfa', "~> 0.9.0"
spec.add_runtime_dependency "git", "~> 1.5"
spec.add_runtime_dependency "metanorma", "~> 2.0.0"
spec.add_runtime_dependency "metanorma-iho", "~> 1.0.0"
spec.add_runtime_dependency "metanorma-itu", "~> 2.5.0"
# spec.add_runtime_dependency "metanorma-nist", "~> 2.3.0"
spec.add_runtime_dependency "metanorma-ieee", "~> 1.2.0"
spec.add_runtime_dependency "metanorma-ieee", "~> 1.3.0"
spec.add_runtime_dependency "metanorma-jis", "~> 0.3.0"
spec.add_runtime_dependency "metanorma-ogc", "~> 2.5.0"
spec.add_runtime_dependency "metanorma-ogc", "~> 2.6.0"
spec.add_runtime_dependency "metanorma-plateau", "~> 0.1.0"
spec.add_runtime_dependency "metanorma-un", "~> 0.12.0"
spec.add_runtime_dependency "relaton-cli", ">= 0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/list_extensions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
output = capture_stdout { Metanorma::Cli.start(command) }

expect(output).to include("iso: xml, presentation, rxl, html")
expect(output).to include("cc: xml, presentation, rxl, html, doc and pdf")
expect(output).to include("cc: html, doc, xml, presentation, rxl and pdf")
expect(output).to include("ietf: rxl, xml, rfc, html, txt and pdf")
end

Expand Down

0 comments on commit cbe3326

Please sign in to comment.