asciidoctor-gb 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 168141bfa68f1d5e4677cb56d404d9d21c419a70
4
- data.tar.gz: 20d5990c8c9bbfe1ec981039ef27187f9af42737
3
+ metadata.gz: 7e4e1c31f5269c58542a2c1d056a1ab82511bb5a
4
+ data.tar.gz: 4ac75f3fb309e8fcab15a18044f124d541b0defd
5
5
  SHA512:
6
- metadata.gz: 1a1c076aa1d9ce1131dd756f3425645f54d05e5956df00e1534de05894ca040e7adb6ddab55b1bf8aee501c2a9fbc073ba6286c27305ebcd645e664ea9e89ac2
7
- data.tar.gz: 97cb050b7b61c903fddb11c8f1f6ce37056b3ced64b6ca24501ad672f0160c2438128658e82bdc6ec84b701bbdae4195f7f79becfe02f6baa264c4ae6c7d8275
6
+ metadata.gz: c5a7b32e894db4ab6b2d57e6482b6692f19e399a20f2a3ba957d42dbd821fca194da991d96a43057312d64ad01553c0d66974a80cefffa4f86930907deb85ee7
7
+ data.tar.gz: 3e0d8fd448fbbe7d5501f48f4bdb5f422aa783b5eaf569f052717bd2793c792f394a66104bcc6cd4f9b62dde5b041baade2a5d2acd514796494a35a79872a0b4
data/Gemfile CHANGED
@@ -1,10 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- # Specify your gem's dependencies in ribose.gemspec
4
- gem "isodoc",
5
- git: "https://github.com/riboseinc/isodoc.git"
6
- gem "asciidoctor-iso",
7
- git: "https://github.com/riboseinc/asciidoctor-iso.git"
8
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
9
4
 
10
5
  # Specify your gem's dependencies in asciidoctor-csd.gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,176 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ asciidoctor-gb (0.2.3)
