metanorma-cli 1.2.13.1 → 1.2.13.2
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/05-020r26.rxl +75 -0
- data/05-020r26.xml.zip +0 -0
- data/Gemfile.lock +334 -0
- data/a +3 -0
- data/a.json +33 -0
- data/a.rb +13 -0
- data/a.rxl +45 -0
- data/b +85 -0
- data/csd-tofix 2.zip +0 -0
- data/csd-tofix.zip +0 -0
- data/exe/metanorma.old +178 -0
- data/extract/sourcecode/sourcecode-0000.txt +5 -0
- data/files.zip +0 -0
- data/lib/metanorma/cli/version.rb +1 -1
- data/relaton/cache/version +1 -0
- data/rice.rxl +51 -0
- data/sourcecode/0 +5 -0
- data/test.rxl +52 -0
- data/tmp/my-custom-csd/Gemfile +4 -0
- data/tmp/my-custom-csd/Makefile +144 -0
- data/tmp/my-custom-csd/Makefile.win +116 -0
- data/tmp/my-custom-csd/appveyor.yml +29 -0
- data/tmp/my-custom-csd/metanorma.yml +4 -0
- data/tmp/my-document/Gemfile +4 -0
- data/tmp/my-document/Makefile +144 -0
- data/tmp/my-document/Makefile.win +116 -0
- data/tmp/my-document/appveyor.yml +29 -0
- data/tmp/my-document/metanorma.yml +4 -0
- data/tmp/my-local-document/Gemfile +4 -0
- data/tmp/my-local-document/Makefile +144 -0
- data/tmp/my-local-document/Makefile.win +116 -0
- data/tmp/my-local-document/appveyor.yml +29 -0
- data/tmp/my-local-document/metanorma.yml +4 -0
- metadata +37 -3
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.13.
|
4
|
+
version: 1.2.13.2
|
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-06-
|
11
|
+
date: 2020-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -394,21 +394,35 @@ email:
|
|
394
394
|
executables:
|
395
395
|
- metanorma
|
396
396
|
- metanorma-manifest
|
397
|
+
- metanorma.old
|
397
398
|
extensions: []
|
398
399
|
extra_rdoc_files:
|
399
400
|
- README.adoc
|
400
401
|
- LICENSE
|
401
402
|
files:
|
403
|
+
- 05-020r26.rxl
|
404
|
+
- 05-020r26.xml.zip
|
402
405
|
- CODE_OF_CONDUCT.md
|
403
406
|
- Gemfile
|
407
|
+
- Gemfile.lock
|
404
408
|
- LICENSE
|
405
409
|
- README.adoc
|
406
410
|
- Rakefile
|
411
|
+
- a
|
412
|
+
- a.json
|
413
|
+
- a.rb
|
414
|
+
- a.rxl
|
415
|
+
- b
|
407
416
|
- bin/console
|
408
417
|
- bin/rspec
|
409
418
|
- bin/setup
|
419
|
+
- csd-tofix 2.zip
|
420
|
+
- csd-tofix.zip
|
410
421
|
- exe/metanorma
|
411
422
|
- exe/metanorma-manifest
|
423
|
+
- exe/metanorma.old
|
424
|
+
- extract/sourcecode/sourcecode-0000.txt
|
425
|
+
- files.zip
|
412
426
|
- i18n.yaml
|
413
427
|
- lib/metanorma-cli.rb
|
414
428
|
- lib/metanorma/cli.rb
|
@@ -423,6 +437,9 @@ files:
|
|
423
437
|
- lib/metanorma/cli/ui.rb
|
424
438
|
- lib/metanorma/cli/version.rb
|
425
439
|
- metanorma-cli.gemspec
|
440
|
+
- relaton/cache/version
|
441
|
+
- rice.rxl
|
442
|
+
- sourcecode/0
|
426
443
|
- templates/base/.gitignore
|
427
444
|
- templates/base/.gitlab-ci.yml
|
428
445
|
- templates/base/.travis.yml
|
@@ -431,6 +448,22 @@ files:
|
|
431
448
|
- templates/base/Makefile.win
|
432
449
|
- templates/base/appveyor.yml
|
433
450
|
- 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
|
434
467
|
homepage: https://www.metanorma.com
|
435
468
|
licenses:
|
436
469
|
- BSD-2-Clause
|
@@ -450,7 +483,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
450
483
|
- !ruby/object:Gem::Version
|
451
484
|
version: '0'
|
452
485
|
requirements: []
|
453
|
-
|
486
|
+
rubyforge_project:
|
487
|
+
rubygems_version: 2.7.6
|
454
488
|
signing_key:
|
455
489
|
specification_version: 4
|
456
490
|
summary: Metanorma is the standard of standards; the metanorma gem allows you to create
|