metanorma-un 0.9.8 → 0.9.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/un/html/htmlstyle.css +1140 -0
- data/lib/isodoc/un/html/unece.css +833 -0
- data/lib/isodoc/un/html/wordstyle.css +1280 -0
- data/lib/metanorma/un/version.rb +1 -1
- data/{metanorma-unece.gemspec → metanorma-un.gemspec} +0 -0
- metadata +6 -3
data/lib/metanorma/un/version.rb
CHANGED
File without changes
|
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.9.8
|
4
|
+
version: 0.9.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso-639
|
@@ -235,13 +235,16 @@ files:
|
|
235
235
|
- lib/isodoc/un/html/html_unece_intro.html
|
236
236
|
- lib/isodoc/un/html/html_unece_plenary_titlepage.html
|
237
237
|
- lib/isodoc/un/html/html_unece_titlepage.html
|
238
|
+
- lib/isodoc/un/html/htmlstyle.css
|
238
239
|
- lib/isodoc/un/html/htmlstyle.scss
|
239
240
|
- lib/isodoc/un/html/logo.jpg
|
240
241
|
- lib/isodoc/un/html/scripts.html
|
242
|
+
- lib/isodoc/un/html/unece.css
|
241
243
|
- lib/isodoc/un/html/unece.scss
|
242
244
|
- lib/isodoc/un/html/word_unece_intro.html
|
243
245
|
- lib/isodoc/un/html/word_unece_plenary_titlepage.html
|
244
246
|
- lib/isodoc/un/html/word_unece_titlepage.html
|
247
|
+
- lib/isodoc/un/html/wordstyle.css
|
245
248
|
- lib/isodoc/un/html/wordstyle.scss
|
246
249
|
- lib/isodoc/un/html_convert.rb
|
247
250
|
- lib/isodoc/un/i18n-en.yaml
|
@@ -269,7 +272,7 @@ files:
|
|
269
272
|
- lib/metanorma/un/un.rng
|
270
273
|
- lib/metanorma/un/validate.rb
|
271
274
|
- lib/metanorma/un/version.rb
|
272
|
-
- metanorma-
|
275
|
+
- metanorma-un.gemspec
|
273
276
|
homepage: https://github.com/metanorma/metanorma-un
|
274
277
|
licenses:
|
275
278
|
- BSD-2-Clause
|