diff --git a/Gemfile.lock b/Gemfile.lock index a3002cfb..825b74d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metanorma-cli (1.1.3) + metanorma-cli (1.1.4) isodoc (~> 0.9.0) metanorma (~> 0.3.5) metanorma-acme (~> 1.1.0) @@ -43,7 +43,7 @@ GEM cnccs (~> 0.1.1) gb-agencies (~> 0.0.1) iso-bib-item (~> 0.4.2) - html2doc (0.8.8) + html2doc (0.8.9) asciimath (~> 1.0.7) htmlentities (~> 4.3.4) image_size @@ -71,7 +71,7 @@ GEM algoliasearch iecbib (~> 0.2.1) iso-bib-item (~> 0.4.2) - isodoc (0.9.15) + isodoc (0.9.16) asciimath html2doc (~> 0.8.6) htmlentities (~> 4.3.4) @@ -87,15 +87,15 @@ GEM isoics (0.1.7) json (2.1.0) liquid (4.0.1) - metanorma (0.3.7) + metanorma (0.3.8) asciidoctor - metanorma-acme (1.1.0) + metanorma-acme (1.1.1) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) isodoc (~> 0.9.0) metanorma-standoc (~> 1.1.0) ruby-jing - metanorma-csand (1.1.0) + metanorma-csand (1.1.1) asciidoctor (~> 1.5.7) asciimath htmlentities (~> 4.3.4) @@ -108,10 +108,10 @@ GEM ruby-xslt thread_safe uuidtools - metanorma-csd (1.1.0) + metanorma-csd (1.1.1) isodoc (~> 0.9.6) metanorma-standoc (~> 1.1.0) - metanorma-gb (1.1.0) + metanorma-gb (1.1.1) gb-agencies (~> 0.0.4) isodoc (~> 0.9.1) metanorma-iso (~> 1.1.0) @@ -119,13 +119,13 @@ GEM metanorma-ietf (1.0.1) isodoc (~> 0.9.6) metanorma-standoc (~> 1.1.0) - metanorma-iso (1.1.0) + metanorma-iso (1.1.1) asciidoctor (~> 1.5.7) iev (~> 0.2.0) isodoc (~> 0.9.8) metanorma-standoc (~> 1.1.0) ruby-jing - metanorma-m3d (1.1.0) + metanorma-m3d (1.1.1) asciidoctor (~> 1.5.7) asciimath htmlentities (~> 4.3.4) @@ -138,33 +138,33 @@ GEM ruby-xslt thread_safe uuidtools - metanorma-mpfd (0.1.6) + metanorma-mpfd (0.1.7) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) isodoc (~> 0.9.0) metanorma-standoc (~> 1.1.0) nokogiri twitter_cldr - metanorma-nist (0.0.2) + metanorma-nist (0.0.3) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) isodoc (~> 0.9.0) metanorma-standoc (~> 1.1.0) ruby-jing - metanorma-ogc (0.0.4) + metanorma-ogc (0.0.5) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) iso-639 isodoc (~> 0.9.0) metanorma-standoc (~> 1.1.0) ruby-jing - metanorma-rsd (1.1.0) + metanorma-rsd (1.1.1) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) isodoc (~> 0.9.0) metanorma-standoc (~> 1.1.0) nokogiri - metanorma-standoc (1.1.1) + metanorma-standoc (1.1.2) asciidoctor (~> 1.5.7) concurrent-ruby html2doc (~> 0.8.0) @@ -173,7 +173,7 @@ GEM relaton (~> 0.3.1) ruby-jing sterile (~> 1.0.14) - metanorma-unece (0.0.9) + metanorma-unece (0.0.10) asciidoctor (~> 1.5.7) htmlentities (~> 4.3.4) iso-639 diff --git a/lib/metanorma/cli/version.rb b/lib/metanorma/cli/version.rb index 1b832514..3f265683 100644 --- a/lib/metanorma/cli/version.rb +++ b/lib/metanorma/cli/version.rb @@ -1,5 +1,5 @@ module Metanorma module Cli - VERSION = "1.1.3" + VERSION = "1.1.4" end end