From 3cf1cf3b143dff81044f0c7907200d5a9bb9bfd4 Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Tue, 28 Nov 2023 10:12:54 +1100 Subject: [PATCH] version bump --- Gemfile.devel | 4 ---- lib/metanorma/cli/version.rb | 2 +- metanorma-cli.gemspec | 6 +++--- spec/metanorma_spec.rb | 9 ++++----- 4 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 Gemfile.devel diff --git a/Gemfile.devel b/Gemfile.devel deleted file mode 100644 index 1f750e3..0000000 --- a/Gemfile.devel +++ /dev/null @@ -1,4 +0,0 @@ -gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "fix/xslt-memory" -gem "relaton-bib", git: "https://github.com/relaton/relaton-bib", branch: "fix/xslt-memory" -gem "html2doc", git: "https://github.com/metanorma/html2doc", branch: "main" - diff --git a/lib/metanorma/cli/version.rb b/lib/metanorma/cli/version.rb index 6d7598a..7b08c8f 100644 --- a/lib/metanorma/cli/version.rb +++ b/lib/metanorma/cli/version.rb @@ -1,5 +1,5 @@ module Metanorma module Cli - VERSION = "1.8.8".freeze + VERSION = "1.8.9".freeze end end diff --git a/metanorma-cli.gemspec b/metanorma-cli.gemspec index d6005ba..d75ff5c 100644 --- a/metanorma-cli.gemspec +++ b/metanorma-cli.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "sassc" spec.add_runtime_dependency "metanorma-ietf", "~> 3.2.0" - spec.add_runtime_dependency "metanorma-iso", "~> 2.5.0" + spec.add_runtime_dependency "metanorma-iso", "~> 2.6.0" spec.add_runtime_dependency "mnconvert" spec.add_runtime_dependency "thor", "~> 1.0" # spec.add_runtime_dependency "metanorma-gb", "~> 1.5.0" @@ -45,8 +45,8 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "metanorma-iec", "~> 2.3.0" # spec.add_runtime_dependency 'metanorma-ribose', "~> 2.3.0" spec.add_runtime_dependency "metanorma-bipm", "~> 2.3.0" - spec.add_runtime_dependency "metanorma-generic", "~> 2.5.0" - spec.add_runtime_dependency "metanorma-standoc", "~> 2.6.0" + spec.add_runtime_dependency "metanorma-generic", "~> 2.5.4" + spec.add_runtime_dependency "metanorma-standoc", "~> 2.7.0" # spec.add_runtime_dependency 'metanorma-mpfa', "~> 0.9.0" spec.add_runtime_dependency "git", "~> 1.5" spec.add_runtime_dependency "metanorma", "~> 1.6.0" diff --git a/spec/metanorma_spec.rb b/spec/metanorma_spec.rb index 9a3d659..ffb276f 100644 --- a/spec/metanorma_spec.rb +++ b/spec/metanorma_spec.rb @@ -172,13 +172,11 @@ end # COMMENT context "with -r option specified" do - # context is ignoring the needed "bundle install", and therefore can GO TO HELL. REMOVED. # moving this text to end of suite instead =begin - #context "with -r option specified" do - xit "with -r option specified loads the libary and compile document" do + context "with -r option specified" do + it "with -r option specified loads the libary and compile document" do create_clean_test_files ASCIIDOC_PREAMBLE_HDR - require "debug"; binding.b system "bundle install" compile_doc(source_file, "-t iso -r metanorma-iso --no-install-fonts") @@ -186,8 +184,9 @@ expect_files_to_not_exists("test.doc", "test.alt.html") expect(file_content("test.xml")).to include("") end - #end + end =end + %w[rfc sts].each do |type| it "metanorma-cli convert #{type}" do input_fname = "mnconvert_#{type}.xml"