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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 377035ad70d2d09eb628af57517ab4839b265ea2e351eb13acef55bdf1f074aa
4
- data.tar.gz: 4ac05a110db6bc3da24beef0ba22d74a7757aeb59d359cf7be6bef4fdbc5eb6e
3
+ metadata.gz: c4447a7e8a8bd1d33d5dd2f9f8aecb789788e831df5d6758b7d0dc403ff3bc09
4
+ data.tar.gz: a466f8093e40a60ecc88bec444408bfb8af870289477409199e140a98b372775
5
5
  SHA512:
6
- metadata.gz: e6df0426679e973e0e76e8e281cae36808f2aa696362c82fc670210687e4291c138f586a2ca170f7a1f0a760577ab23761fc1bd89444c980caff5bea32c18326
7
- data.tar.gz: 5eba501f8dd7676d5be46b589b68891fa9149eb638f1a84774ae8179b0594d972d6c52065a00fd283be3f150e07ab0b79d79abe40cde660dd748b0e84d692a74
6
+ metadata.gz: 565a958146829bb41ddf7b0d8e0bc5891fe7a800b5d4279fc85ab6b25ac4bf9d4806b023a0ddae43534dab1f74d44487c1c31a6cc98580aaf385b2dec9220b7e
7
+ data.tar.gz: 50b554445f03798434eb2d4cb2e264da3fe818ee318bac74a3342026d37f9ca9c9cf6792c6765d35448b5ae9322f12ab32a521e19f7ac5110b59e5bc514e03da
@@ -1,5 +1,3 @@
1
- require "asciidoctor/gb/version"
2
-
3
1
  module Asciidoctor
4
2
  module Gb
5
3
  # Your code goes here...
@@ -1,6 +1,6 @@
1
1
  require "asciidoctor"
2
2
  require "asciidoctor/iso/converter"
3
- require "asciidoctor/gb/version"
3
+ require "metanorma/gb/version"
4
4
  require "isodoc/gb/gbconvert"
5
5
  require "isodoc/gb/gbwordconvert"
6
6
  require "gb_agencies"
@@ -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 "asciidoctor/gb/version"
3
+ require_relative "metanorma/gb/version"
4
4
  require "isodoc/gb/gbconvert"
5
5
  require "isodoc/gb/gbhtmlconvert"
6
6
  require "isodoc/gb/gbwordconvert"
@@ -19,7 +19,7 @@ module Metanorma
19
19
  end
20
20
 
21
21
  def version
22
- "Asciidoctor::Gb #{Asciidoctor::Gb::VERSION}"
22
+ "Metanorma::Gb #{Metanorma::Gb::VERSION}"
23
23
  end
24
24
 
25
25
  def input_to_isodoc(file)
@@ -0,0 +1,5 @@
1
+ module Metanorma
2
+ module Gb
3
+ VERSION = "1.0.5"
4
+ end
5
+ end
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 "asciidoctor/gb/version"
3
+ require "metanorma/gb/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "metanorma-gb"
7
- spec.version = Asciidoctor::Gb::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
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-04 00:00:00.000000000 Z
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:
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module Gb
3
- VERSION = "1.0.4"
4
- end
5
- end