relaton-ecma 1.7.pre4 → 1.10.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.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -11
- data/.rubocop.yml +3 -1
- data/README.adoc +11 -0
- data/grammars/basicdoc.rng +191 -27
- data/grammars/biblio.rng +12 -11
- data/grammars/isodoc.rng +1156 -112
- data/grammars/reqt.rng +65 -7
- data/lib/relaton_ecma/ecma_bibliography.rb +1 -1
- data/lib/relaton_ecma/version.rb +1 -1
- data/lib/relaton_ecma.rb +1 -0
- data/relaton_ecma.gemspec +2 -2
- metadata +7 -8
- data/bin/console +0 -14
data/grammars/reqt.rng
CHANGED
|
@@ -30,9 +30,22 @@
|
|
|
30
30
|
<data type="boolean"/>
|
|
31
31
|
</attribute>
|
|
32
32
|
</optional>
|
|
33
|
+
<optional>
|
|
34
|
+
<attribute name="number"/>
|
|
35
|
+
</optional>
|
|
33
36
|
<optional>
|
|
34
37
|
<attribute name="subsequence"/>
|
|
35
38
|
</optional>
|
|
39
|
+
<optional>
|
|
40
|
+
<attribute name="keep-with-next">
|
|
41
|
+
<data type="boolean"/>
|
|
42
|
+
</attribute>
|
|
43
|
+
</optional>
|
|
44
|
+
<optional>
|
|
45
|
+
<attribute name="keep-lines-together">
|
|
46
|
+
<data type="boolean"/>
|
|
47
|
+
</attribute>
|
|
48
|
+
</optional>
|
|
36
49
|
<attribute name="id">
|
|
37
50
|
<data type="ID"/>
|
|
38
51
|
</attribute>
|
|
@@ -40,17 +53,31 @@
|
|
|
40
53
|
<attribute name="filename"/>
|
|
41
54
|
</optional>
|
|
42
55
|
<optional>
|
|
43
|
-
<
|
|
56
|
+
<attribute name="model"/>
|
|
44
57
|
</optional>
|
|
45
58
|
<optional>
|
|
46
|
-
<
|
|
59
|
+
<attribute name="type"/>
|
|
47
60
|
</optional>
|
|
48
61
|
<optional>
|
|
49
|
-
<
|
|
62
|
+
<attribute name="tag"/>
|
|
50
63
|
</optional>
|
|
51
64
|
<optional>
|
|
52
|
-
<
|
|
65
|
+
<attribute name="multilingual-rendering">
|
|
66
|
+
<ref name="MultilingualRenderingType"/>
|
|
67
|
+
</attribute>
|
|
53
68
|
</optional>
|
|
69
|
+
<optional>
|
|
70
|
+
<ref name="reqtitle"/>
|
|
71
|
+
</optional>
|
|
72
|
+
<optional>
|
|
73
|
+
<ref name="label"/>
|
|
74
|
+
</optional>
|
|
75
|
+
<zeroOrMore>
|
|
76
|
+
<ref name="subject"/>
|
|
77
|
+
</zeroOrMore>
|
|
78
|
+
<zeroOrMore>
|
|
79
|
+
<ref name="reqinherit"/>
|
|
80
|
+
</zeroOrMore>
|
|
54
81
|
<zeroOrMore>
|
|
55
82
|
<ref name="classification"/>
|
|
56
83
|
</zeroOrMore>
|
|
@@ -61,6 +88,7 @@
|
|
|
61
88
|
<ref name="verification"/>
|
|
62
89
|
<ref name="import"/>
|
|
63
90
|
<ref name="description"/>
|
|
91
|
+
<ref name="component"/>
|
|
64
92
|
</choice>
|
|
65
93
|
</zeroOrMore>
|
|
66
94
|
<optional>
|
|
@@ -81,17 +109,23 @@
|
|
|
81
109
|
</define>
|
|
82
110
|
<define name="label">
|
|
83
111
|
<element name="label">
|
|
84
|
-
<
|
|
112
|
+
<oneOrMore>
|
|
113
|
+
<ref name="TextElement"/>
|
|
114
|
+
</oneOrMore>
|
|
85
115
|
</element>
|
|
86
116
|
</define>
|
|
87
117
|
<define name="subject">
|
|
88
118
|
<element name="subject">
|
|
89
|
-
<
|
|
119
|
+
<oneOrMore>
|
|
120
|
+
<ref name="TextElement"/>
|
|
121
|
+
</oneOrMore>
|
|
90
122
|
</element>
|
|
91
123
|
</define>
|
|
92
124
|
<define name="reqinherit">
|
|
93
125
|
<element name="inherit">
|
|
94
|
-
<
|
|
126
|
+
<oneOrMore>
|
|
127
|
+
<ref name="TextElement"/>
|
|
128
|
+
</oneOrMore>
|
|
95
129
|
</element>
|
|
96
130
|
</define>
|
|
97
131
|
<define name="measurementtarget">
|
|
@@ -119,6 +153,12 @@
|
|
|
119
153
|
<ref name="RequirementSubpart"/>
|
|
120
154
|
</element>
|
|
121
155
|
</define>
|
|
156
|
+
<define name="component">
|
|
157
|
+
<element name="component">
|
|
158
|
+
<attribute name="class"/>
|
|
159
|
+
<ref name="RequirementSubpart"/>
|
|
160
|
+
</element>
|
|
161
|
+
</define>
|
|
122
162
|
<define name="reqt_references">
|
|
123
163
|
<element name="references">
|
|
124
164
|
<oneOrMore>
|
|
@@ -135,6 +175,24 @@
|
|
|
135
175
|
<data type="boolean"/>
|
|
136
176
|
</attribute>
|
|
137
177
|
</optional>
|
|
178
|
+
<optional>
|
|
179
|
+
<attribute name="keep-with-next">
|
|
180
|
+
<data type="boolean"/>
|
|
181
|
+
</attribute>
|
|
182
|
+
</optional>
|
|
183
|
+
<optional>
|
|
184
|
+
<attribute name="keep-lines-together">
|
|
185
|
+
<data type="boolean"/>
|
|
186
|
+
</attribute>
|
|
187
|
+
</optional>
|
|
188
|
+
<optional>
|
|
189
|
+
<attribute name="tag"/>
|
|
190
|
+
</optional>
|
|
191
|
+
<optional>
|
|
192
|
+
<attribute name="multilingual-rendering">
|
|
193
|
+
<ref name="MultilingualRenderingType"/>
|
|
194
|
+
</attribute>
|
|
195
|
+
</optional>
|
|
138
196
|
<oneOrMore>
|
|
139
197
|
<ref name="BasicBlock"/>
|
|
140
198
|
</oneOrMore>
|
|
@@ -21,7 +21,7 @@ module RelatonEcma
|
|
|
21
21
|
warn "[relaton-ecma] (\"#{code}\") found #{result.docidentifier.first.id}"
|
|
22
22
|
else
|
|
23
23
|
warn "[relaton-ecma] WARNING no match found online for #{code}. "\
|
|
24
|
-
|
|
24
|
+
"The code must be exactly like it is on the standards website."
|
|
25
25
|
end
|
|
26
26
|
result
|
|
27
27
|
end
|
data/lib/relaton_ecma/version.rb
CHANGED
data/lib/relaton_ecma.rb
CHANGED
data/relaton_ecma.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
|
14
14
|
DESCRIPTION
|
|
15
15
|
spec.homepage = "https://github.com/metanorma/relaton-ecma"
|
|
16
16
|
spec.license = "BSD-2-Clause"
|
|
17
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.
|
|
17
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
|
18
18
|
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
20
20
|
|
|
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
|
37
37
|
spec.add_development_dependency "vcr"
|
|
38
38
|
spec.add_development_dependency "webmock"
|
|
39
39
|
|
|
40
|
-
spec.add_dependency "relaton-bib", "~> 1.
|
|
40
|
+
spec.add_dependency "relaton-bib", "~> 1.10.1"
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relaton-ecma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.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:
|
|
11
|
+
date: 2022-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: equivalent-xml
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 1.
|
|
117
|
+
version: 1.10.1
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 1.
|
|
124
|
+
version: 1.10.1
|
|
125
125
|
description: "RelatonEcma: retrieve ECMA Standards for bibliographic use \nusing the
|
|
126
126
|
BibliographicItem model.\n"
|
|
127
127
|
email:
|
|
@@ -138,7 +138,6 @@ files:
|
|
|
138
138
|
- LICENSE.txt
|
|
139
139
|
- README.adoc
|
|
140
140
|
- Rakefile
|
|
141
|
-
- bin/console
|
|
142
141
|
- bin/rspec
|
|
143
142
|
- bin/setup
|
|
144
143
|
- grammars/basicdoc.rng
|
|
@@ -164,12 +163,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
164
163
|
requirements:
|
|
165
164
|
- - ">="
|
|
166
165
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.
|
|
166
|
+
version: 2.5.0
|
|
168
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
168
|
requirements:
|
|
170
|
-
- - "
|
|
169
|
+
- - ">="
|
|
171
170
|
- !ruby/object:Gem::Version
|
|
172
|
-
version:
|
|
171
|
+
version: '0'
|
|
173
172
|
requirements: []
|
|
174
173
|
rubygems_version: 3.2.3
|
|
175
174
|
signing_key:
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require "bundler/setup"
|
|
4
|
-
require "relaton_ecma"
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require "irb"
|
|
14
|
-
IRB.start(__FILE__)
|