metanorma-standoc 1.10.6 → 1.11.0.1
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/README.adoc +19 -23
- data/Rakefile +1 -1
- data/lib/asciidoctor/standoc/base.rb +10 -17
- data/lib/asciidoctor/standoc/basicdoc.rng +21 -4
- data/lib/asciidoctor/standoc/blocks.rb +23 -23
- data/lib/asciidoctor/standoc/blocks_notes.rb +17 -22
- data/lib/asciidoctor/standoc/cleanup.rb +46 -12
- data/lib/asciidoctor/standoc/cleanup_block.rb +3 -71
- data/lib/asciidoctor/standoc/cleanup_image.rb +6 -7
- data/lib/asciidoctor/standoc/cleanup_inline.rb +42 -106
- data/lib/asciidoctor/standoc/cleanup_maths.rb +5 -6
- data/lib/asciidoctor/standoc/cleanup_ref.rb +5 -0
- data/lib/asciidoctor/standoc/cleanup_reqt.rb +5 -24
- data/lib/asciidoctor/standoc/cleanup_section_names.rb +5 -5
- data/lib/asciidoctor/standoc/cleanup_symbols.rb +48 -0
- data/lib/asciidoctor/standoc/cleanup_table.rb +68 -0
- data/lib/asciidoctor/standoc/cleanup_terms.rb +37 -77
- data/lib/asciidoctor/standoc/cleanup_terms_designations.rb +162 -0
- data/lib/asciidoctor/standoc/cleanup_text.rb +5 -2
- data/lib/asciidoctor/standoc/cleanup_xref.rb +107 -0
- data/lib/asciidoctor/standoc/converter.rb +14 -0
- data/lib/asciidoctor/standoc/inline.rb +7 -5
- data/lib/asciidoctor/standoc/isodoc.rng +419 -77
- data/lib/asciidoctor/standoc/lists.rb +15 -15
- data/lib/asciidoctor/standoc/macros.rb +14 -43
- data/lib/asciidoctor/standoc/macros_note.rb +45 -0
- data/lib/asciidoctor/standoc/macros_plantuml.rb +29 -14
- data/lib/asciidoctor/standoc/macros_terms.rb +55 -8
- data/lib/asciidoctor/standoc/ref_sect.rb +26 -18
- data/lib/asciidoctor/standoc/reqt.rng +23 -2
- data/lib/asciidoctor/standoc/term_lookup_cleanup.rb +50 -11
- data/lib/asciidoctor/standoc/terms.rb +12 -2
- data/lib/asciidoctor/standoc/utils.rb +36 -23
- data/lib/asciidoctor/standoc/validate.rb +45 -27
- data/lib/asciidoctor/standoc/validate_section.rb +5 -2
- data/lib/metanorma/standoc/version.rb +1 -1
- data/metanorma-standoc.gemspec +1 -1
- data/spec/asciidoctor/base_spec.rb +4 -36
- data/spec/asciidoctor/blank_spec.rb +37 -0
- data/spec/asciidoctor/blocks_spec.rb +208 -49
- data/spec/asciidoctor/cleanup_sections_spec.rb +153 -12
- data/spec/asciidoctor/cleanup_spec.rb +104 -285
- data/spec/asciidoctor/cleanup_terms_spec.rb +990 -0
- data/spec/asciidoctor/inline_spec.rb +38 -2
- data/spec/asciidoctor/lists_spec.rb +6 -6
- data/spec/asciidoctor/macros_plantuml_spec.rb +37 -2
- data/spec/asciidoctor/macros_spec.rb +191 -114
- data/spec/asciidoctor/refs_spec.rb +12 -30
- data/spec/asciidoctor/section_spec.rb +18 -18
- data/spec/asciidoctor/validate_spec.rb +87 -2
- data/spec/fixtures/datamodel_description_sections_tree.xml +3 -2
- data/spec/spec_helper.rb +6 -7
- data/spec/vcr_cassettes/dated_iso_ref_joint_iso_iec.yml +51 -51
- data/spec/vcr_cassettes/dated_iso_ref_joint_iso_iec1.yml +13 -13
- data/spec/vcr_cassettes/isobib_get_123.yml +13 -13
- data/spec/vcr_cassettes/isobib_get_123_1.yml +26 -26
- data/spec/vcr_cassettes/isobib_get_123_1_fr.yml +34 -34
- data/spec/vcr_cassettes/isobib_get_123_2001.yml +12 -12
- data/spec/vcr_cassettes/isobib_get_124.yml +13 -13
- data/spec/vcr_cassettes/rfcbib_get_rfc8341.yml +16 -16
- data/spec/vcr_cassettes/separates_iev_citations_by_top_level_clause.yml +51 -49
- metadata +12 -5
@@ -41,29 +41,29 @@ http_interactions:
|
|
41
41
|
X-Xss-Protection:
|
42
42
|
- 1; mode=block
|
43
43
|
X-Github-Request-Id:
|
44
|
-
-
|
44
|
+
- 66B6:0F09:19680:66A6B:6172AB04
|
45
45
|
Accept-Ranges:
|
46
46
|
- bytes
|
47
47
|
Date:
|
48
|
-
- Fri,
|
48
|
+
- Fri, 22 Oct 2021 12:13:57 GMT
|
49
49
|
Via:
|
50
50
|
- 1.1 varnish
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-mel11259-MEL
|
53
53
|
X-Cache:
|
54
54
|
- MISS
|
55
55
|
X-Cache-Hits:
|
56
56
|
- '0'
|
57
57
|
X-Timer:
|
58
|
-
-
|
58
|
+
- S1634904837.793240,VS0,VE470
|
59
59
|
Vary:
|
60
|
-
- Authorization,Accept-Encoding
|
60
|
+
- Authorization,Accept-Encoding,Origin
|
61
61
|
Access-Control-Allow-Origin:
|
62
62
|
- "*"
|
63
63
|
X-Fastly-Request-Id:
|
64
|
-
-
|
64
|
+
- c6f8d3eaf952cd963e6d550bd3d266921dcddb1a
|
65
65
|
Expires:
|
66
|
-
- Fri,
|
66
|
+
- Fri, 22 Oct 2021 12:18:57 GMT
|
67
67
|
Source-Age:
|
68
68
|
- '0'
|
69
69
|
body:
|
@@ -84,7 +84,7 @@ http_interactions:
|
|
84
84
|
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
|
85
85
|
</reference>
|
86
86
|
http_version:
|
87
|
-
recorded_at: Fri,
|
87
|
+
recorded_at: Fri, 22 Oct 2021 12:13:57 GMT
|
88
88
|
- request:
|
89
89
|
method: get
|
90
90
|
uri: https://raw.githubusercontent.com/relaton/relaton-data-ietf/master/data/reference.RFC.8341.xml
|
@@ -126,29 +126,29 @@ http_interactions:
|
|
126
126
|
X-Xss-Protection:
|
127
127
|
- 1; mode=block
|
128
128
|
X-Github-Request-Id:
|
129
|
-
-
|
129
|
+
- 66B6:0F09:19680:66A6B:6172AB04
|
130
130
|
Accept-Ranges:
|
131
131
|
- bytes
|
132
132
|
Date:
|
133
|
-
- Fri,
|
133
|
+
- Fri, 22 Oct 2021 12:13:57 GMT
|
134
134
|
Via:
|
135
135
|
- 1.1 varnish
|
136
136
|
X-Served-By:
|
137
|
-
- cache-
|
137
|
+
- cache-mel11240-MEL
|
138
138
|
X-Cache:
|
139
139
|
- HIT
|
140
140
|
X-Cache-Hits:
|
141
141
|
- '1'
|
142
142
|
X-Timer:
|
143
|
-
-
|
143
|
+
- S1634904837.452263,VS0,VE0
|
144
144
|
Vary:
|
145
|
-
- Authorization,Accept-Encoding
|
145
|
+
- Authorization,Accept-Encoding,Origin
|
146
146
|
Access-Control-Allow-Origin:
|
147
147
|
- "*"
|
148
148
|
X-Fastly-Request-Id:
|
149
|
-
-
|
149
|
+
- 8bacf1781aa4f1cac4c1bb0d94537f7c1adf256e
|
150
150
|
Expires:
|
151
|
-
- Fri,
|
151
|
+
- Fri, 22 Oct 2021 12:18:57 GMT
|
152
152
|
Source-Age:
|
153
153
|
- '0'
|
154
154
|
body:
|
@@ -169,5 +169,5 @@ http_interactions:
|
|
169
169
|
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
|
170
170
|
</reference>
|
171
171
|
http_version:
|
172
|
-
recorded_at: Fri,
|
172
|
+
recorded_at: Fri, 22 Oct 2021 12:13:57 GMT
|
173
173
|
recorded_with: VCR 5.0.0
|