5
+ asciidoctor-iso (>= 0.7.9)
6
+ twitter_cldr
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ algoliasearch (1.22.0)
12
+ httpclient (~> 2.8, >= 2.8.3)
13
+ json (>= 1.5.1)
14
+ asciidoctor (1.5.7.1)
15
+ asciidoctor-iso (0.7.9)
16
+ asciidoctor (~> 1.5.7)
17
+ html2doc
18
+ isobib (~> 0.1.4)
19
+ isodoc (~> 0.6.2)
20
+ ruby-jing
21
+ asciimath (1.0.4)
22
+ ast (2.4.0)
23
+ byebug (9.1.0)
24
+ camertron-eprun (1.1.1)
25
+ cldr-plurals-runtime-rb (1.0.1)
26
+ coderay (1.1.2)
27
+ diff-lcs (1.3)
28
+ docile (1.3.1)
29
+ equivalent-xml (0.6.0)
30
+ nokogiri (>= 1.4.3)
31
+ ffi (1.9.23)
32
+ formatador (0.2.5)
33
+ guard (2.14.2)
34
+ formatador (>= 0.2.4)
35
+ listen (>= 2.7, < 4.0)
36
+ lumberjack (>= 1.0.12, < 2.0)
37
+ nenv (~> 0.1)
38
+ notiffany (~> 0.0)
39
+ pry (>= 0.9.12)
40
+ shellany (~> 0.0)
41
+ thor (>= 0.18.1)
42
+ guard-compat (1.2.1)
43
+ guard-rspec (4.7.3)
44
+ guard (~> 2.1)
45
+ guard-compat (~> 1.1)
46
+ rspec (>= 2.99.0, < 4.0)
47
+ html2doc (0.7.1)
48
+ asciimath
49
+ htmlentities (~> 4.3.4)
50
+ image_size
51
+ mime-types
52
+ nokogiri
53
+ ruby-xslt
54
+ thread_safe
55
+ uuidtools
56
+ htmlentities (4.3.4)
57
+ httpclient (2.8.3)
58
+ image_size (2.0.0)
59
+ iso-bib-item (0.1.3)
60
+ isoics (~> 0.1.6)
61
+ nokogiri
62
+ isobib (0.1.4)
63
+ algoliasearch
64
+ iso-bib-item (~> 0.1.2)
65
+ isodoc (0.6.2)
66
+ asciimath
67
+ html2doc
68
+ htmlentities (~> 4.3.4)
69
+ image_size
70
+ liquid
71
+ mime-types
72
+ nokogiri
73
+ roman-numerals
74
+ ruby-xslt
75
+ sass
76
+ thread_safe
77
+ uuidtools
78
+ isoics (0.1.6)
79
+ json (2.1.0)
80
+ liquid (4.0.0)
81
+ listen (3.1.5)
82
+ rb-fsevent (~> 0.9, >= 0.9.4)
83
+ rb-inotify (~> 0.9, >= 0.9.7)
84
+ ruby_dep (~> 1.2)
85
+ lumberjack (1.0.13)
86
+ method_source (0.9.0)
87
+ mime-types (3.1)
88
+ mime-types-data (~> 3.2015)
89
+ mime-types-data (3.2016.0521)
90
+ mini_portile2 (2.3.0)
91
+ nenv (0.3.0)
92
+ nokogiri (1.8.2)
93
+ mini_portile2 (~> 2.3.0)
94
+ notiffany (0.1.1)
95
+ nenv (~> 0.1)
96
+ shellany (~> 0.0)
97
+ optout (0.0.2)
98
+ parallel (1.12.1)
99
+ parser (2.5.1.0)
100
+ ast (~> 2.4.0)
101
+ powerpack (0.1.1)
102
+ pry (0.11.3)
103
+ coderay (~> 1.1.0)
104
+ method_source (~> 0.9.0)
105
+ rainbow (3.0.0)
106
+ rake (12.3.1)
107
+ rb-fsevent (0.10.3)
108
+ rb-inotify (0.9.10)
109
+ ffi (>= 0.5.0, < 2)
110
+ roman-numerals (0.3.0)
111
+ rspec (3.7.0)
112
+ rspec-core (~> 3.7.0)
113
+ rspec-expectations (~> 3.7.0)
114
+ rspec-mocks (~> 3.7.0)
115
+ rspec-core (3.7.1)
116
+ rspec-support (~> 3.7.0)
117
+ rspec-expectations (3.7.0)
118
+ diff-lcs (>= 1.2.0, < 2.0)
119
+ rspec-support (~> 3.7.0)
120
+ rspec-mocks (3.7.0)
121
+ diff-lcs (>= 1.2.0, < 2.0)
122
+ rspec-support (~> 3.7.0)
123
+ rspec-support (3.7.1)
124
+ rubocop (0.56.0)
125
+ parallel (~> 1.10)
126
+ parser (>= 2.5)
127
+ powerpack (~> 0.1)
128
+ rainbow (>= 2.2.2, < 4.0)
129
+ ruby-progressbar (~> 1.7)
130
+ unicode-display_width (~> 1.0, >= 1.0.1)
131
+ ruby-jing (0.0.1)
132
+ optout (>= 0.0.2)
133
+ ruby-progressbar (1.9.0)
134
+ ruby-xslt (0.9.10)
135
+ ruby_dep (1.5.0)
136
+ sass (3.5.6)
137
+ sass-listen (~> 4.0.0)
138
+ sass-listen (4.0.0)
139
+ rb-fsevent (~> 0.9, >= 0.9.4)
140
+ rb-inotify (~> 0.9, >= 0.9.7)
141
+ shellany (0.0.1)
142
+ simplecov (0.16.1)
143
+ docile (~> 1.1)
144
+ json (>= 1.8, < 3)
145
+ simplecov-html (~> 0.10.0)
146
+ simplecov-html (0.10.2)
147
+ thor (0.20.0)
148
+ thread_safe (0.3.6)
149
+ timecop (0.9.1)
150
+ twitter_cldr (4.4.3)
151
+ camertron-eprun
152
+ cldr-plurals-runtime-rb (~> 1.0)
153
+ tzinfo
154
+ tzinfo (1.2.5)
155
+ thread_safe (~> 0.1)
156
+ unicode-display_width (1.3.3)
157
+ uuidtools (2.1.5)
158
+
159
+ PLATFORMS
160
+ ruby
161
+
162
+ DEPENDENCIES
163
+ asciidoctor-gb!
164
+ bundler (~> 1.15)
165
+ byebug (~> 9.1)
166
+ equivalent-xml (~> 0.6)
167
+ guard (~> 2.14)
168
+ guard-rspec (~> 4.7)
169
+ rake (~> 12.0)
170
+ rspec (~> 3.6)
171
+ rubocop (~> 0.50)
172
+ simplecov (~> 0.15)
173
+ timecop (~> 0.9)
174
+
175
+ BUNDLED WITH
176
+ 1.16.2
data/README.adoc CHANGED
@@ -74,7 +74,7 @@ citations; e.g. `clause 7-9, clause 11`
74
74
 
