metanorma-cli 1.13.2 → 1.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57f44cdb498f9216d51e19155e5263225b0bfd634da0de925f12d688aa7177d1
4
- data.tar.gz: 406693db31253464675720a7d3ea6dbc719ea7f6b1d3b133ddb87f286af68a87
3
+ metadata.gz: 31c2035837e08678d50e69c6824248454430c268c206460743f8ac14ec7fc632
4
+ data.tar.gz: b2368fabfc0900dc980e9b851710ea676acf7180a7d39fb135bd551b6223ec46
5
5
  SHA512:
6
- metadata.gz: 3b7e2537fac7b2c1ab5e2616dc5418312d35e7e2b7f516ad621a4a202cbce804a45470def977642ca32d8778df929a9c4f95ac927fa0a1ada96dba8a8dc93393
7
- data.tar.gz: 919c15a7e1f1a9f3790bfa74851f112930b2f71d931b563a501d68bda5fb1073d3eddde03e77a856334ed9bde0e865cb6cedab17548115ae91a5df440dd61b28
6
+ metadata.gz: 8248cf597e6b6a5cc7aa3e610d163ba6e2e75e2379f411202df5adeff378a039e5a5d08ac2b3781513de8f609d074132438aded68d645b4da0522f4303d56ac1
7
+ data.tar.gz: 2d327d13e096c13d7c8a88fcf3075fec851032849bfd41a2cf79cace83fa4de858970db9eaed81b65d25865180a9e6e2db37611174fb195d051e53a22d4a2f93
data/README.adoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  image:https://img.shields.io/gem/v/metanorma-cli.svg["Gem Version", link="https://rubygems.org/gems/metanorma-cli"]
4
4
  image:https://github.com/metanorma/metanorma-cli/workflows/rake/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-cli/actions?workflow=rake"]
5
- image:https://codeclimate.com/github/metanorma/metanorma-cli/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-cli"]
5
+ // image:https://codeclimate.com/github/metanorma/metanorma-cli/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-cli"]
6
6
  image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-cli.svg["Pull Requests", link="https://github.com/metanorma/metanorma-cli/pulls"]
7
7
  image:https://img.shields.io/github/commits-since/metanorma/metanorma-cli/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-cli/releases"]
8
8
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Cli
3
- VERSION = "1.13.2".freeze
3
+ VERSION = "1.13.4".freeze
4
4
  end
5
5
  end
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
43
43
  spec.add_dependency "metanorma", "~> 2.2.0"
44
44
  spec.add_dependency "metanorma-iho", "~> 1.2.0"
45
45
  spec.add_dependency "metanorma-itu", "~> 2.7.0"
46
- # spec.add_dependency "metanorma-nist", "~> 2.6.0"
46
+ # spec.add_dependency "metanorma-nist", "~> 2.7.0"
47
47
  spec.add_dependency "liquid", "~> 5"
48
48
  spec.add_dependency "metanorma-ieee", "~> 1.5.0"
49
49
  spec.add_dependency "metanorma-jis", "~> 0.6.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.2
4
+ version: 1.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-24 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-ietf