metanorma-iec 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +0 -2
- data/lib/asciidoctor/iec/iec_intro_en.xml +1 -1
- data/lib/asciidoctor/iec/isodoc.rng +174 -0
- data/lib/asciidoctor/iec/isostandard.rng +1 -0
- data/lib/isodoc/iec/iec.international-standard.xsl +65 -0
- data/lib/metanorma/iec/version.rb +1 -1
- data/spec/asciidoctor/base_spec.rb +772 -782
- data/spec/asciidoctor/section_spec.rb +0 -38
- metadata +2 -2
@@ -80,25 +80,6 @@ end
|
|
80
80
|
</terms>
|
81
81
|
<clause id="_" obligation="normative"><title>Terms, definitions, symbols and abbreviated terms</title><terms id="_" obligation="normative">
|
82
82
|
<title>Normal Terms</title>
|
83
|
-
<p id='_'>For the purposes of this document, the following terms and definitions apply.</p>
|
84
|
-
<p id='_'>
|
85
|
-
ISO and IEC maintain terminological databases for use in
|
86
|
-
standardization at the following addresses:
|
87
|
-
</p>
|
88
|
-
<ul id='_'>
|
89
|
-
<li>
|
90
|
-
<p id='_'>
|
91
|
-
IEC Electropedia: available at
|
92
|
-
<link target='http://www.electropedia.org'/>
|
93
|
-
</p>
|
94
|
-
</li>
|
95
|
-
<li>
|
96
|
-
<p id='_'>
|
97
|
-
ISO Online browsing platform: available at
|
98
|
-
<link target='http://www.iso.org/obp'/>
|
99
|
-
</p>
|
100
|
-
</li>
|
101
|
-
</ul>
|
102
83
|
<term id="term-term2">
|
103
84
|
<preferred>Term2</preferred>
|
104
85
|
</term>
|
@@ -223,25 +204,6 @@ end
|
|
223
204
|
<title>Terms, definitions, symbols and abbreviated terms</title>
|
224
205
|
<terms id='_' obligation='normative'>
|
225
206
|
<title>Normal Terms</title>
|
226
|
-
<p id='_'>For the purposes of this document, the following terms and definitions apply.</p>
|
227
|
-
<p id='_'>
|
228
|
-
ISO and IEC maintain terminological databases for use in
|
229
|
-
standardization at the following addresses:
|
230
|
-
</p>
|
231
|
-
<ul id='_'>
|
232
|
-
<li>
|
233
|
-
<p id='_'>
|
234
|
-
IEC Electropedia: available at
|
235
|
-
<link target='http://www.electropedia.org'/>
|
236
|
-
</p>
|
237
|
-
</li>
|
238
|
-
<li>
|
239
|
-
<p id='_'>
|
240
|
-
ISO Online browsing platform: available at
|
241
|
-
<link target='http://www.iso.org/obp'/>
|
242
|
-
</p>
|
243
|
-
</li>
|
244
|
-
</ul>
|
245
207
|
<term id='term-term2'>
|
246
208
|
<preferred>Term2</preferred>
|
247
209
|
</term>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-iso
|