metanorma-standoc 1.10.4 → 1.10.4.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/lib/asciidoctor/standoc/base.rb +13 -5
- data/lib/asciidoctor/standoc/blocks.rb +35 -31
- data/lib/asciidoctor/standoc/cleanup_block.rb +6 -3
- data/lib/asciidoctor/standoc/cleanup_reqt.rb +59 -14
- data/lib/asciidoctor/standoc/lists.rb +9 -6
- data/lib/asciidoctor/standoc/reqt.rng +8 -4
- data/lib/isodoc/base.standard.xsl +6003 -0
- data/lib/isodoc/pdf_convert.rb +20 -0
- data/lib/metanorma-standoc.rb +1 -0
- data/lib/metanorma/standoc/processor.rb +5 -1
- data/lib/metanorma/standoc/version.rb +1 -1
- data/spec/asciidoctor/base_spec.rb +6 -0
- data/spec/asciidoctor/cleanup_sections_spec.rb +1 -1
- data/spec/asciidoctor/cleanup_spec.rb +114 -30
- data/spec/asciidoctor/validate_spec.rb +4 -0
- data/spec/examples/datamodel/address_class_profile.adoc +1 -0
- data/spec/examples/datamodel/address_component_profile.adoc +1 -0
- data/spec/examples/datamodel/blank_definition_profile.adoc +1 -0
- data/spec/examples/datamodel/common_models_diagram.adoc +2 -1
- data/spec/examples/datamodel/top_down_diagram.adoc +2 -1
- data/spec/metanorma/processor_spec.rb +50 -50
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-standoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.4
|
4
|
+
version: 1.10.4.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: 2021-08-
|
11
|
+
date: 2021-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -446,10 +446,12 @@ files:
|
|
446
446
|
- lib/asciidoctor/standoc/validate_section.rb
|
447
447
|
- lib/asciidoctor/standoc/views/datamodel/model_representation.adoc.erb
|
448
448
|
- lib/asciidoctor/standoc/views/datamodel/plantuml_representation.adoc.erb
|
449
|
+
- lib/isodoc/base.standard.xsl
|
449
450
|
- lib/isodoc/html/html_titlepage.html
|
450
451
|
- lib/isodoc/html/htmlstyle.css
|
451
452
|
- lib/isodoc/html/htmlstyle.scss
|
452
453
|
- lib/isodoc/html/scripts.html
|
454
|
+
- lib/isodoc/pdf_convert.rb
|
453
455
|
- lib/metanorma-standoc.rb
|
454
456
|
- lib/metanorma/standoc.rb
|
455
457
|
- lib/metanorma/standoc/processor.rb
|