75
75
  `:scope:`::
76
76
  The scope of the GB standard (`national`, `sector`, `professional`, `local`,
77
- `enterprise`). Defaults to `national`.
77
+ `enterprise`, `social-group`). Defaults to `national`.
78
78
 
79
79
  `:mandate:`::
80
80
  The mandate of the GB standard (`mandatory`, `recommended`, `guidelines`).
@@ -147,6 +147,12 @@ The font to use for the standard class and issuer on the (Word) cover page; desc
147
147
  "custom font". If not provided, the font is inferred from the scope of the standard, aligning
148
148
  with existing practice: SimSun for national scope, SimHei for all other scopes.
149
149
 
150
+ `:keep-boilerplate:`::
151
+
152
+ If absent (default), any paragraphs supplied at the start of the Terms and Definitions
153
+ section are deleted, and replaced with standard boilerplate. If present, any such
154
+ paragraphs in the text are retained.
155
+
150
156
  === Language macros
151
157
 
152
158
  In Terms and Definitions, preferred terms, alternate terms and deprecated terms
@@ -26,19 +26,8 @@ Gem::Specification.new do |spec|
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
- spec.add_dependency "asciidoctor", "~> 1.5.6"
30
- spec.add_dependency "asciimath"
31
- spec.add_dependency "htmlentities", "~> 4.3.4"
32
- spec.add_dependency "image_size"
33
- spec.add_dependency "mime-types"
34
- spec.add_dependency "nokogiri"
35
- spec.add_dependency "ruby-jing"
36
- spec.add_dependency "ruby-xslt"
37
- spec.add_dependency "thread_safe"
38
- spec.add_dependency "uuidtools"
29
+ spec.add_dependency "asciidoctor-iso", ">= 0.7.9"
39
30
  spec.add_dependency "twitter_cldr"
40
- spec.add_dependency "asciidoctor-iso"
41
- spec.add_dependency "isodoc"
42
31
 
43
32
  spec.add_development_dependency "bundler", "~> 1.15"
44
33
  spec.add_development_dependency "byebug", "~> 9.1"
@@ -442,9 +442,9 @@
442
442
  <optional>
443
443
  <ref name="status"/>
444
444
  </optional>
445
- <optional>
445
+ <zeroOrMore>
446
446
  <ref name="copyright"/>
447
- </optional>
447
+ </zeroOrMore>
448
448
  <zeroOrMore>
449
449
  <ref name="docrelation"/>
450
450
  </zeroOrMore>
@@ -489,10 +489,15 @@
489
489
  <value>issued</value>
490
490
  </choice>
491
491
  </attribute>
492
- <ref name="bfrom"/>
493
- <optional>
494
- <ref name="bto"/>
495
- </optional>
492
+ <choice>
493
+ <group>
494
+ <ref name="bfrom"/>
495
+ <optional>
496
+ <ref name="bto"/>
497
+ </optional>
498
+ </group>
499
+ <ref name="date_on"/>
500
+ </choice>
496
501
  </element>
497
502
  </define>
498
503
  <define name="bfrom">
@@ -511,6 +516,14 @@
511
516
  </choice>
512
517
  </element>
513
518
  </define>
519
+ <define name="date_on">
520
+ <element name="on">
521
+ <choice>
522
+ <data type="gYear"/>
523
+ <data type="date"/>
524
+ </choice>
525
+ </element>
526
+ </define>
514
527
  <define name="docidentifier">
515
528
  <element name="docidentifier">
516
529
  <optional>
@@ -21,6 +21,7 @@ module Asciidoctor
21
21
  def makexml(node)
22
22
  result = ["<?xml version='1.0' encoding='UTF-8'?>\n<gb-standard>"]
23
23
  @draft = node.attributes.has_key?("draft")
24
+ @keepboilerplate = node.attributes.has_key?("keep-boilerplate")
24
25
  result << noko { |ixml| front node, ixml }
25
26
  result << noko { |ixml| middle node, ixml }
26
27
  result << "</gb-standard>"
@@ -80,9 +81,9 @@ module Asciidoctor
80
81
  def document(node)
81
82
  init(node)
