metanorma-vg 1.1.2 → 1.1.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/vg/html/htmlstyle.css +995 -0
- data/lib/isodoc/vg/html/vsd.css +724 -0
- data/lib/isodoc/vg/html/wordstyle.css +1249 -0
- data/lib/metanorma/vg/version.rb +1 -1
- metadata +5 -2
data/lib/metanorma/vg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-vg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.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
|
@@ -227,12 +227,15 @@ files:
|
|
227
227
|
- lib/isodoc/vg/html/header.html
|
228
228
|
- lib/isodoc/vg/html/html_vsd_intro.html
|
229
229
|
- lib/isodoc/vg/html/html_vsd_titlepage.html
|
230
|
+
- lib/isodoc/vg/html/htmlstyle.css
|
230
231
|
- lib/isodoc/vg/html/htmlstyle.scss
|
231
232
|
- lib/isodoc/vg/html/logo.png
|
232
233
|
- lib/isodoc/vg/html/scripts.html
|
234
|
+
- lib/isodoc/vg/html/vsd.css
|
233
235
|
- lib/isodoc/vg/html/vsd.scss
|
234
236
|
- lib/isodoc/vg/html/word_vsd_intro.html
|
235
237
|
- lib/isodoc/vg/html/word_vsd_titlepage.html
|
238
|
+
- lib/isodoc/vg/html/wordstyle.css
|
236
239
|
- lib/isodoc/vg/html/wordstyle.scss
|
237
240
|
- lib/isodoc/vg/html_convert.rb
|
238
241
|
- lib/isodoc/vg/metadata.rb
|