metanorma-m3aawg 1.6.6 → 1.6.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +11 -25
- data/lib/asciidoctor/m3aawg/isodoc.rng +19 -1
- data/lib/asciidoctor/m3aawg/m3d.rng +6 -0
- data/lib/isodoc/m3aawg/{m3d.report.xsl → m3aawg.report.xsl} +1411 -2737
- data/lib/isodoc/m3aawg/pdf_convert.rb +1 -1
- data/lib/metanorma/m3aawg/version.rb +1 -1
- metadata +3 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-m3aawg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|
@@ -245,7 +245,7 @@ files:
|
|
245
245
|
- lib/isodoc/m3aawg/i18n-en.yaml
|
246
246
|
- lib/isodoc/m3aawg/i18n.rb
|
247
247
|
- lib/isodoc/m3aawg/init.rb
|
248
|
-
- lib/isodoc/m3aawg/
|
248
|
+
- lib/isodoc/m3aawg/m3aawg.report.xsl
|
249
249
|
- lib/isodoc/m3aawg/metadata.rb
|
250
250
|
- lib/isodoc/m3aawg/pdf_convert.rb
|
251
251
|
- lib/isodoc/m3aawg/presentation_xml_convert.rb
|