metanorma-cli 1.12.6 → 1.12.8
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 +4 -4
- data/README.adoc +2 -2
- data/lib/metanorma/cli/command.rb +1 -1
- data/lib/metanorma/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca7e9bcdeaff5ab56d54dfd4388614ce562f57331da2a224db44fdc39ee24472
|
4
|
+
data.tar.gz: 447dc727947a30ff768f7ff4e15d34656c471edfee5954ddf73c9a13ae01d678
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59a2de60db83aa5edf8bb6395337c3b878bd59f09d9c1809f2b448edeb0628a8b9a570e4918fde3628d9d0bbb821e01309dddd32c7824393ee723cfc56edac13
|
7
|
+
data.tar.gz: fa2e1bf625f3ce2626d38d57b4e96ebbef60cb292a57a423b4fad98515bd128273783f2e3adb0825b70c06340c6f3f9a3dc04b26b8420edf4ad479bb0a1598e6
|
data/README.adoc
CHANGED
@@ -30,10 +30,10 @@ installed with this gem, and have to be installed separately.
|
|
30
30
|
The process of installing the full suite can be a little more complex.
|
31
31
|
|
32
32
|
Generally, we recommend you to follow steps given at
|
33
|
-
https://www.metanorma.
|
33
|
+
https://www.metanorma.org/install/[Metanorma Installation].
|
34
34
|
|
35
35
|
But if you aren't afraid of tinkering deeply, please see the
|
36
|
-
https://www.metanorma.
|
36
|
+
https://www.metanorma.org/install/develop/[Developer Installation Notes]
|
37
37
|
for advanced details regarding dependencies and Windows installation notes.
|
38
38
|
|
39
39
|
|
@@ -235,7 +235,7 @@ module Metanorma
|
|
235
235
|
|
236
236
|
DEPENDENCY_GEMS =
|
237
237
|
%w(html2doc isodoc metanorma-utils mn2pdf mn-requirements isodoc-i18n
|
238
|
-
metanorma-plugin-
|
238
|
+
metanorma-plugin-glossarist
|
239
239
|
metanorma-plugin-lutaml relaton-cli pubid glossarist fontist
|
240
240
|
plurimath lutaml expressir xmi lutaml-model emf2svg unitsml
|
241
241
|
vectory ogc-gml oscal).freeze
|
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.12.
|
4
|
+
version: 1.12.8
|
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-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-ietf
|