metanorma-cli 1.3.2 → 1.3.6
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/.github/workflows/dependent_repos.env +3 -0
- data/.github/workflows/macos.yml +38 -0
- data/.github/workflows/ubuntu.yml +72 -0
- data/.github/workflows/windows.yml +40 -0
- data/.gitignore +21 -0
- data/.hound.yml +3 -0
- data/.rspec +2 -0
- data/.rubocop.yml +515 -0
- data/docs/installation.adoc +61 -0
- data/docs/navigation.adoc +7 -0
- data/docs/usage.adoc +74 -0
- data/lib/metanorma/cli/command.rb +16 -2
- data/lib/metanorma/cli/setup.rb +9 -25
- data/lib/metanorma/cli/version.rb +1 -1
- data/metanorma-cli.gemspec +24 -18
- data/templates/base/.github/workflows/docker.yml +74 -0
- data/templates/base/.github/workflows/macos.yml +50 -0
- data/templates/base/.github/workflows/ubuntu.yml +55 -0
- data/templates/base/.github/workflows/windows.yml +42 -0
- data/templates/base/.gitlab-ci.yml +34 -4
- data/templates/base/Makefile +111 -59
- data/templates/base/Makefile.win +136 -36
- data/templates/base/metanorma.yml +1 -1
- metadata +49 -69
- data/05-020r26.rxl +0 -75
- data/05-020r26.xml.zip +0 -0
- data/Gemfile.lock +0 -337
- data/a +0 -5
- data/a.json +0 -33
- data/a.rb +0 -13
- data/a.rxl +0 -45
- data/b +0 -85
- data/csd-tofix 2.zip +0 -0
- data/csd-tofix.zip +0 -0
- data/exe/metanorma.old +0 -178
- data/extract/sourcecode/sourcecode-0000.txt +0 -5
- data/files.zip +0 -0
- data/relaton/cache/version +0 -1
- data/rice.rxl +0 -51
- data/sourcecode/0 +0 -5
- data/templates/base/.travis.yml +0 -30
- data/templates/base/appveyor.yml +0 -29
- data/test.rxl +0 -52
- data/tmp/my-custom-csd/Gemfile +0 -4
- data/tmp/my-custom-csd/Makefile +0 -144
- data/tmp/my-custom-csd/Makefile.win +0 -116
- data/tmp/my-custom-csd/appveyor.yml +0 -29
- data/tmp/my-custom-csd/metanorma.yml +0 -4
- data/tmp/my-document/Gemfile +0 -4
- data/tmp/my-document/Makefile +0 -144
- data/tmp/my-document/Makefile.win +0 -116
- data/tmp/my-document/appveyor.yml +0 -29
- data/tmp/my-document/metanorma.yml +0 -4
- data/tmp/my-local-document/Gemfile +0 -4
- data/tmp/my-local-document/Makefile +0 -144
- data/tmp/my-local-document/Makefile.win +0 -116
- data/tmp/my-local-document/appveyor.yml +0 -29
- data/tmp/my-local-document/metanorma.yml +0 -4
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.3.
|
4
|
+
version: 1.3.6
|
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-
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -128,210 +128,210 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 1.
|
131
|
+
version: 1.5.0
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 1.
|
138
|
+
version: 1.5.0
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: metanorma-ietf
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: 2.
|
145
|
+
version: 2.2.0
|
146
146
|
type: :runtime
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: 2.
|
152
|
+
version: 2.2.0
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: metanorma-gb
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: 1.
|
159
|
+
version: 1.5.0
|
160
160
|
type: :runtime
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: 1.
|
166
|
+
version: 1.5.0
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
168
|
name: metanorma-iec
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 1.
|
173
|
+
version: 1.2.0
|
174
174
|
type: :runtime
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 1.
|
180
|
+
version: 1.2.0
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: metanorma-cc
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
184
184
|
requirements:
|
185
185
|
- - "~>"
|
186
186
|
- !ruby/object:Gem::Version
|
187
|
-
version: 1.
|
187
|
+
version: 1.5.0
|
188
188
|
type: :runtime
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
192
|
- - "~>"
|
193
193
|
- !ruby/object:Gem::Version
|
194
|
-
version: 1.
|
194
|
+
version: 1.5.0
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: metanorma-csa
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
198
198
|
requirements:
|
199
199
|
- - "~>"
|
200
200
|
- !ruby/object:Gem::Version
|
201
|
-
version: 1.
|
201
|
+
version: 1.6.0
|
202
202
|
type: :runtime
|
203
203
|
prerelease: false
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
205
205
|
requirements:
|
206
206
|
- - "~>"
|
207
207
|
- !ruby/object:Gem::Version
|
208
|
-
version: 1.
|
208
|
+
version: 1.6.0
|
209
209
|
- !ruby/object:Gem::Dependency
|
210
210
|
name: metanorma-m3aawg
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
212
212
|
requirements:
|
213
213
|
- - "~>"
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version: 1.
|
215
|
+
version: 1.5.0
|
216
216
|
type: :runtime
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - "~>"
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version: 1.
|
222
|
+
version: 1.5.0
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: metanorma-generic
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
226
226
|
requirements:
|
227
227
|
- - "~>"
|
228
228
|
- !ruby/object:Gem::Version
|
229
|
-
version: 1.
|
229
|
+
version: 1.6.0
|
230
230
|
type: :runtime
|
231
231
|
prerelease: false
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
233
233
|
requirements:
|
234
234
|
- - "~>"
|
235
235
|
- !ruby/object:Gem::Version
|
236
|
-
version: 1.
|
236
|
+
version: 1.6.0
|
237
237
|
- !ruby/object:Gem::Dependency
|
238
238
|
name: metanorma-standoc
|
239
239
|
requirement: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
241
|
- - "~>"
|
242
242
|
- !ruby/object:Gem::Version
|
243
|
-
version: 1.
|
243
|
+
version: 1.5.0
|
244
244
|
type: :runtime
|
245
245
|
prerelease: false
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
247
247
|
requirements:
|
248
248
|
- - "~>"
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version: 1.
|
250
|
+
version: 1.5.0
|
251
251
|
- !ruby/object:Gem::Dependency
|
252
252
|
name: metanorma-un
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
254
254
|
requirements:
|
255
255
|
- - "~>"
|
256
256
|
- !ruby/object:Gem::Version
|
257
|
-
version: 0.
|
257
|
+
version: 0.5.0
|
258
258
|
type: :runtime
|
259
259
|
prerelease: false
|
260
260
|
version_requirements: !ruby/object:Gem::Requirement
|
261
261
|
requirements:
|
262
262
|
- - "~>"
|
263
263
|
- !ruby/object:Gem::Version
|
264
|
-
version: 0.
|
264
|
+
version: 0.5.0
|
265
265
|
- !ruby/object:Gem::Dependency
|
266
266
|
name: metanorma-ogc
|
267
267
|
requirement: !ruby/object:Gem::Requirement
|
268
268
|
requirements:
|
269
269
|
- - "~>"
|
270
270
|
- !ruby/object:Gem::Version
|
271
|
-
version: 1.
|
271
|
+
version: 1.2.0
|
272
272
|
type: :runtime
|
273
273
|
prerelease: false
|
274
274
|
version_requirements: !ruby/object:Gem::Requirement
|
275
275
|
requirements:
|
276
276
|
- - "~>"
|
277
277
|
- !ruby/object:Gem::Version
|
278
|
-
version: 1.
|
278
|
+
version: 1.2.0
|
279
279
|
- !ruby/object:Gem::Dependency
|
280
280
|
name: metanorma-nist
|
281
281
|
requirement: !ruby/object:Gem::Requirement
|
282
282
|
requirements:
|
283
283
|
- - "~>"
|
284
284
|
- !ruby/object:Gem::Version
|
285
|
-
version: 1.
|
285
|
+
version: 1.2.0
|
286
286
|
type: :runtime
|
287
287
|
prerelease: false
|
288
288
|
version_requirements: !ruby/object:Gem::Requirement
|
289
289
|
requirements:
|
290
290
|
- - "~>"
|
291
291
|
- !ruby/object:Gem::Version
|
292
|
-
version: 1.
|
292
|
+
version: 1.2.0
|
293
293
|
- !ruby/object:Gem::Dependency
|
294
294
|
name: metanorma-itu
|
295
295
|
requirement: !ruby/object:Gem::Requirement
|
296
296
|
requirements:
|
297
297
|
- - "~>"
|
298
298
|
- !ruby/object:Gem::Version
|
299
|
-
version: 1.
|
299
|
+
version: 1.2.0
|
300
300
|
type: :runtime
|
301
301
|
prerelease: false
|
302
302
|
version_requirements: !ruby/object:Gem::Requirement
|
303
303
|
requirements:
|
304
304
|
- - "~>"
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version: 1.
|
306
|
+
version: 1.2.0
|
307
307
|
- !ruby/object:Gem::Dependency
|
308
308
|
name: metanorma-iho
|
309
309
|
requirement: !ruby/object:Gem::Requirement
|
310
310
|
requirements:
|
311
311
|
- - "~>"
|
312
312
|
- !ruby/object:Gem::Version
|
313
|
-
version: 0.
|
313
|
+
version: 0.2.0
|
314
314
|
type: :runtime
|
315
315
|
prerelease: false
|
316
316
|
version_requirements: !ruby/object:Gem::Requirement
|
317
317
|
requirements:
|
318
318
|
- - "~>"
|
319
319
|
- !ruby/object:Gem::Version
|
320
|
-
version: 0.
|
320
|
+
version: 0.2.0
|
321
321
|
- !ruby/object:Gem::Dependency
|
322
322
|
name: isodoc
|
323
323
|
requirement: !ruby/object:Gem::Requirement
|
324
324
|
requirements:
|
325
325
|
- - "~>"
|
326
326
|
- !ruby/object:Gem::Version
|
327
|
-
version: 1.
|
327
|
+
version: 1.2.0
|
328
328
|
type: :runtime
|
329
329
|
prerelease: false
|
330
330
|
version_requirements: !ruby/object:Gem::Requirement
|
331
331
|
requirements:
|
332
332
|
- - "~>"
|
333
333
|
- !ruby/object:Gem::Version
|
334
|
-
version: 1.
|
334
|
+
version: 1.2.0
|
335
335
|
- !ruby/object:Gem::Dependency
|
336
336
|
name: metanorma
|
337
337
|
requirement: !ruby/object:Gem::Requirement
|
@@ -380,49 +380,46 @@ dependencies:
|
|
380
380
|
requirements:
|
381
381
|
- - "~>"
|
382
382
|
- !ruby/object:Gem::Version
|
383
|
-
version:
|
383
|
+
version: 1.3.0
|
384
384
|
type: :runtime
|
385
385
|
prerelease: false
|
386
386
|
version_requirements: !ruby/object:Gem::Requirement
|
387
387
|
requirements:
|
388
388
|
- - "~>"
|
389
389
|
- !ruby/object:Gem::Version
|
390
|
-
version:
|
390
|
+
version: 1.3.0
|
391
391
|
description: Executable to process any Metanorma standard.
|
392
392
|
email:
|
393
393
|
- open.source@ribose.com
|
394
394
|
executables:
|
395
395
|
- metanorma
|
396
396
|
- metanorma-manifest
|
397
|
-
- metanorma.old
|
398
397
|
extensions: []
|
399
398
|
extra_rdoc_files:
|
400
399
|
- README.adoc
|
401
400
|
- LICENSE
|
402
401
|
files:
|
403
|
-
-
|
404
|
-
-
|
402
|
+
- ".github/workflows/dependent_repos.env"
|
403
|
+
- ".github/workflows/macos.yml"
|
404
|
+
- ".github/workflows/ubuntu.yml"
|
405
|
+
- ".github/workflows/windows.yml"
|
406
|
+
- ".gitignore"
|
407
|
+
- ".hound.yml"
|
408
|
+
- ".rspec"
|
409
|
+
- ".rubocop.yml"
|
405
410
|
- CODE_OF_CONDUCT.md
|
406
411
|
- Gemfile
|
407
|
-
- Gemfile.lock
|
408
412
|
- LICENSE
|
409
413
|
- README.adoc
|
410
414
|
- Rakefile
|
411
|
-
- a
|
412
|
-
- a.json
|
413
|
-
- a.rb
|
414
|
-
- a.rxl
|
415
|
-
- b
|
416
415
|
- bin/console
|
417
416
|
- bin/rspec
|
418
417
|
- bin/setup
|
419
|
-
-
|
420
|
-
-
|
418
|
+
- docs/installation.adoc
|
419
|
+
- docs/navigation.adoc
|
420
|
+
- docs/usage.adoc
|
421
421
|
- exe/metanorma
|
422
422
|
- exe/metanorma-manifest
|
423
|
-
- exe/metanorma.old
|
424
|
-
- extract/sourcecode/sourcecode-0000.txt
|
425
|
-
- files.zip
|
426
423
|
- i18n.yaml
|
427
424
|
- lib/metanorma-cli.rb
|
428
425
|
- lib/metanorma/cli.rb
|
@@ -437,33 +434,16 @@ files:
|
|
437
434
|
- lib/metanorma/cli/ui.rb
|
438
435
|
- lib/metanorma/cli/version.rb
|
439
436
|
- metanorma-cli.gemspec
|
440
|
-
-
|
441
|
-
-
|
442
|
-
-
|
437
|
+
- templates/base/.github/workflows/docker.yml
|
438
|
+
- templates/base/.github/workflows/macos.yml
|
439
|
+
- templates/base/.github/workflows/ubuntu.yml
|
440
|
+
- templates/base/.github/workflows/windows.yml
|
443
441
|
- templates/base/.gitignore
|
444
442
|
- templates/base/.gitlab-ci.yml
|
445
|
-
- templates/base/.travis.yml
|
446
443
|
- templates/base/Gemfile
|
447
444
|
- templates/base/Makefile
|
448
445
|
- templates/base/Makefile.win
|
449
|
-
- templates/base/appveyor.yml
|
450
446
|
- templates/base/metanorma.yml
|
451
|
-
- test.rxl
|
452
|
-
- tmp/my-custom-csd/Gemfile
|
453
|
-
- tmp/my-custom-csd/Makefile
|
454
|
-
- tmp/my-custom-csd/Makefile.win
|
455
|
-
- tmp/my-custom-csd/appveyor.yml
|
456
|
-
- tmp/my-custom-csd/metanorma.yml
|
457
|
-
- tmp/my-document/Gemfile
|
458
|
-
- tmp/my-document/Makefile
|
459
|
-
- tmp/my-document/Makefile.win
|
460
|
-
- tmp/my-document/appveyor.yml
|
461
|
-
- tmp/my-document/metanorma.yml
|
462
|
-
- tmp/my-local-document/Gemfile
|
463
|
-
- tmp/my-local-document/Makefile
|
464
|
-
- tmp/my-local-document/Makefile.win
|
465
|
-
- tmp/my-local-document/appveyor.yml
|
466
|
-
- tmp/my-local-document/metanorma.yml
|
467
447
|
homepage: https://www.metanorma.com
|
468
448
|
licenses:
|
469
449
|
- BSD-2-Clause
|
data/05-020r26.rxl
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
<bibdata type="standard">
|
2
|
-
<title language="en" format="text/plain">Technical Committee Policies and Procedures</title>
|
3
|
-
<uri>http://docs.opengeospatial.org/pol/05-020r26/05-020r26.html</uri>
|
4
|
-
<uri type="xml">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.xml</uri>
|
5
|
-
<uri type="pdf">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.pdf</uri>
|
6
|
-
<uri type="doc">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.doc</uri>
|
7
|
-
<docidentifier type="ogc-external">http://www.opengis.net/doc/pol/tcpnp/26.0</docidentifier>
|
8
|
-
<docidentifier type="ogc-internal">05-020r26</docidentifier>
|
9
|
-
<docnumber>05-020r26</docnumber>
|
10
|
-
<date type="published">
|
11
|
-
<on>2018-07-24</on>
|
12
|
-
</date>
|
13
|
-
<date type="issued">
|
14
|
-
<on>2018-06-05</on>
|
15
|
-
</date>
|
16
|
-
<date type="received">
|
17
|
-
<on>2018-02-14</on>
|
18
|
-
</date>
|
19
|
-
<contributor>
|
20
|
-
<role type="editor"/>
|
21
|
-
<person>
|
22
|
-
<name>
|
23
|
-
<completename>Scott Simmons</completename>
|
24
|
-
</name>
|
25
|
-
</person>
|
26
|
-
</contributor>
|
27
|
-
<contributor>
|
28
|
-
<role type="publisher"/>
|
29
|
-
<organization>
|
30
|
-
<name>OGC</name>
|
31
|
-
</organization>
|
32
|
-
</contributor>
|
33
|
-
<edition>26.0</edition>
|
34
|
-
|
35
|
-
<language>en</language>
|
36
|
-
<script>Latn</script><abstract><p>The <eref type="inline" bibitemid="OGC" citeas="OGC 11-145"/> provides a collaborative, consensus process for developing and approving open, international standards for the geospatial domain. "International standards" (as defined in <eref type="inline" bibitemid="ISODIR2" citeas="ISO/IEC Guide 2:2004"/>) are those adopted by an international standardizing/standards organization and made available to the public. Specifically, an OGC standard is:</p>
|
37
|
-
<p>A document, established by consensus and approved by the OGC Membership, that provides, for common and repeated use, rules, guidelines or characteristics for activities or their results, aimed at the achievement of the optimum degree of order in a given context.</p>
|
38
|
-
<p>To guide an open standards development and approval process, a member approved Policies and Procedures is required.</p>
|
39
|
-
<p>This document describes the OGC Technical Committee (TC) policies and procedures (P&P). The TC has been granted authority to operate by the OGC Bylaws. The TC is composed of individuals representing organizations that are duly recognized members in good standing of the OGC. The Technical Committee Chair (TCC - see <xref target="role-of-the-technical-committee-chair-tcc"/>) facilitates the TC process.</p>
|
40
|
-
<p>The TC P&P:</p>
|
41
|
-
<ul>
|
42
|
-
<li>
|
43
|
-
<p>Documents all TC voting processes and procedures;</p>
|
44
|
-
</li>
|
45
|
-
<li>
|
46
|
-
<p>Documents the formation, scope and processes required for TC subgroup and committee activities;</p>
|
47
|
-
</li>
|
48
|
-
<li>
|
49
|
-
<p>Documents the processes and procedures for submitting, reviewing, and approving a new standard using the Request for Comment procedures; and</p>
|
50
|
-
</li>
|
51
|
-
<li>
|
52
|
-
<p>Documents the process for revisions to adopted OGC® standards.</p>
|
53
|
-
</li>
|
54
|
-
</ul>
|
55
|
-
<p>As the needs and purpose of the TC change, these policies and procedures changes are approved by an electronic vote of the Voting Members of OGC TC or by recommendation of the OGC Planning Committee (PC). These policies and procedures may be augmented or clarified by Policy Directives issued and approved by the TC or the PC. Such directives are databased and hyperlinked to/from the appropriate portion of this document.</p>
|
56
|
-
<p>The OGC Technical Committee provides an open, collaborative forum for professional discussion related to the consensus development and/or evaluation, approval, and revision of OGC international standards. The primary use of approved OGC standards is to provide the ability to build and deploy interoperable geospatial solutions in the larger Information Technology (IT) domain.</p>
|
57
|
-
<p>The OGC Principles of Conduct (<eref type="inline" bibitemid="OGCPOC" citeas="OGC Principles of Conduct"/>) govern personal and public interactions in any TC activity.</p></abstract>
|
58
|
-
<status>
|
59
|
-
<stage>published</stage>
|
60
|
-
</status>
|
61
|
-
<copyright>
|
62
|
-
<from>2018</from>
|
63
|
-
<owner>
|
64
|
-
<organization>
|
65
|
-
<name>OGC</name>
|
66
|
-
</organization>
|
67
|
-
</owner>
|
68
|
-
</copyright>
|
69
|
-
<ext>
|
70
|
-
<doctype>policy</doctype>
|
71
|
-
<editorialgroup>
|
72
|
-
<committee>Technical Committee</committee>
|
73
|
-
</editorialgroup>
|
74
|
-
</ext>
|
75
|
-
</bibdata>
|
data/05-020r26.xml.zip
DELETED
Binary file
|
data/Gemfile.lock
DELETED
@@ -1,337 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
metanorma-cli (1.3.2)
|
5
|
-
fontist (~> 1.0)
|
6
|
-
git (~> 1.5)
|
7
|
-
isodoc (~> 1.1.0)
|
8
|
-
metanorma (~> 1.1.0)
|
9
|
-
metanorma-cc (~> 1.4.0)
|
10
|
-
metanorma-csa (~> 1.5.0)
|
11
|
-
metanorma-gb (~> 1.4.0)
|
12
|
-
metanorma-generic (~> 1.5.0)
|
13
|
-
metanorma-iec (~> 1.1.0)
|
14
|
-
metanorma-ietf (~> 2.1.0)
|
15
|
-
metanorma-iho (~> 0.1.0)
|
16
|
-
metanorma-iso (~> 1.4.0)
|
17
|
-
metanorma-itu (~> 1.1.0)
|
18
|
-
metanorma-m3aawg (~> 1.4.0)
|
19
|
-
metanorma-nist (~> 1.1.0)
|
20
|
-
metanorma-ogc (~> 1.1.0)
|
21
|
-
metanorma-standoc (~> 1.4.0)
|
22
|
-
metanorma-un (~> 0.4.0)
|
23
|
-
relaton-cli (>= 0.8.2)
|
24
|
-
thor (~> 1.0)
|
25
|
-
|
26
|
-
GEM
|
27
|
-
remote: https://rubygems.org/
|
28
|
-
specs:
|
29
|
-
addressable (2.7.0)
|
30
|
-
public_suffix (>= 2.0.2, < 5.0)
|
31
|
-
asciidoctor (2.0.10)
|
32
|
-
asciimath (2.0.1)
|
33
|
-
bibtex-ruby (5.1.4)
|
34
|
-
latex-decode (~> 0.0)
|
35
|
-
byebug (10.0.2)
|
36
|
-
camertron-eprun (1.1.1)
|
37
|
-
cldr-plurals-runtime-rb (1.0.1)
|
38
|
-
cnccs (0.1.6)
|
39
|
-
coderay (1.1.3)
|
40
|
-
concurrent-ruby (1.1.6)
|
41
|
-
diff-lcs (1.4.4)
|
42
|
-
domain_name (0.5.20190701)
|
43
|
-
unf (>= 0.0.5, < 1.0.0)
|
44
|
-
down (5.1.1)
|
45
|
-
addressable (~> 2.5)
|
46
|
-
equivalent-xml (0.6.0)
|
47
|
-
nokogiri (>= 1.4.3)
|
48
|
-
faraday (1.0.1)
|
49
|
-
multipart-post (>= 1.2, < 3)
|
50
|
-
ffi (1.13.1)
|
51
|
-
ffi-compiler2 (2.0.0)
|
52
|
-
ffi (>= 1.0.0)
|
53
|
-
rake
|
54
|
-
fontist (1.0.0)
|
55
|
-
down (~> 5.0)
|
56
|
-
libmspack (~> 0.1.0)
|
57
|
-
rubyzip (~> 2.3.0)
|
58
|
-
gb-agencies (0.0.6)
|
59
|
-
git (1.7.0)
|
60
|
-
rchardet (~> 1.8)
|
61
|
-
html2doc (1.0.3)
|
62
|
-
asciimath (~> 2.0.0)
|
63
|
-
htmlentities (~> 4.3.4)
|
64
|
-
image_size
|
65
|
-
mime-types
|
66
|
-
nokogiri (>= 1.10.4)
|
67
|
-
thread_safe
|
68
|
-
uuidtools
|
69
|
-
htmlentities (4.3.4)
|
70
|
-
http-cookie (1.0.3)
|
71
|
-
domain_name (~> 0.5)
|
72
|
-
iev (0.2.3)
|
73
|
-
nokogiri (>= 1.10.4)
|
74
|
-
image_size (2.0.2)
|
75
|
-
iso-639 (0.3.5)
|
76
|
-
iso639 (1.3.2)
|
77
|
-
isodoc (1.1.1)
|
78
|
-
asciimath
|
79
|
-
html2doc (~> 1.0.0)
|
80
|
-
htmlentities (~> 4.3.4)
|
81
|
-
liquid
|
82
|
-
metanorma (~> 1.1.0)
|
83
|
-
nokogiri (>= 1.10.4)
|
84
|
-
rake (~> 12.0)
|
85
|
-
roman-numerals
|
86
|
-
sassc (~> 2.4.0)
|
87
|
-
thread_safe
|
88
|
-
uuidtools
|
89
|
-
isoics (0.1.8)
|
90
|
-
latex-decode (0.3.1)
|
91
|
-
libmspack (0.1.0)
|
92
|
-
ffi
|
93
|
-
ffi-compiler2 (>= 2.0.0)
|
94
|
-
liquid (4.0.3)
|
95
|
-
mathml2asciimath (0.0.10)
|
96
|
-
htmlentities (~> 4.3.4)
|
97
|
-
nokogiri (>= 1.10.4)
|
98
|
-
metanorma (1.1.2)
|
99
|
-
asciidoctor
|
100
|
-
htmlentities
|
101
|
-
mn2pdf (~> 1)
|
102
|
-
nokogiri
|
103
|
-
metanorma-cc (1.4.1)
|
104
|
-
isodoc (~> 1.1.0)
|
105
|
-
metanorma-standoc (~> 1.4.0)
|
106
|
-
metanorma-csa (1.5.1)
|
107
|
-
htmlentities (~> 4.3.4)
|
108
|
-
image_size
|
109
|
-
isodoc (~> 1.1.0)
|
110
|
-
metanorma-standoc (~> 1.4.0)
|
111
|
-
mime-types
|
112
|
-
ruby-jing
|
113
|
-
thread_safe
|
114
|
-
uuidtools
|
115
|
-
metanorma-gb (1.4.1)
|
116
|
-
gb-agencies (~> 0.0.4)
|
117
|
-
htmlentities (~> 4.3.4)
|
118
|
-
isodoc (~> 1.1.0)
|
119
|
-
metanorma-iso (~> 1.4.0)
|
120
|
-
twitter_cldr (~> 4.4.4)
|
121
|
-
metanorma-generic (1.5.1)
|
122
|
-
htmlentities (~> 4.3.4)
|
123
|
-
isodoc (~> 1.1.0)
|
124
|
-
metanorma-standoc (~> 1.4.0)
|
125
|
-
ruby-jing
|
126
|
-
metanorma-iec (1.1.1)
|
127
|
-
isodoc (~> 1.1.0)
|
128
|
-
metanorma-iso (~> 1.4.0)
|
129
|
-
ruby-jing
|
130
|
-
metanorma-ietf (2.1.2)
|
131
|
-
isodoc (~> 1.1.0)
|
132
|
-
mathml2asciimath
|
133
|
-
metanorma-standoc (~> 1.4.0)
|
134
|
-
metanorma-iho (0.1.0)
|
135
|
-
htmlentities (~> 4.3.4)
|
136
|
-
isodoc (~> 1.1.0)
|
137
|
-
metanorma-generic (~> 1.5.0)
|
138
|
-
metanorma-standoc (~> 1.4.0)
|
139
|
-
metanorma-iso (1.4.1)
|
140
|
-
isodoc (~> 1.1.0)
|
141
|
-
metanorma-standoc (~> 1.4.0)
|
142
|
-
mn2sts (~> 1.2.0)
|
143
|
-
ruby-jing
|
144
|
-
tokenizer (~> 0.3.0)
|
145
|
-
twitter_cldr
|
146
|
-
metanorma-itu (1.1.1)
|
147
|
-
htmlentities (~> 4.3.4)
|
148
|
-
isodoc (~> 1.1.0)
|
149
|
-
metanorma-standoc (~> 1.4.0)
|
150
|
-
ruby-jing
|
151
|
-
metanorma-m3aawg (1.4.1)
|
152
|
-
htmlentities (~> 4.3.4)
|
153
|
-
image_size
|
154
|
-
isodoc (~> 1.1.0)
|
155
|
-
metanorma-standoc (~> 1.4.0)
|
156
|
-
mime-types
|
157
|
-
ruby-jing
|
158
|
-
thread_safe
|
159
|
-
uuidtools
|
160
|
-
metanorma-nist (1.1.1)
|
161
|
-
htmlentities (~> 4.3.4)
|
162
|
-
iso-639
|
163
|
-
isodoc (~> 1.1.0)
|
164
|
-
metanorma-standoc (~> 1.4.0)
|
165
|
-
ruby-jing
|
166
|
-
twitter_cldr
|
167
|
-
tzinfo-data
|
168
|
-
metanorma-ogc (1.1.1)
|
169
|
-
htmlentities (~> 4.3.4)
|
170
|
-
iso-639
|
171
|
-
isodoc (~> 1.1.0)
|
172
|
-
metanorma-standoc (~> 1.4.0)
|
173
|
-
ruby-jing
|
174
|
-
metanorma-standoc (1.4.3)
|
175
|
-
asciidoctor (~> 2.0.0)
|
176
|
-
concurrent-ruby
|
177
|
-
iev (~> 0.2.1)
|
178
|
-
isodoc (~> 1.1.0)
|
179
|
-
mathml2asciimath
|
180
|
-
mimemagic
|
181
|
-
relaton (~> 1.2.0)
|
182
|
-
relaton-iev (~> 1.0.0)
|
183
|
-
ruby-jing
|
184
|
-
sterile (~> 1.0.14)
|
185
|
-
unicode2latex (~> 0.0.1)
|
186
|
-
metanorma-un (0.4.1)
|
187
|
-
htmlentities (~> 4.3.4)
|
188
|
-
iso-639
|
189
|
-
isodoc (~> 1.1.0)
|
190
|
-
metanorma-standoc (~> 1.4.0)
|
191
|
-
roman-numerals
|
192
|
-
ruby-jing
|
193
|
-
twitter_cldr
|
194
|
-
method_source (1.0.0)
|
195
|
-
mime-types (3.3.1)
|
196
|
-
mime-types-data (~> 3.2015)
|
197
|
-
mime-types-data (3.2020.0512)
|
198
|
-
mimemagic (0.3.5)
|
199
|
-
mini_portile2 (2.4.0)
|
200
|
-
mixlib-shellout (2.4.4)
|
201
|
-
mn2pdf (1.18)
|
202
|
-
mn2sts (1.2.0)
|
203
|
-
multipart-post (2.1.1)
|
204
|
-
nokogiri (1.10.10)
|
205
|
-
mini_portile2 (~> 2.4.0)
|
206
|
-
optout (0.0.2)
|
207
|
-
pry (0.13.1)
|
208
|
-
coderay (~> 1.1)
|
209
|
-
method_source (~> 1.0)
|
210
|
-
public_suffix (4.0.5)
|
211
|
-
rake (12.3.3)
|
212
|
-
rchardet (1.8.0)
|
213
|
-
relaton (1.2.0)
|
214
|
-
relaton-calconnect (~> 1.2.0)
|
215
|
-
relaton-gb (~> 1.2.0)
|
216
|
-
relaton-iec (~> 1.2.0)
|
217
|
-
relaton-ieee (~> 1.2.0)
|
218
|
-
relaton-ietf (~> 1.2.0)
|
219
|
-
relaton-iho (~> 1.2.0)
|
220
|
-
relaton-iso (~> 1.2.0)
|
221
|
-
relaton-itu (~> 1.2.0)
|
222
|
-
relaton-nist (~> 1.2.0)
|
223
|
-
relaton-ogc (~> 1.2.0)
|
224
|
-
relaton-omg (~> 1.2.0)
|
225
|
-
relaton-un (~> 1.2.0)
|
226
|
-
relaton-w3c (~> 1.2.0)
|
227
|
-
relaton-bib (1.2.4)
|
228
|
-
addressable
|
229
|
-
bibtex-ruby
|
230
|
-
iso639
|
231
|
-
nokogiri
|
232
|
-
relaton-calconnect (1.2.0)
|
233
|
-
faraday
|
234
|
-
relaton-bib (~> 1.2.0)
|
235
|
-
relaton-cli (1.2.0)
|
236
|
-
liquid
|
237
|
-
relaton (~> 1.2.0)
|
238
|
-
thor
|
239
|
-
relaton-gb (1.2.0)
|
240
|
-
cnccs (~> 0.1.1)
|
241
|
-
gb-agencies (~> 0.0.1)
|
242
|
-
relaton-iso-bib (>= 1.2.0)
|
243
|
-
relaton-iec (1.2.0)
|
244
|
-
addressable
|
245
|
-
relaton-iso-bib (~> 1.2.0)
|
246
|
-
relaton-ieee (1.2.0)
|
247
|
-
faraday (~> 1.0.0)
|
248
|
-
relaton-bib (~> 1.2.0)
|
249
|
-
relaton-ietf (1.2.0)
|
250
|
-
relaton-bib (~> 1.2.0)
|
251
|
-
relaton-iev (1.0.0)
|
252
|
-
relaton (~> 1)
|
253
|
-
relaton-iho (1.2.3)
|
254
|
-
relaton-bib (~> 1.2.0)
|
255
|
-
relaton-iso (1.2.0)
|
256
|
-
relaton-iec (~> 1.2.0)
|
257
|
-
relaton-iso-bib (~> 1.2.0)
|
258
|
-
relaton-iso-bib (1.2.0)
|
259
|
-
isoics (~> 0.1.6)
|
260
|
-
relaton-bib (~> 1.2.0)
|
261
|
-
relaton-itu (1.2.0)
|
262
|
-
relaton-bib (~> 1.2.0)
|
263
|
-
relaton-nist (1.2.2)
|
264
|
-
relaton-bib (~> 1.2.0)
|
265
|
-
rubyzip
|
266
|
-
relaton-ogc (1.2.0)
|
267
|
-
faraday (~> 1.0.0)
|
268
|
-
relaton-iso-bib (~> 1.2.0)
|
269
|
-
relaton-omg (1.2.0)
|
270
|
-
relaton-bib (~> 1.2.0)
|
271
|
-
relaton-un (1.2.1)
|
272
|
-
faraday
|
273
|
-
http-cookie
|
274
|
-
relaton-bib (~> 1.2.0)
|
275
|
-
unf_ext (>= 0.0.7.7)
|
276
|
-
relaton-w3c (1.2.0)
|
277
|
-
relaton-bib (>= 1.2.0)
|
278
|
-
roman-numerals (0.3.0)
|
279
|
-
rspec (3.9.0)
|
280
|
-
rspec-core (~> 3.9.0)
|
281
|
-
rspec-expectations (~> 3.9.0)
|
282
|
-
rspec-mocks (~> 3.9.0)
|
283
|
-
rspec-command (1.0.3)
|
284
|
-
mixlib-shellout (~> 2.0)
|
285
|
-
rspec (~> 3.2)
|
286
|
-
rspec-its (~> 1.2)
|
287
|
-
rspec-core (3.9.2)
|
288
|
-
rspec-support (~> 3.9.3)
|
289
|
-
rspec-expectations (3.9.2)
|
290
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
291
|
-
rspec-support (~> 3.9.0)
|
292
|
-
rspec-its (1.3.0)
|
293
|
-
rspec-core (>= 3.0.0)
|
294
|
-
rspec-expectations (>= 3.0.0)
|
295
|
-
rspec-mocks (3.9.1)
|
296
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
297
|
-
rspec-support (~> 3.9.0)
|
298
|
-
rspec-support (3.9.3)
|
299
|
-
ruby-jing (0.0.1)
|
300
|
-
optout (>= 0.0.2)
|
301
|
-
rubyzip (2.3.0)
|
302
|
-
sassc (2.4.0)
|
303
|
-
ffi (~> 1.9)
|
304
|
-
sterile (1.0.17)
|
305
|
-
nokogiri (>= 1.10.8)
|
306
|
-
thor (1.0.1)
|
307
|
-
thread_safe (0.3.6)
|
308
|
-
tokenizer (0.3.0)
|
309
|
-
twitter_cldr (4.4.5)
|
310
|
-
camertron-eprun
|
311
|
-
cldr-plurals-runtime-rb (~> 1.0)
|
312
|
-
tzinfo
|
313
|
-
tzinfo (2.0.2)
|
314
|
-
concurrent-ruby (~> 1.0)
|
315
|
-
tzinfo-data (1.2020.1)
|
316
|
-
tzinfo (>= 1.0.0)
|
317
|
-
unf (0.1.4)
|
318
|
-
unf_ext
|
319
|
-
unf_ext (0.0.7.7)
|
320
|
-
unicode2latex (0.0.3)
|
321
|
-
uuidtools (2.2.0)
|
322
|
-
|
323
|
-
PLATFORMS
|
324
|
-
ruby
|
325
|
-
|
326
|
-
DEPENDENCIES
|
327
|
-
byebug (~> 10.0)
|
328
|
-
equivalent-xml (~> 0.6)
|
329
|
-
metanorma-cli!
|
330
|
-
pry
|
331
|
-
rake (~> 12.0)
|
332
|
-
rspec (~> 3.0)
|
333
|
-
rspec-command (~> 1.0.3)
|
334
|
-
rspec-core (~> 3.4)
|
335
|
-
|
336
|
-
BUNDLED WITH
|
337
|
-
2.1.4
|