asciidoctor-rfc 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +20 -8
- data/README.adoc +2 -2
- data/asciidoctor-rfc.gemspec +1 -1
- data/docs/installation.md +21 -0
- data/docs/navigation.md +10 -0
- data/docs/overview.md +5 -0
- data/lib/asciidoctor/rfc/common/base.rb +9 -0
- data/lib/asciidoctor/rfc/v2/base.rb +4 -2
- data/lib/asciidoctor/rfc/v3/base.rb +6 -1
- data/lib/asciidoctor/rfc/version.rb +1 -1
- data/lib/metanorma/rfc/processor_v2.rb +5 -1
- data/lib/metanorma/rfc/processor_v3.rb +5 -1
- data/spec/examples/davies-template-bare-06.xml.orig.txt +448 -0
- data/spec/examples/draft-iab-html-rfc-bis.xml.orig.txt +2298 -0
- data/spec/examples/draft-iab-rfc-framework-bis.xml.orig.txt +896 -0
- data/spec/examples/draft-ietf-core-block-xx.xml.orig.txt +1176 -0
- data/spec/examples/hoffmanv2.xml.orig.txt +280 -0
- data/spec/examples/mib-doc-template-xml-06.xml.orig.txt +672 -0
- data/spec/examples/rfc1149.md.2.xml.txt +168 -0
- data/spec/examples/rfc2100.md.2.xml.txt +168 -0
- data/spec/examples/rfc3514.md.2.xml.txt +336 -0
- data/spec/examples/rfc5841.md.2.xml.txt +504 -0
- data/spec/examples/rfc748.md.2.xml.txt +168 -0
- data/spec/examples/rfc7511.md.2.xml.txt +448 -0
- data/spec/examples/skel.xml.orig.txt +112 -0
- data/spec/examples/stupid-s.xml.orig.txt +784 -0
- metadata +21 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-rfc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -260,6 +260,9 @@ files:
|
|
260
260
|
- bin/asciidoctor-rfc3
|
261
261
|
- bin/rspec
|
262
262
|
- bin/setup
|
263
|
+
- docs/installation.md
|
264
|
+
- docs/navigation.md
|
265
|
+
- docs/overview.md
|
263
266
|
- lib/asciidoctor-rfc.rb
|
264
267
|
- lib/asciidoctor/rfc/common/base.rb
|
265
268
|
- lib/asciidoctor/rfc/common/front.rb
|
@@ -351,23 +354,29 @@ files:
|
|
351
354
|
- spec/examples/biblio-insert-v3.adoc
|
352
355
|
- spec/examples/davies-template-bare-06.adoc
|
353
356
|
- spec/examples/davies-template-bare-06.xml.orig
|
357
|
+
- spec/examples/davies-template-bare-06.xml.orig.txt
|
354
358
|
- spec/examples/draft-iab-html-rfc-bis.xml.adoc
|
355
359
|
- spec/examples/draft-iab-html-rfc-bis.xml.orig
|
360
|
+
- spec/examples/draft-iab-html-rfc-bis.xml.orig.txt
|
356
361
|
- spec/examples/draft-iab-html-rfc-bis.xml.txt
|
357
362
|
- spec/examples/draft-iab-rfc-framework-bis.xml.adoc
|
358
363
|
- spec/examples/draft-iab-rfc-framework-bis.xml.orig
|
364
|
+
- spec/examples/draft-iab-rfc-framework-bis.xml.orig.txt
|
359
365
|
- spec/examples/draft-ietf-core-block-xx.mkd
|
360
366
|
- spec/examples/draft-ietf-core-block-xx.mkd.adoc
|
361
367
|
- spec/examples/draft-ietf-core-block-xx.xml.orig
|
368
|
+
- spec/examples/draft-ietf-core-block-xx.xml.orig.txt
|
362
369
|
- spec/examples/example-v2.adoc
|
363
370
|
- spec/examples/example-v2.xml
|
364
371
|
- spec/examples/example-v3.adoc
|
365
372
|
- spec/examples/example-v3.xml
|
366
373
|
- spec/examples/hoffmanv2.xml.adoc
|
367
374
|
- spec/examples/hoffmanv2.xml.orig
|
375
|
+
- spec/examples/hoffmanv2.xml.orig.txt
|
368
376
|
- spec/examples/hoffmanv3.xml.orig
|
369
377
|
- spec/examples/mib-doc-template-xml-06.adoc
|
370
378
|
- spec/examples/mib-doc-template-xml-06.xml.orig
|
379
|
+
- spec/examples/mib-doc-template-xml-06.xml.orig.txt
|
371
380
|
- spec/examples/refs-v2-database.xml
|
372
381
|
- spec/examples/refs-v2.adoc
|
373
382
|
- spec/examples/refs-v2.xml
|
@@ -425,18 +434,22 @@ files:
|
|
425
434
|
- spec/examples/refs-v3/reference.RFC.7991.xml
|
426
435
|
- spec/examples/rfc1149.md
|
427
436
|
- spec/examples/rfc1149.md.2.xml
|
437
|
+
- spec/examples/rfc1149.md.2.xml.txt
|
428
438
|
- spec/examples/rfc1149.md.3.xml
|
429
439
|
- spec/examples/rfc1149.md.adoc
|
430
440
|
- spec/examples/rfc2100.md
|
431
441
|
- spec/examples/rfc2100.md.2.xml
|
442
|
+
- spec/examples/rfc2100.md.2.xml.txt
|
432
443
|
- spec/examples/rfc2100.md.3.xml
|
433
444
|
- spec/examples/rfc2100.md.adoc
|
434
445
|
- spec/examples/rfc3514.md
|
435
446
|
- spec/examples/rfc3514.md.2.xml
|
447
|
+
- spec/examples/rfc3514.md.2.xml.txt
|
436
448
|
- spec/examples/rfc3514.md.3.xml
|
437
449
|
- spec/examples/rfc3514.md.adoc
|
438
450
|
- spec/examples/rfc5841.md
|
439
451
|
- spec/examples/rfc5841.md.2.xml
|
452
|
+
- spec/examples/rfc5841.md.2.xml.txt
|
440
453
|
- spec/examples/rfc5841.md.3.xml
|
441
454
|
- spec/examples/rfc5841.md.adoc
|
442
455
|
- spec/examples/rfc6350.adoc
|
@@ -444,22 +457,26 @@ files:
|
|
444
457
|
- spec/examples/rfc6350_refs.xml
|
445
458
|
- spec/examples/rfc748.md
|
446
459
|
- spec/examples/rfc748.md.2.xml
|
460
|
+
- spec/examples/rfc748.md.2.xml.txt
|
447
461
|
- spec/examples/rfc748.md.3.xml
|
448
462
|
- spec/examples/rfc748.md.adoc
|
449
463
|
- spec/examples/rfc7511.md
|
450
464
|
- spec/examples/rfc7511.md.2.xml
|
465
|
+
- spec/examples/rfc7511.md.2.xml.txt
|
451
466
|
- spec/examples/rfc7511.md.3.xml
|
452
467
|
- spec/examples/rfc7511.md.adoc
|
453
468
|
- spec/examples/skel.mkd
|
454
469
|
- spec/examples/skel.mkd.adoc
|
455
470
|
- spec/examples/skel.xml.orig
|
471
|
+
- spec/examples/skel.xml.orig.txt
|
456
472
|
- spec/examples/stupid-s.mkd
|
457
473
|
- spec/examples/stupid-s.mkd.adoc
|
458
474
|
- spec/examples/stupid-s.xml.orig
|
475
|
+
- spec/examples/stupid-s.xml.orig.txt
|
459
476
|
- spec/spec_helper.rb
|
460
477
|
homepage: https://github.com/riboseinc/asciidoctor-rfc
|
461
478
|
licenses:
|
462
|
-
-
|
479
|
+
- BSD-2-Clause
|
463
480
|
metadata: {}
|
464
481
|
post_install_message:
|
465
482
|
rdoc_options: []
|
@@ -477,7 +494,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
477
494
|
version: '0'
|
478
495
|
requirements: []
|
479
496
|
rubyforge_project:
|
480
|
-
rubygems_version: 2.7.
|
497
|
+
rubygems_version: 2.7.6
|
481
498
|
signing_key:
|
482
499
|
specification_version: 4
|
483
500
|
summary: asciidoctor-rfc lets you write Internet-Drafts and RFCs in AsciiDoc.
|