82
83
  ret = makexml(node).to_xml(indent: 2)
83
- unless node.attr("nodoc")
84
+ unless node.attr("nodoc") || !node.attr("docfile")
84
85
  filename = node.attr("docfile").gsub(/\.adoc$/, "").gsub(%r{^.*/}, "")
85
- File.open(filename, "w") { |f| f.write(ret) }
86
+ File.open(filename + ".xml", "w") { |f| f.write(ret) }
86
87
  html_converter(node).convert(filename + ".xml")
87
88
  doc_converter(node).convert(filename + ".xml")
88
89
  end
@@ -156,7 +157,8 @@ module Asciidoctor
156
157
  end
157
158
 
158
159
  def termdef_boilerplate_cleanup(xmldoc)
159
- nil
160
+ return if @keepboilerplate
161
+ super
160
162
  end
161
163
 
162
164
  GBCODE = "((AQ|BB|CB|CH|CJ|CY|DA|DB|DL|DZ|EJ|FZ|GA|GH|GM|GY|HB|HG|"\
@@ -90,7 +90,7 @@ module Asciidoctor
90
90
  node.attr("scope") and return node.attr("scope")
91
91
  scope = if %r{^[TQ]/}.match? node.attr("prefix")
92
92
  m = node.attr("prefix").split(%{/})
93
- mandate = m[0] == "T" ? "social" :
93
+ mandate = m[0] == "T" ? "social-group" :
94
94
  m[0] == "Q" ? "enterprise" : nil
95
95
  end
96
96
  return scope unless scope.nil?
@@ -143,7 +143,7 @@ module Asciidoctor
143
143
  def metadata_date1(node, xml, type)
144
144
  date = node.attr("#{type}-date")
145
145
  date and xml.date **{ type: type } do |d|
146
- d.from date
146
+ d.on date
147
147
  end
148
148
  end
149
149
 
@@ -347,6 +347,7 @@
347
347
  <value>professional</value>
348
348
  <value>local</value>
349
349
  <value>enterprise</value>
350
+ <value>social-group</value>
350
351
  </choice>
351
352
  </element>
352
353
  </define>
@@ -166,7 +166,7 @@
166
166
  <ref name="ics"/>
167
167
  </zeroOrMore>
168
168
  </define>
169
- <define name="bfrom">
169
+ <define name="date_on">
170
170
  <element name="from">
171
171
  <choice>
172
172
  <data type="gYear"/>
@@ -20,7 +20,7 @@ module Asciidoctor
20
20
  prefix = root&.at("//gbprefix")&.text
21
21
  scope = root&.at("//gbscope")&.text
22
22
  case scope
23
- when "social"
23
+ when "social-group"
24
24
  /^[A-Za-z]{3,6}$/.match? prefix or
25
25
  warn("#{prefix} is improperly formatted for social standards")
26
26
  when "enterprise"
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Gb
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
@@ -272,7 +272,7 @@ module IsoDoc
272
272
  when "enterprise"
273
273
  issuer = get_metadata[:issuer]
274
274
  "#{issuer}#{@labels["enterprise_standard"]}"
275
- when "social" then @labels["social_standard"]
275
+ when "social-group" then @labels["social_standard"]
276
276
  when "professional" then "PROFESSIONAL STANDARD" # TODO
277
277
  end
278
278
  end
@@ -286,7 +286,7 @@ module IsoDoc
286
286
  SECTOR&.dig(@lang, prefix.to_sym, :admin) || nil
287
287
  when "local"
288
288
  LOCAL&.dig(@lang, prefix.to_sym) || nil
289
- when "enterprise", "social"
289
+ when "enterprise", "social-group"
290
290
  get_metadata[:issuer] || nil
291
291
  when "professional" then "PROFESSIONAL STANDARD" # TODO
292
292
  end
@@ -301,7 +301,7 @@ module IsoDoc
301
301
  SECTOR&.dig(@lang, prefix.to_sym, :admin) || nil
302
302
  when "local"
303
303
  "#{LOCAL&.dig(@lang, prefix.to_sym) || 'XXXX'}#{@labels["local_issuer"]}"
304
- when "enterprise", "social"
304
+ when "enterprise", "social-group"
305
305
  get_metadata[:issuer]
306
306
  when "professional" then "PROFESSIONAL STANDARD" # TODO
307
307
  end
@@ -87,7 +87,7 @@ module IsoDoc
87
87
  end
