metanorma-cli 1.2.10.2 → 1.2.11
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/Gemfile.lock +63 -62
- data/README.adoc +3 -2
- data/a +1 -1
- data/lib/metanorma/cli.rb +1 -1
- data/lib/metanorma/cli/version.rb +1 -1
- data/metanorma-cli.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdca08837843bf60a96818594dcdabf383f7dce70b408ddb020a433995fde94e
|
|
4
|
+
data.tar.gz: df5e7a2ee6037a2dfa62d60a89075292983352d6c8f300fab75eee6576c8c1f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 552168b7f9070abb130c789a5b3cc8550658f9d43ca30ddf8d777a3a6c86c0fde464025d75ec736e40899c9bd2de7ab8953437c1dc07a100d0c0e9509fd30e57
|
|
7
|
+
data.tar.gz: adbdcf984e19ad5e4c680fe75f7f552b0fea2aa62e58f16faac9b604e69cc63a80f42497d24fa2584a3e7fd43c3c9edd53810e7de71f85ee4b24b409e4980bff
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
metanorma-cli (1.2.
|
|
4
|
+
metanorma-cli (1.2.11)
|
|
5
5
|
git (~> 1.5)
|
|
6
6
|
isodoc (~> 1.0.0)
|
|
7
7
|
metanorma (~> 1.0.0)
|
|
8
|
-
metanorma-acme (~> 1.4.0)
|
|
9
8
|
metanorma-csa (~> 1.4.0)
|
|
10
9
|
metanorma-csd (~> 1.3.0)
|
|
11
10
|
metanorma-gb (~> 1.3.0)
|
|
11
|
+
metanorma-generic (~> 1.4.0)
|
|
12
12
|
metanorma-iec (~> 1.0.0)
|
|
13
13
|
metanorma-ietf (~> 2.0.0)
|
|
14
14
|
metanorma-iso (~> 1.3.0)
|
|
@@ -40,7 +40,7 @@ GEM
|
|
|
40
40
|
unf (>= 0.0.5, < 1.0.0)
|
|
41
41
|
equivalent-xml (0.6.0)
|
|
42
42
|
nokogiri (>= 1.4.3)
|
|
43
|
-
faraday (1.0.
|
|
43
|
+
faraday (1.0.1)
|
|
44
44
|
multipart-post (>= 1.2, < 3)
|
|
45
45
|
ffi (1.12.2)
|
|
46
46
|
gb-agencies (0.0.6)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
image_size (2.0.2)
|
|
63
63
|
iso-639 (0.3.5)
|
|
64
64
|
iso639 (1.3.2)
|
|
65
|
-
isodoc (1.0.
|
|
65
|
+
isodoc (1.0.23)
|
|
66
66
|
asciimath
|
|
67
67
|
html2doc (~> 1.0.0)
|
|
68
68
|
htmlentities (~> 4.3.4)
|
|
@@ -84,12 +84,7 @@ GEM
|
|
|
84
84
|
asciidoctor
|
|
85
85
|
htmlentities
|
|
86
86
|
nokogiri
|
|
87
|
-
metanorma-
|
|
88
|
-
htmlentities (~> 4.3.4)
|
|
89
|
-
isodoc (~> 1.0.0)
|
|
90
|
-
metanorma-standoc (~> 1.3.0)
|
|
91
|
-
ruby-jing
|
|
92
|
-
metanorma-csa (1.4.7)
|
|
87
|
+
metanorma-csa (1.4.8)
|
|
93
88
|
htmlentities (~> 4.3.4)
|
|
94
89
|
image_size
|
|
95
90
|
isodoc (~> 1.0.0)
|
|
@@ -98,33 +93,38 @@ GEM
|
|
|
98
93
|
ruby-jing
|
|
99
94
|
thread_safe
|
|
100
95
|
uuidtools
|
|
101
|
-
metanorma-csd (1.3.
|
|
96
|
+
metanorma-csd (1.3.17)
|
|
102
97
|
isodoc (~> 1.0.0)
|
|
103
98
|
metanorma-standoc (~> 1.3.0)
|
|
104
|
-
metanorma-gb (1.3.
|
|
99
|
+
metanorma-gb (1.3.20)
|
|
105
100
|
gb-agencies (~> 0.0.4)
|
|
106
101
|
htmlentities (~> 4.3.4)
|
|
107
102
|
isodoc (~> 1.0.0)
|
|
108
103
|
metanorma-iso (~> 1.3.0)
|
|
109
104
|
twitter_cldr (~> 4.4.4)
|
|
110
|
-
metanorma-
|
|
105
|
+
metanorma-generic (1.4.6)
|
|
106
|
+
htmlentities (~> 4.3.4)
|
|
107
|
+
isodoc (~> 1.0.0)
|
|
108
|
+
metanorma-standoc (~> 1.3.0)
|
|
109
|
+
ruby-jing
|
|
110
|
+
metanorma-iec (1.0.3)
|
|
111
111
|
isodoc (~> 1.0.0)
|
|
112
112
|
metanorma-iso (~> 1.3.0)
|
|
113
113
|
ruby-jing
|
|
114
|
-
metanorma-ietf (2.0.
|
|
114
|
+
metanorma-ietf (2.0.7)
|
|
115
115
|
isodoc (~> 1.0.0)
|
|
116
116
|
mathml2asciimath
|
|
117
117
|
metanorma-standoc (~> 1.3.0)
|
|
118
|
-
metanorma-iso (1.3.
|
|
118
|
+
metanorma-iso (1.3.21)
|
|
119
119
|
isodoc (~> 1.0.0)
|
|
120
120
|
metanorma-standoc (~> 1.3.0)
|
|
121
121
|
ruby-jing
|
|
122
|
-
metanorma-itu (1.0.
|
|
122
|
+
metanorma-itu (1.0.12)
|
|
123
123
|
htmlentities (~> 4.3.4)
|
|
124
124
|
isodoc (~> 1.0.0)
|
|
125
125
|
metanorma-standoc (~> 1.3.0)
|
|
126
126
|
ruby-jing
|
|
127
|
-
metanorma-m3d (1.3.
|
|
127
|
+
metanorma-m3d (1.3.16)
|
|
128
128
|
asciimath
|
|
129
129
|
htmlentities (~> 4.3.4)
|
|
130
130
|
image_size
|
|
@@ -134,32 +134,32 @@ GEM
|
|
|
134
134
|
ruby-jing
|
|
135
135
|
thread_safe
|
|
136
136
|
uuidtools
|
|
137
|
-
metanorma-nist (1.0.
|
|
137
|
+
metanorma-nist (1.0.4)
|
|
138
138
|
htmlentities (~> 4.3.4)
|
|
139
139
|
isodoc (~> 1.0.0)
|
|
140
140
|
metanorma-standoc (~> 1.3.0)
|
|
141
141
|
ruby-jing
|
|
142
142
|
twitter_cldr
|
|
143
143
|
tzinfo-data
|
|
144
|
-
metanorma-ogc (1.0.
|
|
144
|
+
metanorma-ogc (1.0.4)
|
|
145
145
|
htmlentities (~> 4.3.4)
|
|
146
146
|
iso-639
|
|
147
147
|
isodoc (~> 1.0.20)
|
|
148
148
|
metanorma-standoc (~> 1.3.20)
|
|
149
149
|
ruby-jing
|
|
150
|
-
metanorma-standoc (1.3.
|
|
150
|
+
metanorma-standoc (1.3.23)
|
|
151
151
|
asciidoctor (~> 2.0.0)
|
|
152
152
|
concurrent-ruby
|
|
153
153
|
iev (~> 0.2.1)
|
|
154
154
|
isodoc (~> 1.0.20)
|
|
155
155
|
mathml2asciimath
|
|
156
156
|
mimemagic
|
|
157
|
-
relaton (~> 0.
|
|
157
|
+
relaton (~> 0.11.0)
|
|
158
158
|
relaton-iev (~> 0.1.0)
|
|
159
159
|
ruby-jing
|
|
160
160
|
sterile (~> 1.0.14)
|
|
161
161
|
unicode2latex (~> 0.0.1)
|
|
162
|
-
metanorma-un (0.3.
|
|
162
|
+
metanorma-un (0.3.5)
|
|
163
163
|
htmlentities (~> 4.3.4)
|
|
164
164
|
iso-639
|
|
165
165
|
isodoc (~> 1.0.0)
|
|
@@ -180,60 +180,61 @@ GEM
|
|
|
180
180
|
public_suffix (4.0.3)
|
|
181
181
|
rake (12.3.3)
|
|
182
182
|
rchardet (1.8.0)
|
|
183
|
-
relaton (0.
|
|
184
|
-
relaton-calconnect (~> 0.
|
|
185
|
-
relaton-gb (~> 0.
|
|
186
|
-
relaton-iec (~> 0.
|
|
187
|
-
relaton-ietf (~> 0.
|
|
188
|
-
relaton-iso (~> 0.
|
|
189
|
-
relaton-itu (~> 0.
|
|
190
|
-
relaton-nist (~> 0.
|
|
191
|
-
relaton-ogc (~> 0.
|
|
192
|
-
relaton-omg (~> 0.
|
|
193
|
-
relaton-un (~> 0.
|
|
194
|
-
relaton-bib (0.
|
|
183
|
+
relaton (0.11.0)
|
|
184
|
+
relaton-calconnect (~> 0.7.0)
|
|
185
|
+
relaton-gb (~> 0.12.0)
|
|
186
|
+
relaton-iec (~> 0.10.0)
|
|
187
|
+
relaton-ietf (~> 0.12.0)
|
|
188
|
+
relaton-iso (~> 0.12.0)
|
|
189
|
+
relaton-itu (~> 0.9.0)
|
|
190
|
+
relaton-nist (~> 0.9.0)
|
|
191
|
+
relaton-ogc (~> 0.7.0)
|
|
192
|
+
relaton-omg (~> 0.3.0)
|
|
193
|
+
relaton-un (~> 0.2.0)
|
|
194
|
+
relaton-bib (0.9.1)
|
|
195
195
|
addressable
|
|
196
196
|
bibtex-ruby
|
|
197
197
|
iso639
|
|
198
198
|
nokogiri
|
|
199
|
-
relaton-calconnect (0.
|
|
199
|
+
relaton-calconnect (0.7.0)
|
|
200
200
|
faraday
|
|
201
|
-
relaton-iso-bib (~> 0.
|
|
202
|
-
relaton-cli (0.
|
|
201
|
+
relaton-iso-bib (~> 0.9.0)
|
|
202
|
+
relaton-cli (0.9.0)
|
|
203
203
|
liquid
|
|
204
|
-
relaton (~> 0.
|
|
204
|
+
relaton (~> 0.11.0)
|
|
205
205
|
thor
|
|
206
|
-
relaton-gb (0.
|
|
206
|
+
relaton-gb (0.12.0)
|
|
207
207
|
cnccs (~> 0.1.1)
|
|
208
208
|
gb-agencies (~> 0.0.1)
|
|
209
|
-
relaton-iso-bib (~> 0.
|
|
210
|
-
relaton-iec (0.
|
|
209
|
+
relaton-iso-bib (~> 0.9.0)
|
|
210
|
+
relaton-iec (0.10.0)
|
|
211
211
|
addressable
|
|
212
|
-
relaton-iso-bib (~> 0.
|
|
213
|
-
relaton-ietf (0.
|
|
214
|
-
relaton-bib (~> 0.
|
|
215
|
-
relaton-iev (0.1.
|
|
212
|
+
relaton-iso-bib (~> 0.9.0)
|
|
213
|
+
relaton-ietf (0.12.1)
|
|
214
|
+
relaton-bib (~> 0.9.0)
|
|
215
|
+
relaton-iev (0.1.4)
|
|
216
216
|
relaton (~> 0.7)
|
|
217
|
-
relaton-iso (0.
|
|
218
|
-
relaton-iec (~> 0.
|
|
219
|
-
relaton-iso-bib (~> 0.
|
|
220
|
-
relaton-iso-bib (0.
|
|
217
|
+
relaton-iso (0.12.0)
|
|
218
|
+
relaton-iec (~> 0.10.0)
|
|
219
|
+
relaton-iso-bib (~> 0.9.0)
|
|
220
|
+
relaton-iso-bib (0.9.1)
|
|
221
221
|
isoics (~> 0.1.6)
|
|
222
|
-
relaton-bib (~> 0.
|
|
223
|
-
relaton-itu (0.
|
|
224
|
-
relaton-iso-bib (~> 0.
|
|
225
|
-
relaton-nist (0.
|
|
226
|
-
relaton-bib (~> 0.
|
|
222
|
+
relaton-bib (~> 0.9.0)
|
|
223
|
+
relaton-itu (0.9.0)
|
|
224
|
+
relaton-iso-bib (~> 0.9.0)
|
|
225
|
+
relaton-nist (0.9.0)
|
|
226
|
+
relaton-bib (~> 0.9.0)
|
|
227
227
|
rubyzip
|
|
228
|
-
relaton-ogc (0.
|
|
228
|
+
relaton-ogc (0.7.1)
|
|
229
229
|
faraday (~> 1.0.0)
|
|
230
|
-
relaton-iso-bib (
|
|
231
|
-
relaton-omg (0.
|
|
232
|
-
relaton-bib (~> 0.
|
|
233
|
-
relaton-un (0.
|
|
230
|
+
relaton-iso-bib (>= 0.9.1)
|
|
231
|
+
relaton-omg (0.3.0)
|
|
232
|
+
relaton-bib (~> 0.9.0)
|
|
233
|
+
relaton-un (0.2.0)
|
|
234
234
|
faraday
|
|
235
235
|
http-cookie
|
|
236
|
-
relaton-bib (~> 0.
|
|
236
|
+
relaton-bib (~> 0.9.0)
|
|
237
|
+
unf_ext (>= 0.0.7.7)
|
|
237
238
|
roman-numerals (0.3.0)
|
|
238
239
|
rspec (3.9.0)
|
|
239
240
|
rspec-core (~> 3.9.0)
|
|
@@ -268,13 +269,13 @@ GEM
|
|
|
268
269
|
camertron-eprun
|
|
269
270
|
cldr-plurals-runtime-rb (~> 1.0)
|
|
270
271
|
tzinfo
|
|
271
|
-
tzinfo (2.0.
|
|
272
|
+
tzinfo (2.0.2)
|
|
272
273
|
concurrent-ruby (~> 1.0)
|
|
273
274
|
tzinfo-data (1.2019.3)
|
|
274
275
|
tzinfo (>= 1.0.0)
|
|
275
276
|
unf (0.1.4)
|
|
276
277
|
unf_ext
|
|
277
|
-
unf_ext (0.0.7.
|
|
278
|
+
unf_ext (0.0.7.7)
|
|
278
279
|
unicode2latex (0.0.3)
|
|
279
280
|
uuidtools (2.1.5)
|
|
280
281
|
|
data/README.adoc
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
= Metanorma command-line interface (CLI)
|
|
2
2
|
|
|
3
3
|
image:https://img.shields.io/gem/v/metanorma-cli.svg["Gem Version", link="https://rubygems.org/gems/metanorma-cli"]
|
|
4
|
-
image:https://
|
|
5
|
-
image:https://
|
|
4
|
+
image:https://github.com/metanorma/metanorma-cli/workflows/macos/badge.svg["Build Status (macOS)", link="https://github.com/metanorma/metanorma-cli/actions?workflow=macos"]
|
|
5
|
+
image:https://github.com/metanorma/metanorma-cli/workflows/ubuntu/badge.svg["Build Status (ubuntu)", link="https://github.com/metanorma/metanorma-cli/actions?workflow=ubuntu"]
|
|
6
|
+
image:https://github.com/metanorma/metanorma-cli/workflows/windows/badge.svg["Build Status (Windows)", link="https://github.com/metanorma/metanorma-cli/actions?workflow=windows"]
|
|
6
7
|
image:https://codeclimate.com/github/metanorma/metanorma-cli/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-cli"]
|
|
7
8
|
image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-cli.svg["Pull Requests", link="https://github.com/metanorma/metanorma-cli/pulls"]
|
|
8
9
|
image:https://img.shields.io/github/commits-since/metanorma/metanorma-cli/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-cli/releases"]
|
data/a
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
git add
|
|
1
|
+
git add lib/metanorma/cli.rb metanorma-cli.gemspec
|
|
2
2
|
|
data/lib/metanorma/cli.rb
CHANGED
data/metanorma-cli.gemspec
CHANGED
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.add_runtime_dependency 'metanorma-csa', "~> 1.4.0"
|
|
40
40
|
#spec.add_runtime_dependency 'metanorma-rsd', "~> 1.1.0"
|
|
41
41
|
spec.add_runtime_dependency 'metanorma-m3d', "~> 1.3.0"
|
|
42
|
-
spec.add_runtime_dependency 'metanorma-
|
|
42
|
+
spec.add_runtime_dependency 'metanorma-generic', "~> 1.4.0"
|
|
43
43
|
spec.add_runtime_dependency 'metanorma-standoc', "~> 1.3.0", ">= 1.3.18"
|
|
44
44
|
#spec.add_runtime_dependency 'metanorma-mpfd', "~> 0.1.0"
|
|
45
45
|
spec.add_runtime_dependency 'metanorma-un', "~> 0.3.1"
|
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.2.
|
|
4
|
+
version: 1.2.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03
|
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -207,7 +207,7 @@ dependencies:
|
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: 1.3.0
|
|
209
209
|
- !ruby/object:Gem::Dependency
|
|
210
|
-
name: metanorma-
|
|
210
|
+
name: metanorma-generic
|
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
|
212
212
|
requirements:
|
|
213
213
|
- - "~>"
|