Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 27, 2023
1 parent 16b70d6 commit 3cf1cf3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 0 additions & 4 deletions Gemfile.devel

This file was deleted.

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.8.8".freeze
VERSION = "1.8.9".freeze
end
end
6 changes: 3 additions & 3 deletions metanorma-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
9 changes: 4 additions & 5 deletions spec/metanorma_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,21 @@
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")
expect_files_to_exists("test.xml", "test.html")
expect_files_to_not_exists("test.doc", "test.alt.html")
expect(file_content("test.xml")).to include("</iso-standard>")
end
#end
end
=end

%w[rfc sts].each do |type|
it "metanorma-cli convert #{type}" do
input_fname = "mnconvert_#{type}.xml"
Expand Down

0 comments on commit 3cf1cf3

Please sign in to comment.