88
88
 
89
89
  def format_logo(prefix, scope, _format)
90
- return "" if %w(enterprise social).include? scope
90
+ return "" if %w(enterprise social-group).include? scope
91
91
  logo = standard_logo(prefix)
92
92
  if logo.nil?
93
93
  "<span style='font-size:36pt;font-weight:bold'>#{prefix}</span>"
@@ -129,9 +129,9 @@ module IsoDoc
129
129
  end
130
130
 
131
131
  SCOPEPFX = {
132
- local: "DB",
133
- social: "T",
134
- enterprise: "Q",
132
+ :local => "DB",
133
+ "social-group".to_sym => "T",
134
+ :enterprise => "Q",
135
135
  }.freeze
136
136
 
137
137
  def docidentifier(scope, prefix, mandate, docyear)
@@ -140,7 +140,7 @@ module IsoDoc
140
140
  when "local"
141
141
  "#{SCOPEPFX[scope.to_sym]}#{mandate_suffix(prefix, mandate)}/"\
142
142
  "#{docnum}".gsub(%r{/([TZ])/}, "/\\1 ")
143
- when "social", "enterprise"
143
+ when "social-group", "enterprise"
144
144
  "#{mandate_suffix(SCOPEPFX[scope.to_sym], mandate)}/"\
145
145
  "#{prefix} #{docnum}"
146
146
  else
@@ -44,12 +44,13 @@ module IsoDoc
44
44
  end
45
45
  end
46
46
 
47
- def term_defs_boilerplate(div, source, term)
47
+ def term_defs_boilerplate(div, source, term, preface)
48
48
  if source.empty? && term.nil?
49
49
  div << @no_terms_boilerplate
50
50
  else
51
51
  div << term_defs_boilerplate_cont(source, term)
52
52
  end
53
+ div << @term_def_boilerplate unless preface
53
54
  end
54
55
  end
55
56
  end
metadata CHANGED
@@ -1,185 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-gb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
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-05-22 00:00:00.000000000 Z
11
+ date: 2018-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: asciidoctor
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 1.5.6
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 1.5.6
27
- - !ruby/object:Gem::Dependency
28
- name: asciimath
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: htmlentities
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: 4.3.4
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: 4.3.4
55
- - !ruby/object:Gem::Dependency
56
- name: image_size
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: mime-types
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: nokogiri
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: ruby-jing
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: ruby-xslt
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :runtime
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: thread_safe
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- version: '0'
132
- type: :runtime
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ">="
137
- - !ruby/object:Gem::Version
138
- version: '0'
139
- - !ruby/object:Gem::Dependency
140
- name: uuidtools
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- version: '0'
146
- type: :runtime
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: '0'
153
- - !ruby/object:Gem::Dependency
154
- name: twitter_cldr
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- version: '0'
160
- type: :runtime
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - ">="
165
- - !ruby/object:Gem::Version
166
- version: '0'
167
13
  - !ruby/object:Gem::Dependency
168
14
  name: asciidoctor-iso
169
15
  requirement: !ruby/object:Gem::Requirement
170
16
  requirements:
171
17
  - - ">="
172
18
  - !ruby/object:Gem::Version
173
- version: '0'
19
+ version: 0.7.9
174
20
  type: :runtime
175
21
  prerelease: false
176
22
  version_requirements: !ruby/object:Gem::Requirement
177
23
  requirements:
178
24
  - - ">="
179
25
  - !ruby/object:Gem::Version
180
- version: '0'
26
+ version: 0.7.9
181
27
  - !ruby/object:Gem::Dependency
182
- name: isodoc
28
+ name: twitter_cldr
183
29
  requirement: !ruby/object:Gem::Requirement
184
30
  requirements:
185
31
  - - ">="
@@ -350,6 +196,7 @@ files:
350
196
  - ".rubocop.yml"
351
197
  - CODE_OF_CONDUCT.md
352
198
  - Gemfile
199
+ - Gemfile.lock
353
200
  - LICENSE
354
201
  - README.adoc
355
202
  - Rakefile
@@ -464,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
464
311
  version: '0'
465
312
  requirements: []
466
313
  rubyforge_project:
467
- rubygems_version: 2.6.12
314
+ rubygems_version: 2.6.14
468
315
  signing_key:
469
316
  specification_version: 4
470
317
  summary: asciidoctor-gb lets you write GB standards in AsciiDoc.