metanorma-csand 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/csand/biblio.rng +12 -0
- data/lib/asciidoctor/csand/converter.rb +9 -2
- data/lib/asciidoctor/csand/isostandard.rng +10 -5
- data/lib/isodoc/csand/html/html_csand_titlepage.html +58 -64
- data/lib/isodoc/csand/html/htmlstyle.scss +580 -566
- data/lib/isodoc/csand/{csandconvert.rb → html_convert.rb} +0 -0
- data/lib/metanorma-csand.rb +1 -1
- data/lib/metanorma/csand/version.rb +1 -1
- metadata +3 -3
File without changes
|
data/lib/metanorma-csand.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
require "asciidoctor" unless defined? Asciidoctor::Converter
|
2
2
|
require_relative "asciidoctor/csand/converter"
|
3
|
-
require_relative "isodoc/csand/
|
3
|
+
require_relative "isodoc/csand/html_convert"
|
4
4
|
require_relative "metanorma/csand/version"
|
5
5
|
|
6
6
|
if defined? Metanorma
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-csand
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -361,7 +361,6 @@ files:
|
|
361
361
|
- lib/asciidoctor/csand/csand.rng
|
362
362
|
- lib/asciidoctor/csand/isodoc.rng
|
363
363
|
- lib/asciidoctor/csand/isostandard.rng
|
364
|
-
- lib/isodoc/csand/csandconvert.rb
|
365
364
|
- lib/isodoc/csand/html/csa-logo-white.png
|
366
365
|
- lib/isodoc/csand/html/csa.png
|
367
366
|
- lib/isodoc/csand/html/dots-w@2x.png
|
@@ -370,6 +369,7 @@ files:
|
|
370
369
|
- lib/isodoc/csand/html/html_csand_titlepage.html
|
371
370
|
- lib/isodoc/csand/html/htmlstyle.scss
|
372
371
|
- lib/isodoc/csand/html/scripts.html
|
372
|
+
- lib/isodoc/csand/html_convert.rb
|
373
373
|
- lib/isodoc/csand/metadata.rb
|
374
374
|
- lib/metanorma-csand.rb
|
375
375
|
- lib/metanorma/csand.rb
|