metanorma-ribose 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/ribose/html/htmlstyle.css +1043 -0
- data/lib/isodoc/ribose/html/rsd.css +815 -0
- data/lib/isodoc/ribose/html/wordstyle.css +1309 -0
- data/lib/metanorma/ribose/version.rb +1 -1
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ribose
|
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
|
@@ -193,13 +193,16 @@ files:
|
|
193
193
|
- lib/isodoc/ribose/html/header.html
|
194
194
|
- lib/isodoc/ribose/html/html_rsd_intro.html
|
195
195
|
- lib/isodoc/ribose/html/html_rsd_titlepage.html
|
196
|
+
- lib/isodoc/ribose/html/htmlstyle.css
|
196
197
|
- lib/isodoc/ribose/html/htmlstyle.scss
|
197
198
|
- lib/isodoc/ribose/html/logo.png
|
198
199
|
- lib/isodoc/ribose/html/logo.svg
|
200
|
+
- lib/isodoc/ribose/html/rsd.css
|
199
201
|
- lib/isodoc/ribose/html/rsd.scss
|
200
202
|
- lib/isodoc/ribose/html/scripts.html
|
201
203
|
- lib/isodoc/ribose/html/word_rsd_intro.html
|
202
204
|
- lib/isodoc/ribose/html/word_rsd_titlepage.html
|
205
|
+
- lib/isodoc/ribose/html/wordstyle.css
|
203
206
|
- lib/isodoc/ribose/html/wordstyle.scss
|
204
207
|
- lib/isodoc/ribose/html_convert.rb
|
205
208
|
- lib/isodoc/ribose/i18n-en.yaml
|