relaton-calconnect 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-calconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-21 00:00:00.000000000 Z
11
+ date: 2022-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 1.13.0
131
+ version: 1.14.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 1.13.0
138
+ version: 1.14.0
139
139
  description: 'RelatonIso: retrieve CC Standards for bibliographic use using the IsoBibliographicItem
140
140
  model'
141
141
  email:
@@ -145,6 +145,7 @@ extensions: []
145
145
  extra_rdoc_files: []
146
146
  files:
147
147
  - ".github/workflows/rake.yml"
148
+ - ".github/workflows/release.yml"
148
149
  - ".gitignore"
149
150
  - ".rspec"
150
151
  - ".rubocop.yml"
@@ -156,10 +157,10 @@ files:
156
157
  - bin/rspec
157
158
  - bin/setup
158
159
  - grammars/basicdoc.rng
160
+ - grammars/biblio-standoc.rng
159
161
  - grammars/biblio.rng
160
- - grammars/csd.rng
161
- - grammars/isodoc.rng
162
- - grammars/reqt.rng
162
+ - grammars/relaton-cc-compile.rng
163
+ - grammars/relaton-cc.rng
163
164
  - lib/relaton_calconnect.rb
164
165
  - lib/relaton_calconnect/cc_bibliographic_item.rb
165
166
  - lib/relaton_calconnect/cc_bibliography.rb
@@ -177,7 +178,7 @@ homepage: https://github.com/relaton/relaton-calconnect
177
178
  licenses:
178
179
  - BSD-2-Clause
179
180
  metadata: {}
180
- post_install_message:
181
+ post_install_message:
181
182
  rdoc_options: []
182
183
  require_paths:
183
184
  - lib
@@ -192,8 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
193
  - !ruby/object:Gem::Version
193
194
  version: '0'
194
195
  requirements: []
195
- rubygems_version: 3.2.3
196
- signing_key:
196
+ rubygems_version: 3.1.6
197
+ signing_key:
197
198
  specification_version: 4
198
199
  summary: 'RelatonIso: retrieve CC Standards for bibliographic use using the IsoBibliographicItem
199
200
  model'
data/grammars/csd.rng DELETED
@@ -1,132 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
- <!--
4
- default namespace = "http://riboseinc.com/csd"
5
- Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
6
- we cannot have a new default namespace: we will end up with a grammar with two different
7
- namespaces, one for isostandard and one for csd additions. And we do not want that.
8
- -->
9
- <include href="isodoc.rng">
10
- <start>
11
- <ref name="csd-standard"/>
12
- </start>
13
- <define name="figure">
14
- <element name="figure">
15
- <attribute name="id">
16
- <data type="ID"/>
17
- </attribute>
18
- <optional>
19
- <attribute name="unnumbered">
20
- <data type="boolean"/>
21
- </attribute>
22
- </optional>
23
- <optional>
24
- <attribute name="number"/>
25
- </optional>
26
- <optional>
27
- <attribute name="subsequence"/>
28
- </optional>
29
- <optional>
30
- <attribute name="class"/>
31
- </optional>
32
- <optional>
33
- <ref name="source"/>
34
- </optional>
35
- <optional>
36
- <ref name="tname"/>
37
- </optional>
38
- <choice>
39
- <oneOrMore>
40
- <ref name="figure"/>
41
- </oneOrMore>
42
- <group>
43
- <choice>
44
- <zeroOrMore>
45
- <ref name="TextElement"/>
46
- </zeroOrMore>
47
- <ref name="pre"/>
48
- </choice>
49
- <zeroOrMore>
50
- <ref name="note"/>
51
- </zeroOrMore>
52
- <optional>
53
- <ref name="dl"/>
54
- </optional>
55
- </group>
56
- </choice>
57
- </element>
58
- </define>
59
- <define name="DocumentType">
60
- <choice>
61
- <value>directive</value>
62
- <value>guide</value>
63
- <value>specification</value>
64
- <value>standard</value>
65
- <value>report</value>
66
- <value>administrative</value>
67
- <value>amendment</value>
68
- <value>technical corrigendum</value>
69
- <value>advisory</value>
70
- </choice>
71
- </define>
72
- <define name="BibDataExtensionType">
73
- <optional>
74
- <ref name="doctype"/>
75
- </optional>
76
- <optional>
77
- <ref name="docsubtype"/>
78
- </optional>
79
- <ref name="editorialgroup"/>
80
- <zeroOrMore>
81
- <ref name="ics"/>
82
- </zeroOrMore>
83
- </define>
84
- <define name="editorialgroup">
85
- <element name="editorialgroup">
86
- <oneOrMore>
87
- <ref name="technical-committee"/>
88
- </oneOrMore>
89
- </element>
90
- </define>
91
- <define name="technical-committee">
92
- <element name="committee">
93
- <optional>
94
- <attribute name="type"/>
95
- </optional>
96
- <text/>
97
- </element>
98
- </define>
99
- </include>
100
- <define name="csd-standard">
101
- <element name="csd-standard">
102
- <attribute name="version"/>
103
- <attribute name="type">
104
- <choice>
105
- <value>semantic</value>
106
- <value>presentation</value>
107
- </choice>
108
- </attribute>
109
- <ref name="bibdata"/>
110
- <zeroOrMore>
111
- <ref name="termdocsource"/>
112
- </zeroOrMore>
113
- <optional>
114
- <ref name="misccontainer"/>
115
- </optional>
116
- <optional>
117
- <ref name="boilerplate"/>
118
- </optional>
119
- <ref name="preface"/>
120
- <oneOrMore>
121
- <ref name="sections"/>
122
- </oneOrMore>
123
- <zeroOrMore>
124
- <ref name="annex"/>
125
- </zeroOrMore>
126
- <ref name="bibliography"/>
127
- <zeroOrMore>
128
- <ref name="indexsect"/>
129
- </zeroOrMore>
130
- </element>
131
- </define>
132
- </grammar>