metanorma-un 0.4.2 → 0.4.3
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 +1096 -0
- data/lib/isodoc/un/html/unece.css +818 -0
- data/lib/isodoc/un/html/wordstyle.css +1237 -0
- data/lib/metanorma/un/version.rb +1 -1
- metadata +5 -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.4.
|
4
|
+
version: 0.4.3
|
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-07-
|
11
|
+
date: 2020-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|
@@ -287,13 +287,16 @@ files:
|
|
287
287
|
- lib/isodoc/un/html/html_unece_intro.html
|
288
288
|
- lib/isodoc/un/html/html_unece_plenary_titlepage.html
|
289
289
|
- lib/isodoc/un/html/html_unece_titlepage.html
|
290
|
+
- lib/isodoc/un/html/htmlstyle.css
|
290
291
|
- lib/isodoc/un/html/htmlstyle.scss
|
291
292
|
- lib/isodoc/un/html/logo.jpg
|
292
293
|
- lib/isodoc/un/html/scripts.html
|
294
|
+
- lib/isodoc/un/html/unece.css
|
293
295
|
- lib/isodoc/un/html/unece.scss
|
294
296
|
- lib/isodoc/un/html/word_unece_intro.html
|
295
297
|
- lib/isodoc/un/html/word_unece_plenary_titlepage.html
|
296
298
|
- lib/isodoc/un/html/word_unece_titlepage.html
|
299
|
+
- lib/isodoc/un/html/wordstyle.css
|
297
300
|
- lib/isodoc/un/html/wordstyle.scss
|
298
301
|
- lib/isodoc/un/html_convert.rb
|
299
302
|
- lib/isodoc/un/metadata.rb
|