riddl 0.99.248 → 0.99.249
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/examples/declaration-server-distributed/properties.xml +1 -1
- data/examples/declaration-server-distributed/xsls/test/properties.xsl +1 -1
- data/examples/declaration-server-hybrid/properties.xml +1 -1
- data/examples/declaration-server-local/properties.xml +1 -1
- data/examples/downloadify/downloadify.xml +1 -1
- data/examples/flickr/Exif/riddl.jpg +1 -1
- data/examples/flickr/Flickr/riddl.png +1 -1
- data/examples/flickr/riddl.jpg +1 -1
- data/examples/notifications/producer.main.xml +1 -1
- data/examples/properties/properties.xml +1 -1
- data/examples/xmpp/properties.xml +1 -1
- data/lib/ruby/riddl/ns/common/datatypes-1_0.rng +14 -14
- data/ns/common/datatypes-1_0.rng +14 -14
- data/riddl.gemspec +1 -1
- data/tools/riddlcheck +1 -1
- data/tools/riddlprocess +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6128c87b6466f818ae0f3de3cc82255c3ade1ca3
|
|
4
|
+
data.tar.gz: 27862ba5cc09d514312c3d1f7b2a18d8dc4da973
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97c9e2d8376d4849eb6abf577d190782579acf0bddee93b557103f63508f4d2bc460b9eb22a1ac6617312bef895340ead3b5412da8144dbe795d23c135503d97
|
|
7
|
+
data.tar.gz: eaaa2af5570506f25368d8874120e44f96a01dd5643eb9870c733bfc3678f43ce97964031068381e4352f87357477d32d466a3570fd3e954b78517216776eee8
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/declaration-server-distributed/../../ns/common-patterns/properties/1.0/properties.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/declaration-server-distributed/xsls/test/../properties.xsl
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/declaration-server-hybrid/../../ns/common-patterns/properties/1.0/properties.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/declaration-server-local/../../ns/common-patterns/properties/1.0/properties.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/downloadify/../../lib/ruby/riddl/ns/common-patterns/downloadify/1.0/downloadify.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/flickr/Exif/../../../contrib/riddl.jpg
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/flickr/Flickr/../../../contrib/riddl.png
|
data/examples/flickr/riddl.jpg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/flickr/../../contrib/riddl.jpg
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/notifications/../../ns/common-patterns/notifications-producer/1.0/producer.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/properties/../../ns/common-patterns/properties/1.0/properties.xml
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
examples/xmpp/../../ns/common-patterns/properties/1.0/properties.xml
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
<define name="riddl-datatype-relpath">
|
|
5
5
|
<data type="string">
|
|
6
|
-
<param name="pattern">[
|
|
6
|
+
<param name="pattern">[@\]\[()\|\c+\-*?.,\\{}0-9 ]+</param>
|
|
7
7
|
</data>
|
|
8
8
|
</define>
|
|
9
9
|
<define name="riddl-datatype-pathtemplate">
|
|
10
10
|
<data type="string">
|
|
11
|
-
<param name="pattern">/|(/([
|
|
11
|
+
<param name="pattern">/|(/([@\[\]()\|\c+\-*?.,\\{}0-9 ]+|\{\}))*</param>
|
|
12
12
|
</data>
|
|
13
13
|
</define>
|
|
14
14
|
|
|
@@ -22,37 +22,37 @@
|
|
|
22
22
|
<param name="pattern">\i\c*</param>
|
|
23
23
|
</data>
|
|
24
24
|
</define>
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
<define name="riddl-att-name">
|
|
27
27
|
<attribute name="name">
|
|
28
28
|
<ref name="riddl-datatype-name"/>
|
|
29
29
|
</attribute>
|
|
30
|
-
</define>
|
|
30
|
+
</define>
|
|
31
31
|
<define name="riddl-att-col-remove">
|
|
32
32
|
<optional>
|
|
33
33
|
<ref name="riddl-att-name-star"/>
|
|
34
|
-
</optional>
|
|
34
|
+
</optional>
|
|
35
35
|
<optional>
|
|
36
36
|
<attribute name="type">
|
|
37
37
|
<choice>
|
|
38
38
|
<value>header</value>
|
|
39
39
|
<value>parameter</value>
|
|
40
|
-
</choice>
|
|
40
|
+
</choice>
|
|
41
41
|
</attribute>
|
|
42
42
|
</optional>
|
|
43
|
-
</define>
|
|
43
|
+
</define>
|
|
44
44
|
<define name="riddl-att-name-star">
|
|
45
45
|
<attribute name="name">
|
|
46
46
|
<ref name="riddl-datatype-name-star"/>
|
|
47
47
|
</attribute>
|
|
48
|
-
</define>
|
|
48
|
+
</define>
|
|
49
49
|
<define name="riddl-att-method">
|
|
50
50
|
<attribute name="method">
|
|
51
51
|
<data type="string">
|
|
52
52
|
<param name="pattern">[a-z]+</param>
|
|
53
|
-
</data>
|
|
54
|
-
</attribute>
|
|
55
|
-
</define>
|
|
53
|
+
</data>
|
|
54
|
+
</attribute>
|
|
55
|
+
</define>
|
|
56
56
|
<define name="riddl-atts-request">
|
|
57
57
|
<choice>
|
|
58
58
|
<attribute name="pass">
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
<attribute name="in">
|
|
67
67
|
<ref name="riddl-datatype-name-star"/>
|
|
68
68
|
</attribute>
|
|
69
|
-
</optional>
|
|
69
|
+
</optional>
|
|
70
70
|
<optional>
|
|
71
71
|
<attribute name="out">
|
|
72
72
|
<ref name="riddl-datatype-name"/>
|
|
73
73
|
</attribute>
|
|
74
|
-
</optional>
|
|
74
|
+
</optional>
|
|
75
75
|
</group>
|
|
76
|
-
</choice>
|
|
76
|
+
</choice>
|
|
77
77
|
</define>
|
|
78
78
|
|
|
79
79
|
</grammar>
|
data/ns/common/datatypes-1_0.rng
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
<define name="riddl-datatype-relpath">
|
|
5
5
|
<data type="string">
|
|
6
|
-
<param name="pattern">[
|
|
6
|
+
<param name="pattern">[@\]\[()\|\c+\-*?.,\\{}0-9 ]+</param>
|
|
7
7
|
</data>
|
|
8
8
|
</define>
|
|
9
9
|
<define name="riddl-datatype-pathtemplate">
|
|
10
10
|
<data type="string">
|
|
11
|
-
<param name="pattern">/|(/([
|
|
11
|
+
<param name="pattern">/|(/([@\[\]()\|\c+\-*?.,\\{}0-9 ]+|\{\}))*</param>
|
|
12
12
|
</data>
|
|
13
13
|
</define>
|
|
14
14
|
|
|
@@ -22,37 +22,37 @@
|
|
|
22
22
|
<param name="pattern">\i\c*</param>
|
|
23
23
|
</data>
|
|
24
24
|
</define>
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
<define name="riddl-att-name">
|
|
27
27
|
<attribute name="name">
|
|
28
28
|
<ref name="riddl-datatype-name"/>
|
|
29
29
|
</attribute>
|
|
30
|
-
</define>
|
|
30
|
+
</define>
|
|
31
31
|
<define name="riddl-att-col-remove">
|
|
32
32
|
<optional>
|
|
33
33
|
<ref name="riddl-att-name-star"/>
|
|
34
|
-
</optional>
|
|
34
|
+
</optional>
|
|
35
35
|
<optional>
|
|
36
36
|
<attribute name="type">
|
|
37
37
|
<choice>
|
|
38
38
|
<value>header</value>
|
|
39
39
|
<value>parameter</value>
|
|
40
|
-
</choice>
|
|
40
|
+
</choice>
|
|
41
41
|
</attribute>
|
|
42
42
|
</optional>
|
|
43
|
-
</define>
|
|
43
|
+
</define>
|
|
44
44
|
<define name="riddl-att-name-star">
|
|
45
45
|
<attribute name="name">
|
|
46
46
|
<ref name="riddl-datatype-name-star"/>
|
|
47
47
|
</attribute>
|
|
48
|
-
</define>
|
|
48
|
+
</define>
|
|
49
49
|
<define name="riddl-att-method">
|
|
50
50
|
<attribute name="method">
|
|
51
51
|
<data type="string">
|
|
52
52
|
<param name="pattern">[a-z]+</param>
|
|
53
|
-
</data>
|
|
54
|
-
</attribute>
|
|
55
|
-
</define>
|
|
53
|
+
</data>
|
|
54
|
+
</attribute>
|
|
55
|
+
</define>
|
|
56
56
|
<define name="riddl-atts-request">
|
|
57
57
|
<choice>
|
|
58
58
|
<attribute name="pass">
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
<attribute name="in">
|
|
67
67
|
<ref name="riddl-datatype-name-star"/>
|
|
68
68
|
</attribute>
|
|
69
|
-
</optional>
|
|
69
|
+
</optional>
|
|
70
70
|
<optional>
|
|
71
71
|
<attribute name="out">
|
|
72
72
|
<ref name="riddl-datatype-name"/>
|
|
73
73
|
</attribute>
|
|
74
|
-
</optional>
|
|
74
|
+
</optional>
|
|
75
75
|
</group>
|
|
76
|
-
</choice>
|
|
76
|
+
</choice>
|
|
77
77
|
</define>
|
|
78
78
|
|
|
79
79
|
</grammar>
|
data/riddl.gemspec
CHANGED
data/tools/riddlcheck
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
riddlcheck-1_0
|
|
1
|
+
tools/riddlcheck-1_0
|
data/tools/riddlprocess
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
riddlprocess-1_0
|
|
1
|
+
tools/riddlprocess-1_0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: riddl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.99.
|
|
4
|
+
version: 0.99.249
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen 'eTM' Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: tools
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-09-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: xml-smart
|
|
@@ -530,7 +530,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
530
530
|
version: '0'
|
|
531
531
|
requirements: []
|
|
532
532
|
rubyforge_project:
|
|
533
|
-
rubygems_version: 2.
|
|
533
|
+
rubygems_version: 2.6.6
|
|
534
534
|
signing_key:
|
|
535
535
|
specification_version: 4
|
|
536
536
|
summary: 'restful interface description and declaration language: tools and client/server
|