metanorma-un 0.3.6 → 0.3.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/macos.yml +0 -7
- data/.github/workflows/ubuntu.yml +2 -9
- data/.github/workflows/windows.yml +0 -8
- data/lib/asciidoctor/un/biblio.rng +53 -26
- data/lib/asciidoctor/un/converter.rb +3 -2
- data/lib/asciidoctor/un/isodoc.rng +28 -1
- data/lib/asciidoctor/un/un.rng +1 -0
- data/lib/isodoc/un/html/scripts.html +4 -20
- data/lib/isodoc/un/html/word_unece_plenary_titlepage.html +113 -65
- data/lib/isodoc/un/pdf_convert.rb +13 -115
- data/lib/isodoc/un/un.plenary.xsl +3520 -0
- data/lib/isodoc/un/un.recommendation.xsl +12962 -0
- data/lib/isodoc/un/word_convert.rb +1 -0
- data/lib/metanorma/un/processor.rb +4 -0
- data/lib/metanorma/un/version.rb +1 -1
- metadata +4 -2
data/lib/metanorma/un/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-un
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.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: 2020-
|
11
|
+
date: 2020-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|
@@ -285,6 +285,8 @@ files:
|
|
285
285
|
- lib/isodoc/un/html_convert.rb
|
286
286
|
- lib/isodoc/un/metadata.rb
|
287
287
|
- lib/isodoc/un/pdf_convert.rb
|
288
|
+
- lib/isodoc/un/un.plenary.xsl
|
289
|
+
- lib/isodoc/un/un.recommendation.xsl
|
288
290
|
- lib/isodoc/un/word_convert.rb
|
289
291
|
- lib/metanorma-un.rb
|
290
292
|
- lib/metanorma/un.rb
|