metanorma-cc 1.8.3 → 2.0.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-cc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 2.0.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: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.11.0
19
+ version: 2.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.11.0
26
+ version: 2.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -190,15 +190,6 @@ files:
190
190
  - bin/setup
191
191
  - docs/navigation.adoc
192
192
  - docs/quickstart.adoc
193
- - lib/asciidoctor/cc.rb
194
- - lib/asciidoctor/cc/basicdoc.rng
195
- - lib/asciidoctor/cc/biblio.rng
196
- - lib/asciidoctor/cc/boilerplate.xml
197
- - lib/asciidoctor/cc/cc.rng
198
- - lib/asciidoctor/cc/converter.rb
199
- - lib/asciidoctor/cc/isodoc.rng
200
- - lib/asciidoctor/cc/reqt.rng
201
- - lib/asciidoctor/cc/validate_section.rb
202
193
  - lib/isodoc/cc/base_convert.rb
203
194
  - lib/isodoc/cc/cc.standard.xsl
204
195
  - lib/isodoc/cc/html/_coverpage.css
@@ -228,7 +219,15 @@ files:
228
219
  - lib/isodoc/cc/xref.rb
229
220
  - lib/metanorma-cc.rb
230
221
  - lib/metanorma/cc.rb
222
+ - lib/metanorma/cc/basicdoc.rng
223
+ - lib/metanorma/cc/biblio.rng
224
+ - lib/metanorma/cc/boilerplate.xml
225
+ - lib/metanorma/cc/cc.rng
226
+ - lib/metanorma/cc/converter.rb
227
+ - lib/metanorma/cc/isodoc.rng
231
228
  - lib/metanorma/cc/processor.rb
229
+ - lib/metanorma/cc/reqt.rng
230
+ - lib/metanorma/cc/validate_section.rb
232
231
  - lib/metanorma/cc/version.rb
233
232
  - metanorma-cc.gemspec
234
233
  - metanorma.yml
@@ -251,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
250
  - !ruby/object:Gem::Version
252
251
  version: '0'
253
252
  requirements: []
254
- rubygems_version: 3.2.22
253
+ rubygems_version: 3.2.32
255
254
  signing_key:
256
255
  specification_version: 4
257
256
  summary: metanorma-cc lets you write CalConnect standards in AsciiDoc.
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module CC
3
- # Your code goes here...
4
- end
5
- end