metanorma-un 0.7.5 → 0.8.0
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 +4 -32
- data/.gitignore +10 -0
- data/lib/isodoc/un/un.plenary-attachment.xsl +166 -146
- data/lib/isodoc/un/un.plenary.xsl +166 -146
- data/lib/isodoc/un/un.recommendation.xsl +165 -141
- data/lib/{asciidoctor → metanorma}/un/basicdoc.rng +0 -0
- data/lib/{asciidoctor → metanorma}/un/biblio.rng +0 -0
- data/lib/{asciidoctor → metanorma}/un/boilerplate.xml +0 -0
- data/lib/{asciidoctor → metanorma}/un/converter.rb +2 -2
- data/lib/{asciidoctor → metanorma}/un/isodoc.rng +0 -0
- data/lib/{asciidoctor → metanorma}/un/reqt.rng +0 -0
- data/lib/{asciidoctor → metanorma}/un/un.rng +0 -0
- data/lib/{asciidoctor → metanorma}/un/validate.rb +1 -1
- data/lib/metanorma/un/version.rb +1 -1
- data/lib/metanorma/un.rb +1 -0
- data/lib/metanorma-un.rb +0 -1
- data/metanorma-unece.gemspec +1 -1
- metadata +12 -13
- data/lib/asciidoctor/un.rb +0 -7
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.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso-639
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 2.0.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 2.0.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: debug
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -228,15 +228,6 @@ files:
|
|
228
228
|
- bin/console
|
229
229
|
- bin/rspec
|
230
230
|
- bin/setup
|
231
|
-
- lib/asciidoctor/un.rb
|
232
|
-
- lib/asciidoctor/un/basicdoc.rng
|
233
|
-
- lib/asciidoctor/un/biblio.rng
|
234
|
-
- lib/asciidoctor/un/boilerplate.xml
|
235
|
-
- lib/asciidoctor/un/converter.rb
|
236
|
-
- lib/asciidoctor/un/isodoc.rng
|
237
|
-
- lib/asciidoctor/un/reqt.rng
|
238
|
-
- lib/asciidoctor/un/un.rng
|
239
|
-
- lib/asciidoctor/un/validate.rb
|
240
231
|
- lib/isodoc/un.rb
|
241
232
|
- lib/isodoc/un/base_convert.rb
|
242
233
|
- lib/isodoc/un/html/header.html
|
@@ -269,8 +260,16 @@ files:
|
|
269
260
|
- lib/metanorma-un.rb
|
270
261
|
- lib/metanorma/un.rb
|
271
262
|
- lib/metanorma/un/UN_emblem_blue.svg
|
263
|
+
- lib/metanorma/un/basicdoc.rng
|
264
|
+
- lib/metanorma/un/biblio.rng
|
265
|
+
- lib/metanorma/un/boilerplate.xml
|
266
|
+
- lib/metanorma/un/converter.rb
|
272
267
|
- lib/metanorma/un/input.rb
|
268
|
+
- lib/metanorma/un/isodoc.rng
|
273
269
|
- lib/metanorma/un/processor.rb
|
270
|
+
- lib/metanorma/un/reqt.rng
|
271
|
+
- lib/metanorma/un/un.rng
|
272
|
+
- lib/metanorma/un/validate.rb
|
274
273
|
- lib/metanorma/un/version.rb
|
275
274
|
- metanorma-unece.gemspec
|
276
275
|
homepage: https://github.com/metanorma/metanorma-un
|