metanorma-gb 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/asciidoctor/gb.rb +0 -2
- data/lib/asciidoctor/gb/converter.rb +1 -1
- data/lib/isodoc/gb/html/htmlcompliantstyle.scss +2 -2
- data/lib/isodoc/gb/html/htmlstyle.scss +2 -2
- data/lib/metanorma-gb.rb +1 -1
- data/lib/metanorma/gb/processor.rb +1 -1
- data/lib/metanorma/gb/version.rb +5 -0
- data/metanorma-gb.gemspec +2 -2
- metadata +3 -3
- data/lib/asciidoctor/gb/version.rb +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4447a7e8a8bd1d33d5dd2f9f8aecb789788e831df5d6758b7d0dc403ff3bc09
|
|
4
|
+
data.tar.gz: a466f8093e40a60ecc88bec444408bfb8af870289477409199e140a98b372775
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 565a958146829bb41ddf7b0d8e0bc5891fe7a800b5d4279fc85ab6b25ac4bf9d4806b023a0ddae43534dab1f74d44487c1c31a6cc98580aaf385b2dec9220b7e
|
|
7
|
+
data.tar.gz: 50b554445f03798434eb2d4cb2e264da3fe818ee318bac74a3342026d37f9ca9c9cf6792c6765d35448b5ae9322f12ab32a521e19f7ac5110b59e5bc514e03da
|
data/lib/asciidoctor/gb.rb
CHANGED
|
@@ -966,7 +966,7 @@ ul, ol {margin-left: 2em;}
|
|
|
966
966
|
list-style: none;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
ul > li p:before {
|
|
969
|
+
ul > li > p:before {
|
|
970
970
|
content: "—";
|
|
971
971
|
display: inline-block;
|
|
972
972
|
width: 1em;
|
|
@@ -1168,7 +1168,7 @@ sup a {
|
|
|
1168
1168
|
display: inline;
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
ol li p:before {
|
|
1171
|
+
ol > li > p:before {
|
|
1172
1172
|
content: "";
|
|
1173
1173
|
display: none;
|
|
1174
1174
|
}
|
|
@@ -612,7 +612,7 @@ ul li {
|
|
|
612
612
|
list-style: none;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
ul li p:before {
|
|
615
|
+
ul > li > p:before {
|
|
616
616
|
content: "?~@~T";
|
|
617
617
|
display: inline-block;
|
|
618
618
|
width: 1em;
|
|
@@ -951,7 +951,7 @@ sup a {
|
|
|
951
951
|
display: inline;
|
|
952
952
|
}
|
|
953
953
|
|
|
954
|
-
ol li p:before {
|
|
954
|
+
ol > li > p:before {
|
|
955
955
|
content: "";
|
|
956
956
|
display: none;
|
|
957
957
|
}
|
data/lib/metanorma-gb.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require "asciidoctor" unless defined? Asciidoctor::Converter
|
|
2
2
|
require_relative "asciidoctor/gb/converter"
|
|
3
|
-
require_relative "
|
|
3
|
+
require_relative "metanorma/gb/version"
|
|
4
4
|
require "isodoc/gb/gbconvert"
|
|
5
5
|
require "isodoc/gb/gbhtmlconvert"
|
|
6
6
|
require "isodoc/gb/gbwordconvert"
|
data/metanorma-gb.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
lib = File.expand_path("../lib", __FILE__)
|
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
|
-
require "
|
|
3
|
+
require "metanorma/gb/version"
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "metanorma-gb"
|
|
7
|
-
spec.version =
|
|
7
|
+
spec.version = Metanorma::Gb::VERSION
|
|
8
8
|
spec.authors = ["Ribose Inc."]
|
|
9
9
|
spec.email = ["open.source@ribose.com"]
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-gb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
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-09-
|
|
11
|
+
date: 2018-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-iso
|
|
@@ -290,7 +290,6 @@ files:
|
|
|
290
290
|
- lib/asciidoctor/gb/isostandard.rng
|
|
291
291
|
- lib/asciidoctor/gb/section_input.rb
|
|
292
292
|
- lib/asciidoctor/gb/validate.rb
|
|
293
|
-
- lib/asciidoctor/gb/version.rb
|
|
294
293
|
- lib/isodoc/gb/gbcleanup.rb
|
|
295
294
|
- lib/isodoc/gb/gbconvert.rb
|
|
296
295
|
- lib/isodoc/gb/gbhtmlconvert.rb
|
|
@@ -338,6 +337,7 @@ files:
|
|
|
338
337
|
- lib/metanorma-gb.rb
|
|
339
338
|
- lib/metanorma/gb.rb
|
|
340
339
|
- lib/metanorma/gb/processor.rb
|
|
340
|
+
- lib/metanorma/gb/version.rb
|
|
341
341
|
- metanorma-gb.gemspec
|
|
342
342
|
homepage: https://github.com/riboseinc/metanorma-gb
|
|
343
343
|
licenses:
|