metanorma-csa 1.9.2 → 2.0.0

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.
data/metanorma.yml CHANGED
@@ -6,7 +6,7 @@ xml_root_tag: csa-standard
6
6
  html_bodyfont: 'Lato,"Source Sans Pro",sans-serif'
7
7
  html_headerfont: 'Lato,"Source Sans Pro",sans-serif'
8
8
  html_monospacefont: '"Source Code Pro",monospace'
9
- validate_rng_file: lib/asciidoctor/csa/csa.rng
9
+ validate_rng_file: lib/metanorma/csa/csa.rng
10
10
  htmlcoverpage: lib/isodoc/csa/html/html_csa_titlepage.html
11
11
  htmlintropage: lib/isodoc/csa/html/html_csa_intro.html
12
12
  htmlstylesheet: lib/isodoc/csa/html/htmlstyle.scss
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 2.0.0
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-15 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic
@@ -16,28 +16,28 @@ 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
- name: byebug
28
+ name: debug
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '9.1'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '9.1'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: equivalent-xml
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -188,14 +188,6 @@ files:
188
188
  - bin/console
189
189
  - bin/rspec
190
190
  - bin/setup
191
- - lib/asciidoctor/csa.rb
192
- - lib/asciidoctor/csa/basicdoc.rng
193
- - lib/asciidoctor/csa/biblio.rng
194
- - lib/asciidoctor/csa/boilerplate.xml
195
- - lib/asciidoctor/csa/converter.rb
196
- - lib/asciidoctor/csa/csa.rng
197
- - lib/asciidoctor/csa/isodoc.rng
198
- - lib/asciidoctor/csa/reqt.rng
199
191
  - lib/isodoc/csa/base_convert.rb
200
192
  - lib/isodoc/csa/csa.standard.xsl
201
193
  - lib/isodoc/csa/html/csa-logo-white.png
@@ -225,7 +217,14 @@ files:
225
217
  - lib/isodoc/csa/xref.rb
226
218
  - lib/metanorma-csa.rb
227
219
  - lib/metanorma/csa.rb
220
+ - lib/metanorma/csa/basicdoc.rng
221
+ - lib/metanorma/csa/biblio.rng
222
+ - lib/metanorma/csa/boilerplate.xml
223
+ - lib/metanorma/csa/converter.rb
224
+ - lib/metanorma/csa/csa.rng
225
+ - lib/metanorma/csa/isodoc.rng
228
226
  - lib/metanorma/csa/processor.rb
227
+ - lib/metanorma/csa/reqt.rng
229
228
  - lib/metanorma/csa/version.rb
230
229
  - metanorma-csa.gemspec
231
230
  - metanorma.yml
@@ -248,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
247
  - !ruby/object:Gem::Version
249
248
  version: '0'
250
249
  requirements: []
251
- rubygems_version: 3.2.22
250
+ rubygems_version: 3.2.32
252
251
  signing_key:
253
252
  specification_version: 4
254
253
  summary: metanorma-csa lets you write CSA Normal Documents (CSAND) in AsciiDoc.
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module Csa
3
- # Your code goes here...
4
- end
5
- end