metanorma-vsd 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -3
- data/lib/asciidoctor/vsd/basicdoc.rng +27 -2
- data/lib/asciidoctor/vsd/reqt.rng +3 -0
- data/lib/metanorma/vsd/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8884177e5e59cc275fa524a006878d2d87345e816d4c46f08ac5cd5c94874918
|
4
|
+
data.tar.gz: 0a9895a2c39661b48aa7401fcd4b68cec208d3a0e164f4c897dac1eb4431e8f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51fe17bc5cca756fe44408f0ed3d8e0aa0ed3371763554a4a546a80a27b5005dca23c88dea1d964dde83b0323201e6c09d30223e7766b1d27d499651c5189ed7
|
7
|
+
data.tar.gz: acad535844294a9b49eeb8d63b18375e45675cd036964d3355f32bb67ca49815fa1ca38b4fbac130a87c8745eab80417bb983b5b2fab866f6e2bf783e3bf86c9
|
data/Gemfile
CHANGED
@@ -2,8 +2,10 @@ Encoding.default_external = Encoding::UTF_8
|
|
2
2
|
Encoding.default_internal = Encoding::UTF_8
|
3
3
|
|
4
4
|
source "https://rubygems.org"
|
5
|
-
git_source(:github) {|repo| "https://github.com/#{repo}" }
|
6
|
-
|
7
|
-
#gem "metanorma-standoc", github: "metanorma/metanorma-standoc"
|
5
|
+
git_source(:github) { |repo| "https://github.com/#{repo}" }
|
8
6
|
|
9
7
|
gemspec
|
8
|
+
|
9
|
+
if File.exist? 'Gemfile.devel'
|
10
|
+
eval File.read('Gemfile.devel'), nil, 'Gemfile.devel' # rubocop:disable Security/Eval
|
11
|
+
end
|
@@ -194,6 +194,14 @@
|
|
194
194
|
<data type="boolean"/>
|
195
195
|
</attribute>
|
196
196
|
</optional>
|
197
|
+
<optional>
|
198
|
+
<attribute name="subsequence"/>
|
199
|
+
</optional>
|
200
|
+
<optional>
|
201
|
+
<attribute name="inequality">
|
202
|
+
<data type="boolean"/>
|
203
|
+
</attribute>
|
204
|
+
</optional>
|
197
205
|
<ref name="stem"/>
|
198
206
|
<optional>
|
199
207
|
<ref name="dl"/>
|
@@ -247,6 +255,9 @@
|
|
247
255
|
<data type="boolean"/>
|
248
256
|
</attribute>
|
249
257
|
</optional>
|
258
|
+
<optional>
|
259
|
+
<attribute name="subsequence"/>
|
260
|
+
</optional>
|
250
261
|
<optional>
|
251
262
|
<attribute name="lang"/>
|
252
263
|
</optional>
|
@@ -291,9 +302,15 @@
|
|
291
302
|
<data type="boolean"/>
|
292
303
|
</attribute>
|
293
304
|
</optional>
|
305
|
+
<optional>
|
306
|
+
<attribute name="subsequence"/>
|
307
|
+
</optional>
|
294
308
|
<optional>
|
295
309
|
<attribute name="alt"/>
|
296
310
|
</optional>
|
311
|
+
<optional>
|
312
|
+
<attribute name="summary"/>
|
313
|
+
</optional>
|
297
314
|
<optional>
|
298
315
|
<attribute name="uri">
|
299
316
|
<data type="anyURI"/>
|
@@ -423,6 +440,9 @@
|
|
423
440
|
<data type="boolean"/>
|
424
441
|
</attribute>
|
425
442
|
</optional>
|
443
|
+
<optional>
|
444
|
+
<attribute name="subsequence"/>
|
445
|
+
</optional>
|
426
446
|
<oneOrMore>
|
427
447
|
<choice>
|
428
448
|
<ref name="formula"/>
|
@@ -486,6 +506,9 @@
|
|
486
506
|
<data type="boolean"/>
|
487
507
|
</attribute>
|
488
508
|
</optional>
|
509
|
+
<optional>
|
510
|
+
<attribute name="subsequence"/>
|
511
|
+
</optional>
|
489
512
|
<optional>
|
490
513
|
<ref name="source"/>
|
491
514
|
</optional>
|
@@ -497,6 +520,8 @@
|
|
497
520
|
</optional>
|
498
521
|
<choice>
|
499
522
|
<ref name="image"/>
|
523
|
+
<ref name="video"/>
|
524
|
+
<ref name="audio"/>
|
500
525
|
<ref name="pre"/>
|
501
526
|
<zeroOrMore>
|
502
527
|
<ref name="figure"/>
|
@@ -792,7 +817,7 @@
|
|
792
817
|
</element>
|
793
818
|
</define>
|
794
819
|
<define name="video">
|
795
|
-
<element name="
|
820
|
+
<element name="video">
|
796
821
|
<attribute name="id">
|
797
822
|
<data type="ID"/>
|
798
823
|
</attribute>
|
@@ -833,7 +858,7 @@
|
|
833
858
|
</element>
|
834
859
|
</define>
|
835
860
|
<define name="audio">
|
836
|
-
<element name="
|
861
|
+
<element name="audio">
|
837
862
|
<attribute name="id">
|
838
863
|
<data type="ID"/>
|
839
864
|
</attribute>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-vsd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-09-
|
11
|
+
date: 2019-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|