metanorma-cli 1.5.15.pre.alpha.2 → 1.5.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/index.html +1025 -0
- data/exe/index.xml +43 -0
- data/exe/metanorma.old +178 -0
- data/exe/rfc2629-other.ent +61 -0
- data/exe/rfc2629-xhtml.ent +165 -0
- data/exe/rfc2629.dtd +312 -0
- data/exe/rfc6350.adoc +3505 -0
- data/exe/rfc6350.xml +3319 -0
- data/lib/metanorma/cli/version.rb +1 -1
- metadata +24 -8
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.5.15
|
4
|
+
version: 1.5.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debug
|
@@ -434,8 +434,16 @@ description: Executable to process any Metanorma standard.
|
|
434
434
|
email:
|
435
435
|
- open.source@ribose.com
|
436
436
|
executables:
|
437
|
+
- index.html
|
438
|
+
- index.xml
|
437
439
|
- metanorma
|
438
440
|
- metanorma-manifest
|
441
|
+
- metanorma.old
|
442
|
+
- rfc2629-other.ent
|
443
|
+
- rfc2629-xhtml.ent
|
444
|
+
- rfc2629.dtd
|
445
|
+
- rfc6350.adoc
|
446
|
+
- rfc6350.xml
|
439
447
|
extensions: []
|
440
448
|
extra_rdoc_files:
|
441
449
|
- README.adoc
|
@@ -453,8 +461,16 @@ files:
|
|
453
461
|
- docs/installation.adoc
|
454
462
|
- docs/navigation.adoc
|
455
463
|
- docs/usage.adoc
|
464
|
+
- exe/index.html
|
465
|
+
- exe/index.xml
|
456
466
|
- exe/metanorma
|
457
467
|
- exe/metanorma-manifest
|
468
|
+
- exe/metanorma.old
|
469
|
+
- exe/rfc2629-other.ent
|
470
|
+
- exe/rfc2629-xhtml.ent
|
471
|
+
- exe/rfc2629.dtd
|
472
|
+
- exe/rfc6350.adoc
|
473
|
+
- exe/rfc6350.xml
|
458
474
|
- i18n.yaml
|
459
475
|
- lib/metanorma-cli.rb
|
460
476
|
- lib/metanorma/cli.rb
|
@@ -481,7 +497,7 @@ homepage: https://www.metanorma.com
|
|
481
497
|
licenses:
|
482
498
|
- BSD-2-Clause
|
483
499
|
metadata: {}
|
484
|
-
post_install_message:
|
500
|
+
post_install_message:
|
485
501
|
rdoc_options: []
|
486
502
|
require_paths:
|
487
503
|
- lib
|
@@ -492,12 +508,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
492
508
|
version: 2.5.0
|
493
509
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
494
510
|
requirements:
|
495
|
-
- - "
|
511
|
+
- - ">="
|
496
512
|
- !ruby/object:Gem::Version
|
497
|
-
version:
|
513
|
+
version: '0'
|
498
514
|
requirements: []
|
499
|
-
rubygems_version: 3.
|
500
|
-
signing_key:
|
515
|
+
rubygems_version: 3.3.9
|
516
|
+
signing_key:
|
501
517
|
specification_version: 4
|
502
518
|
summary: Metanorma is the standard of standards; the metanorma gem allows you to create
|
503
519
|
any standard document type supported by Metanorma.
|