metanorma-csa 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/csa/html/csa.css +816 -0
- data/lib/isodoc/csa/html/htmlstyle.css +1101 -0
- data/lib/isodoc/csa/html/wordstyle.css +1296 -0
- data/lib/metanorma/csa/version.rb +1 -1
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-csa
|
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: 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: metanorma-generic
|
@@ -192,6 +192,7 @@ files:
|
|
192
192
|
- lib/isodoc/csa/base_convert.rb
|
193
193
|
- lib/isodoc/csa/csa.standard.xsl
|
194
194
|
- lib/isodoc/csa/html/csa-logo-white.png
|
195
|
+
- lib/isodoc/csa/html/csa.css
|
195
196
|
- lib/isodoc/csa/html/csa.png
|
196
197
|
- lib/isodoc/csa/html/csa.scss
|
197
198
|
- lib/isodoc/csa/html/dots-w@2x.png
|
@@ -199,10 +200,12 @@ files:
|
|
199
200
|
- lib/isodoc/csa/html/header.html
|
200
201
|
- lib/isodoc/csa/html/html_csa_intro.html
|
201
202
|
- lib/isodoc/csa/html/html_csa_titlepage.html
|
203
|
+
- lib/isodoc/csa/html/htmlstyle.css
|
202
204
|
- lib/isodoc/csa/html/htmlstyle.scss
|
203
205
|
- lib/isodoc/csa/html/scripts.html
|
204
206
|
- lib/isodoc/csa/html/word_csa_intro.html
|
205
207
|
- lib/isodoc/csa/html/word_csa_titlepage.html
|
208
|
+
- lib/isodoc/csa/html/wordstyle.css
|
206
209
|
- lib/isodoc/csa/html/wordstyle.scss
|
207
210
|
- lib/isodoc/csa/html_convert.rb
|
208
211
|
- lib/isodoc/csa/i18n-en.yaml
|