metanorma-iec 2.1.8 → 2.1.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/iec/html/htmlstyle.css +1017 -0
- data/lib/isodoc/iec/html/isodoc.css +865 -0
- data/lib/isodoc/iec/html/wordstyle.css +2059 -0
- data/lib/metanorma/iec/version.rb +1 -1
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.8
|
4
|
+
version: 2.1.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
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: metanorma-iso
|
@@ -217,11 +217,14 @@ files:
|
|
217
217
|
- lib/isodoc/iec/html/header.html
|
218
218
|
- lib/isodoc/iec/html/html_iec_intro.html
|
219
219
|
- lib/isodoc/iec/html/html_iec_titlepage.html
|
220
|
+
- lib/isodoc/iec/html/htmlstyle.css
|
220
221
|
- lib/isodoc/iec/html/htmlstyle.scss
|
222
|
+
- lib/isodoc/iec/html/isodoc.css
|
221
223
|
- lib/isodoc/iec/html/isodoc.scss
|
222
224
|
- lib/isodoc/iec/html/scripts.html
|
223
225
|
- lib/isodoc/iec/html/word_iec_intro.html
|
224
226
|
- lib/isodoc/iec/html/word_iec_titlepage.html
|
227
|
+
- lib/isodoc/iec/html/wordstyle.css
|
225
228
|
- lib/isodoc/iec/html/wordstyle.scss
|
226
229
|
- lib/isodoc/iec/html_convert.rb
|
227
230
|
- lib/isodoc/iec/i18n-en.yaml
|