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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07bbdf6d9c250da6c96d3fb77f616d46d7267a2f
4
- data.tar.gz: 18b8083e4404293da2f50d984de1758db88c9e12
3
+ metadata.gz: 6128c87b6466f818ae0f3de3cc82255c3ade1ca3
4
+ data.tar.gz: 27862ba5cc09d514312c3d1f7b2a18d8dc4da973
5
5
  SHA512:
6
- metadata.gz: 1d0a734f35a3e05003a3acdf0e0d821a567c58ab6dc9db8c87e0d160842c1247692b60bbe237aaf74bcc83c54fe8ccb0ea192a437680c9b1e7a87841f4cbf887
7
- data.tar.gz: 277ba24328b04283f2c2533e90f2efdfe43af1b8855549a39a950b7648b852fe509cf02b01fdad92bfdea981702420de213b432c8b179ecec9c791854aeff5a7
6
+ metadata.gz: 97c9e2d8376d4849eb6abf577d190782579acf0bddee93b557103f63508f4d2bc460b9eb22a1ac6617312bef895340ead3b5412da8144dbe795d23c135503d97
7
+ data.tar.gz: eaaa2af5570506f25368d8874120e44f96a01dd5643eb9870c733bfc3678f43ce97964031068381e4352f87357477d32d466a3570fd3e954b78517216776eee8
@@ -1 +1 @@
1
- ../../ns/common-patterns/properties/1.0/properties.xml
1
+ examples/declaration-server-distributed/../../ns/common-patterns/properties/1.0/properties.xml
@@ -1 +1 @@
1
- ../properties.xsl
1
+ examples/declaration-server-distributed/xsls/test/../properties.xsl
@@ -1 +1 @@
1
- ../../ns/common-patterns/properties/1.0/properties.xml
1
+ examples/declaration-server-hybrid/../../ns/common-patterns/properties/1.0/properties.xml
@@ -1 +1 @@
1
- ../../ns/common-patterns/properties/1.0/properties.xml
1
+ examples/declaration-server-local/../../ns/common-patterns/properties/1.0/properties.xml
@@ -1 +1 @@
1
- ../../lib/ruby/riddl/ns/common-patterns/downloadify/1.0/downloadify.xml
1
+ examples/downloadify/../../lib/ruby/riddl/ns/common-patterns/downloadify/1.0/downloadify.xml
@@ -1 +1 @@
1
- ../../../contrib/riddl.jpg
1
+ examples/flickr/Exif/../../../contrib/riddl.jpg
@@ -1 +1 @@
1
- ../../../contrib/riddl.png
1
+ examples/flickr/Flickr/../../../contrib/riddl.png
@@ -1 +1 @@
1
- ../../contrib/riddl.jpg
1
+ examples/flickr/../../contrib/riddl.jpg
@@ -1 +1 @@
1
- ../../ns/common-patterns/notifications-producer/1.0/producer.xml
1
+ examples/notifications/../../ns/common-patterns/notifications-producer/1.0/producer.xml
@@ -1 +1 @@
1
- ../../ns/common-patterns/properties/1.0/properties.xml
1
+ examples/properties/../../ns/common-patterns/properties/1.0/properties.xml
@@ -1 +1 @@
1
- ../../ns/common-patterns/properties/1.0/properties.xml
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">[\]\[()\|\c+\-*?.,\\{}0-9 ]+</param>
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">/|(/([\[\]()\|\c+\-*?.,\\{}0-9 ]+|\{\}))*</param>
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>
@@ -3,12 +3,12 @@
3
3
 
4
4
  <define name="riddl-datatype-relpath">
5
5
  <data type="string">
6
- <param name="pattern">[\]\[()\|\c+\-*?.,\\{}0-9 ]+</param>
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">/|(/([\[\]()\|\c+\-*?.,\\{}0-9 ]+|\{\}))*</param>
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.248"
3
+ s.version = "0.99.249"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
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.248
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-08-09 00:00:00.000000000 Z
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.5.1
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