riddl 0.99.154 → 0.99.155

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/examples/declaration-test/main.log +57 -0
  3. data/examples/flickr/Exif/riddl.new.jpg +0 -0
  4. data/examples/flickr/Flickr/flickr.frob +1 -0
  5. data/examples/flickr/Flickr/flickr.token +1 -0
  6. data/examples/twitter/twitter.consumer_key +1 -0
  7. data/examples/twitter/twitter.consumer_secret +1 -0
  8. data/examples/twitter/twitter.token +1 -0
  9. data/examples/twitter/twitter.token_secret +1 -0
  10. data/examples/twitter/twitter.user_id +1 -0
  11. data/examples/xmpp/blather/description.xml +981 -0
  12. data/examples/xmpp/blather/direct.rb +44 -0
  13. data/examples/xmpp/blather/load.rb +18 -0
  14. data/examples/xmpp/blather/pp.rb +40 -0
  15. data/examples/xmpp/blather/test.rb +32 -0
  16. data/examples/zotero/litlist.html +540 -0
  17. data/examples/zotero/zotero.consumer_key +1 -0
  18. data/examples/zotero/zotero.consumer_secret +1 -0
  19. data/examples/zotero/zotero.token +1 -0
  20. data/examples/zotero/zotero.token_secret +1 -0
  21. data/examples/zotero/zotero.user_id +1 -0
  22. data/lib/ruby/riddl/wrapper/description/resource.rb +8 -2
  23. data/riddl.gemspec +1 -1
  24. metadata +234 -229
  25. data/examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/consumer-secret +0 -1
  26. data/examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/producer-secret +0 -1
  27. data/examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/subscription.xml +0 -9
  28. data/examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/consumer-secret +0 -1
  29. data/examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/producer-secret +0 -1
  30. data/examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/subscription.xml +0 -9
  31. data/examples/notifications/notifications/893edd178c053a011c09f253fa85092f/consumer-secret +0 -1
  32. data/examples/notifications/notifications/893edd178c053a011c09f253fa85092f/producer-secret +0 -1
  33. data/examples/notifications/notifications/893edd178c053a011c09f253fa85092f/subscription.xml +0 -9
  34. data/examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/consumer-secret +0 -1
  35. data/examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/producer-secret +0 -1
  36. data/examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/subscription.xml +0 -9
  37. data/examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/consumer-secret +0 -1
  38. data/examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/producer-secret +0 -1
  39. data/examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/subscription.xml +0 -9
@@ -0,0 +1 @@
1
+ 689f0248cc74473141b6
@@ -0,0 +1 @@
1
+ 5b542fd013944adf2b1a
@@ -0,0 +1 @@
1
+ xbkypbe6eVfLozz51pkqvXzJ
@@ -0,0 +1 @@
1
+ xbkypbe6eVfLozz51pkqvXzJ
@@ -0,0 +1 @@
1
+ 2491
@@ -299,6 +299,12 @@ module Riddl
299
299
  end
300
300
  end
301
301
  end
302
+ result
303
+ #}}}
304
+ end
305
+ def description_xml_string_sub(messages,t)
306
+ #{{{
307
+ result = ''
302
308
  @resources.each do |k,r|
303
309
  tmp = r.custom.map{ |c| c.dump }.join
304
310
  result << t + "<resource"
@@ -307,7 +313,7 @@ module Riddl
307
313
  end
308
314
  result
309
315
  #}}}
310
- end
316
+ end
311
317
 
312
318
  def description_xml(namespaces)
313
319
  #{{{
@@ -319,7 +325,7 @@ module Riddl
319
325
 
320
326
  messages = {}
321
327
  messages_result = ''
322
- collect = description_xml_string(messages," " * 4)
328
+ collect = description_xml_string(messages," " * 4) + description_xml_string_sub(messages," " * 4)
323
329
 
324
330
  names = []
325
331
  messages.each do |hash,mess|
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.154"
3
+ s.version = "0.99.155"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
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.154
4
+ version: 0.99.155
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -160,260 +160,265 @@ extensions: []
160
160
  extra_rdoc_files:
161
161
  - README.rdoc
162
162
  files:
163
- - AUTHORS
164
- - COPYING
165
- - INSTALL
166
- - README.rdoc
167
- - Rakefile
168
- - TODO
169
- - contrib/riddl.jpg
163
+ - lib/ruby/riddl/ns/common-patterns/downloadify/1.0/downloadify.xml
164
+ - lib/ruby/riddl/ns/common-patterns/addon-security/request.xml
165
+ - lib/ruby/riddl/ns/common-patterns/addon-security/response.xml
166
+ - lib/ruby/riddl/ns/common-patterns/riddl-description/show.xml
167
+ - lib/ruby/riddl/ns/common-patterns/riddl-description/resource-show.xml
168
+ - lib/ruby/riddl/ns/common-patterns/turtle/1.0/turtle.xml
169
+ - lib/ruby/riddl/ns/common-patterns/notifications-producer/1.0/producer.xml
170
+ - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.schema.schema
171
+ - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.xml
172
+ - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.schema.xsl
173
+ - lib/ruby/riddl/ns/common-patterns/notifications-consumer/1.0/consumer.xml
174
+ - lib/ruby/riddl/ns/common/relaxng.rng
175
+ - lib/ruby/riddl/ns/common/datatypes-1_0.rng
176
+ - lib/ruby/riddl/ns/common/relaxng-modular.rng
177
+ - lib/ruby/riddl/ns/declaration/1.0/declaration.rng
178
+ - lib/ruby/riddl/ns/description/1.0/description.rng
179
+ - tools/riddlprocess
180
+ - tools/riddlprocess-1_0
181
+ - tools/flash-policy-server.rb
182
+ - tools/riddlcheck
183
+ - tools/riddlcheck-1_0
184
+ - ns/common-patterns/downloadify/1.0/downloadify.xml
185
+ - ns/common-patterns/addon-security/request.xml
186
+ - ns/common-patterns/addon-security/response.xml
187
+ - ns/common-patterns/riddl-description/show.xml
188
+ - ns/common-patterns/riddl-description/resource-show.xml
189
+ - ns/common-patterns/turtle/1.0/turtle.xml
190
+ - ns/common-patterns/notifications-producer/1.0/producer.xml
191
+ - ns/common-patterns/properties/1.0/properties.schema.schema
192
+ - ns/common-patterns/properties/1.0/properties.xml
193
+ - ns/common-patterns/properties/1.0/properties.schema.xsl
194
+ - ns/common-patterns/notifications-consumer/1.0/consumer.xml
195
+ - ns/common/relaxng.rng
196
+ - ns/common/datatypes-1_0.rng
197
+ - ns/common/relaxng-modular.rng
198
+ - ns/declaration/1.0/declaration.rng
199
+ - ns/description/1.0/description.rng
170
200
  - contrib/riddl.png
201
+ - contrib/riddl.jpg
171
202
  - contrib/riddl.svg
203
+ - lib/ruby/riddl/handlers.rb
204
+ - lib/ruby/riddl/server.rb
205
+ - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Faccess_token.rb
206
+ - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Fon_behalf.rb
207
+ - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Frequest_token.rb
208
+ - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0/base.rb
209
+ - lib/ruby/riddl/wrapper.rb
210
+ - lib/ruby/riddl/commonlogger.rb
211
+ - lib/ruby/riddl/error.rb
212
+ - lib/ruby/riddl/client.rb
213
+ - lib/ruby/riddl/handlers/plain-type.rb
214
+ - lib/ruby/riddl/handlers/xmlschema.rb
215
+ - lib/ruby/riddl/handlers/oauth.rb
216
+ - lib/ruby/riddl/handlers/relaxng.rb
217
+ - lib/ruby/riddl/implementation.rb
218
+ - lib/ruby/riddl/wrapper/messageparser.rb
219
+ - lib/ruby/riddl/wrapper/resourcechecker.rb
220
+ - lib/ruby/riddl/wrapper/declaration.rb
221
+ - lib/ruby/riddl/wrapper/layerchecker.rb
222
+ - lib/ruby/riddl/wrapper/description.rb
223
+ - lib/ruby/riddl/wrapper/declaration/interface.rb
224
+ - lib/ruby/riddl/wrapper/declaration/facade.rb
225
+ - lib/ruby/riddl/wrapper/declaration/tile.rb
226
+ - lib/ruby/riddl/wrapper/description/message_and_transformation.rb
227
+ - lib/ruby/riddl/wrapper/description/resource.rb
228
+ - lib/ruby/riddl/wrapper/description/access.rb
229
+ - lib/ruby/riddl/option.rb
230
+ - lib/ruby/riddl/utils/properties.rb
231
+ - lib/ruby/riddl/utils/notifications_producer.rb
232
+ - lib/ruby/riddl/utils/downloadify.rb
233
+ - lib/ruby/riddl/utils/erbserve.rb
234
+ - lib/ruby/riddl/utils/xsloverlay.rb
235
+ - lib/ruby/riddl/utils/fileserve.rb
236
+ - lib/ruby/riddl/utils/description.rb
237
+ - lib/ruby/riddl/utils/turtle.rb
238
+ - lib/ruby/riddl/roles.rb
239
+ - lib/ruby/riddl/parameter.rb
240
+ - lib/ruby/riddl/constants.rb
241
+ - lib/ruby/riddl/protocols/http/generator.rb
242
+ - lib/ruby/riddl/protocols/http/parser.rb
243
+ - lib/ruby/riddl/protocols/websocket.rb
244
+ - lib/ruby/riddl/protocols/xmpp/generator.rb
245
+ - lib/ruby/riddl/protocols/xmpp/parser.rb
246
+ - lib/ruby/riddl/header.rb
172
247
  - examples/client/client.rb
173
- - examples/declaration-server-distributed/README
174
- - examples/declaration-server-distributed/declaration.rb
248
+ - examples/downloadify/server.rb
249
+ - examples/downloadify/downloadify.xml
250
+ - examples/downloadify/server.description.xml
251
+ - examples/downloadify/server.declaration.xml
252
+ - examples/downloadify/client.rb
253
+ - examples/twitter/twitter.token_secret
254
+ - examples/twitter/twitter.xml
255
+ - examples/twitter/declaration.xml
256
+ - examples/twitter/client.rb
257
+ - examples/twitter/twitter.consumer_key
258
+ - examples/twitter/README
259
+ - examples/twitter/twitpic.xml
260
+ - examples/twitter/twitter.user_id
261
+ - examples/twitter/twitter.consumer_secret
262
+ - examples/twitter/twitter.token
263
+ - examples/helloworld/declaration.xml
264
+ - examples/helloworld/description.xml
265
+ - examples/helloworld/declaration-definition_goal.xml
266
+ - examples/helloworld/rngs/hello-list.rng
267
+ - examples/helloworld/rngs/filter-hello-list.rng
268
+ - examples/helloworld/filter-description.xml
269
+ - examples/websocket/server.rb
270
+ - examples/websocket/description.xml
271
+ - examples/websocket/client.rb
272
+ - examples/websocket/sample.html
273
+ - examples/declaration-server-distributed/xsls/test/properties.xsl
274
+ - examples/declaration-server-distributed/xsls/instances.xsl
275
+ - examples/declaration-server-distributed/xsls/properties.xsl
276
+ - examples/declaration-server-distributed/xsls/info.xsl
277
+ - examples/declaration-server-distributed/xsls/values.xsl
278
+ - examples/declaration-server-distributed/properties.rb
279
+ - examples/declaration-server-distributed/xsloverlay.xml
175
280
  - examples/declaration-server-distributed/declaration.xml
176
281
  - examples/declaration-server-distributed/instances/1/properties.xml
177
- - examples/declaration-server-distributed/instances/2/properties.xml
178
282
  - examples/declaration-server-distributed/instances/instances.xml
179
283
  - examples/declaration-server-distributed/instances/properties.schema
284
+ - examples/declaration-server-distributed/instances/2/properties.xml
285
+ - examples/declaration-server-distributed/README
180
286
  - examples/declaration-server-distributed/main.rb
181
- - examples/declaration-server-distributed/main.xml
182
- - examples/declaration-server-distributed/properties.rb
183
- - examples/declaration-server-distributed/properties.xml
287
+ - examples/declaration-server-distributed/declaration.rb
288
+ - examples/declaration-server-distributed/xsloverlay.rb
184
289
  - examples/declaration-server-distributed/rngs/instance-info.rng
185
290
  - examples/declaration-server-distributed/rngs/instances.rng
186
- - examples/declaration-server-distributed/xsloverlay.rb
187
- - examples/declaration-server-distributed/xsloverlay.xml
188
- - examples/declaration-server-distributed/xsls/info.xsl
189
- - examples/declaration-server-distributed/xsls/instances.xsl
190
- - examples/declaration-server-distributed/xsls/properties.xsl
191
- - examples/declaration-server-distributed/xsls/test/properties.xsl
192
- - examples/declaration-server-distributed/xsls/values.xsl
193
- - examples/declaration-server-hybrid/README
194
- - examples/declaration-server-hybrid/declaration.rb
291
+ - examples/declaration-server-distributed/properties.xml
292
+ - examples/declaration-server-distributed/main.xml
293
+ - examples/flickr/Flickr/riddl.png
294
+ - examples/flickr/Flickr/flickr.xml
295
+ - examples/flickr/Flickr/flickr.token
296
+ - examples/flickr/Flickr/find.rb
297
+ - examples/flickr/Flickr/flickr.secret
298
+ - examples/flickr/Flickr/flickr.rb
299
+ - examples/flickr/Flickr/flickr.key
300
+ - examples/flickr/Flickr/flickr.frob
301
+ - examples/flickr/Flickr/authenticate.rb
302
+ - examples/flickr/Flickr/public.rb
303
+ - examples/flickr/riddl.jpg
304
+ - examples/flickr/declaration.xml
305
+ - examples/flickr/client.rb
306
+ - examples/flickr/README
307
+ - examples/flickr/rngs/rsp.rng
308
+ - examples/flickr/Exif/exif.ru
309
+ - examples/flickr/Exif/exif.xml
310
+ - examples/flickr/Exif/riddl.jpg
311
+ - examples/flickr/Exif/exif.test
312
+ - examples/flickr/Exif/riddl.new.jpg
313
+ - examples/flickr/Helpers/gps.rb
314
+ - examples/flickr/Helpers/flickr.rb
315
+ - examples/notifications/topics.xml
316
+ - examples/notifications/producer.main.xml
317
+ - examples/notifications/producer.declaration.xml
318
+ - examples/notifications/implementation/juergen.html
319
+ - examples/notifications/implementation/oliver.html
320
+ - examples/notifications/implementation/index.html
321
+ - examples/notifications/producer.rb
322
+ - examples/notifications/producer.fluff.xml
323
+ - examples/library/server.rb
324
+ - examples/library/static/info.txt
325
+ - examples/library/declaration.xml
326
+ - examples/library/description.xml
327
+ - examples/library/description-image-addon.xml
328
+ - examples/library/rngs/customer-description.rng
329
+ - examples/library/rngs/list-of-loans.rng
330
+ - examples/library/rngs/book-description.rng
331
+ - examples/library/rngs/list-of-books.rng
332
+ - examples/library/rngs/list-of-customers.rng
333
+ - examples/declaration-server-hybrid/xsls/instances.xsl
334
+ - examples/declaration-server-hybrid/xsls/properties.xsl
335
+ - examples/declaration-server-hybrid/xsls/info.xsl
336
+ - examples/declaration-server-hybrid/xsls/values.xsl
337
+ - examples/declaration-server-hybrid/xsloverlay.xml
195
338
  - examples/declaration-server-hybrid/declaration.xml
196
339
  - examples/declaration-server-hybrid/instances/1/properties.xml
197
- - examples/declaration-server-hybrid/instances/2/properties.xml
198
340
  - examples/declaration-server-hybrid/instances/instances.xml
199
341
  - examples/declaration-server-hybrid/instances/properties.schema
200
- - examples/declaration-server-hybrid/main.xml
201
- - examples/declaration-server-hybrid/properties.xml
342
+ - examples/declaration-server-hybrid/instances/2/properties.xml
343
+ - examples/declaration-server-hybrid/README
344
+ - examples/declaration-server-hybrid/declaration.rb
345
+ - examples/declaration-server-hybrid/xsloverlay.rb
202
346
  - examples/declaration-server-hybrid/rngs/instance-info.rng
203
347
  - examples/declaration-server-hybrid/rngs/instances.rng
204
- - examples/declaration-server-hybrid/xsloverlay.rb
205
- - examples/declaration-server-hybrid/xsloverlay.xml
206
- - examples/declaration-server-hybrid/xsls/info.xsl
207
- - examples/declaration-server-hybrid/xsls/instances.xsl
208
- - examples/declaration-server-hybrid/xsls/properties.xsl
209
- - examples/declaration-server-hybrid/xsls/values.xsl
210
- - examples/declaration-server-local/declaration.rb
211
- - examples/declaration-server-local/declaration.xml
212
- - examples/declaration-server-local/properties.xml
213
- - examples/declaration-server-local/server.properties.schema
214
- - examples/declaration-server-local/server.properties.xml
215
- - examples/declaration-server-local/xsloverlay.xml
216
- - examples/declaration-server-local/xsls.xml
217
- - examples/declaration-server-local/xsls/properties.xsl
218
- - examples/declaration-server-local/xsls/values.xsl
219
- - examples/declaration-test/client.test
348
+ - examples/declaration-server-hybrid/properties.xml
349
+ - examples/declaration-server-hybrid/main.xml
350
+ - examples/description-test/server.rb
351
+ - examples/description-test/description0.xml
352
+ - examples/description-test/description1.xml
353
+ - examples/description-test/description3.xml
354
+ - examples/description-test/description2.xml
355
+ - examples/description-test/description4.xml
356
+ - examples/description-test/rngs/list-of-books.rng
220
357
  - examples/declaration-test/declaration0.xml
221
- - examples/declaration-test/declaration1.xml
358
+ - examples/declaration-test/pre.ru
222
359
  - examples/declaration-test/declaration2.xml
223
- - examples/declaration-test/goal/goal.txt
224
360
  - examples/declaration-test/goal/goal.xml
361
+ - examples/declaration-test/goal/goal.txt
362
+ - examples/declaration-test/declaration1.xml
363
+ - examples/declaration-test/post.ru
364
+ - examples/declaration-test/main.log
225
365
  - examples/declaration-test/main.rb
226
- - examples/declaration-test/main.xml
227
366
  - examples/declaration-test/over.xml
228
- - examples/declaration-test/post.ru
229
367
  - examples/declaration-test/post.xml
230
- - examples/declaration-test/pre.ru
368
+ - examples/declaration-test/client.test
231
369
  - examples/declaration-test/pre.xml
232
- - examples/description-test/description0.xml
233
- - examples/description-test/description1.xml
234
- - examples/description-test/description2.xml
235
- - examples/description-test/description3.xml
236
- - examples/description-test/description4.xml
237
- - examples/description-test/rngs/list-of-books.rng
238
- - examples/description-test/server.rb
239
- - examples/downloadify/client.rb
240
- - examples/downloadify/downloadify.xml
241
- - examples/downloadify/server.declaration.xml
242
- - examples/downloadify/server.description.xml
243
- - examples/downloadify/server.rb
244
- - examples/flickr/Exif/exif.ru
245
- - examples/flickr/Exif/exif.test
246
- - examples/flickr/Exif/exif.xml
247
- - examples/flickr/Exif/riddl.jpg
248
- - examples/flickr/Flickr/authenticate.rb
249
- - examples/flickr/Flickr/find.rb
250
- - examples/flickr/Flickr/flickr.key
251
- - examples/flickr/Flickr/flickr.rb
252
- - examples/flickr/Flickr/flickr.secret
253
- - examples/flickr/Flickr/flickr.xml
254
- - examples/flickr/Flickr/public.rb
255
- - examples/flickr/Flickr/riddl.png
256
- - examples/flickr/Helpers/flickr.rb
257
- - examples/flickr/Helpers/gps.rb
258
- - examples/flickr/README
259
- - examples/flickr/client.rb
260
- - examples/flickr/declaration.xml
261
- - examples/flickr/riddl.jpg
262
- - examples/flickr/rngs/rsp.rng
263
- - examples/helloworld/declaration-definition_goal.xml
264
- - examples/helloworld/declaration.xml
265
- - examples/helloworld/description.xml
266
- - examples/helloworld/filter-description.xml
267
- - examples/helloworld/rngs/filter-hello-list.rng
268
- - examples/helloworld/rngs/hello-list.rng
269
- - examples/library/declaration.xml
270
- - examples/library/description-image-addon.xml
271
- - examples/library/description.xml
272
- - examples/library/rngs/book-description.rng
273
- - examples/library/rngs/customer-description.rng
274
- - examples/library/rngs/list-of-books.rng
275
- - examples/library/rngs/list-of-customers.rng
276
- - examples/library/rngs/list-of-loans.rng
277
- - examples/library/server.rb
278
- - examples/library/static/info.txt
279
- - examples/notifications/implementation/index.html
280
- - examples/notifications/implementation/juergen.html
281
- - examples/notifications/implementation/oliver.html
282
- - examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/consumer-secret
283
- - examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/producer-secret
284
- - examples/notifications/notifications/39c3b39ec3e48a514948e4981f4459d2/subscription.xml
285
- - examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/consumer-secret
286
- - examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/producer-secret
287
- - examples/notifications/notifications/5d68b08a13e622aada13e3c182ea9390/subscription.xml
288
- - examples/notifications/notifications/893edd178c053a011c09f253fa85092f/consumer-secret
289
- - examples/notifications/notifications/893edd178c053a011c09f253fa85092f/producer-secret
290
- - examples/notifications/notifications/893edd178c053a011c09f253fa85092f/subscription.xml
291
- - examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/consumer-secret
292
- - examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/producer-secret
293
- - examples/notifications/notifications/9f5921176e6876aca3af4428b1ccafd1/subscription.xml
294
- - examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/consumer-secret
295
- - examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/producer-secret
296
- - examples/notifications/notifications/c457779f6e2c086d8cf1cd9b44d8950e/subscription.xml
297
- - examples/notifications/producer.declaration.xml
298
- - examples/notifications/producer.fluff.xml
299
- - examples/notifications/producer.main.xml
300
- - examples/notifications/producer.rb
301
- - examples/notifications/topics.xml
302
- - examples/oauth/oauth.rb
303
- - examples/oauth/oauth.xml
304
- - examples/properties/description.conf
305
- - examples/properties/description.rb
306
- - examples/properties/properties.xml
307
- - examples/properties/server.properties.schema
308
- - examples/properties/server.properties.xml
309
- - examples/twitter/README
310
- - examples/twitter/client.rb
311
- - examples/twitter/declaration.xml
312
- - examples/twitter/twitpic.xml
313
- - examples/twitter/twitter.xml
314
- - examples/websocket/client.rb
315
- - examples/websocket/description.xml
316
- - examples/websocket/sample.html
317
- - examples/websocket/server.rb
370
+ - examples/declaration-test/main.xml
371
+ - examples/xmpp/server.properties.xml
372
+ - examples/xmpp/server.properties.schema
318
373
  - examples/xmpp/client.rb
319
- - examples/xmpp/description.rb
374
+ - examples/xmpp/blather/pp.rb
375
+ - examples/xmpp/blather/test.rb
376
+ - examples/xmpp/blather/description.xml
377
+ - examples/xmpp/blather/direct.rb
378
+ - examples/xmpp/blather/load.rb
320
379
  - examples/xmpp/properties.xml
321
- - examples/xmpp/server.properties.schema
322
- - examples/xmpp/server.properties.xml
323
- - examples/zotero/README
380
+ - examples/xmpp/description.rb
381
+ - examples/properties/server.properties.xml
382
+ - examples/properties/server.properties.schema
383
+ - examples/properties/properties.xml
384
+ - examples/properties/description.conf
385
+ - examples/properties/description.rb
386
+ - examples/declaration-server-local/server.properties.xml
387
+ - examples/declaration-server-local/xsls/properties.xsl
388
+ - examples/declaration-server-local/xsls/values.xsl
389
+ - examples/declaration-server-local/xsls.xml
390
+ - examples/declaration-server-local/xsloverlay.xml
391
+ - examples/declaration-server-local/server.properties.schema
392
+ - examples/declaration-server-local/declaration.xml
393
+ - examples/declaration-server-local/declaration.rb
394
+ - examples/declaration-server-local/properties.xml
395
+ - examples/oauth/oauth.rb
396
+ - examples/oauth/oauth.xml
397
+ - examples/zotero/zotero.token_secret
398
+ - examples/zotero/zotero.consumer_secret
399
+ - examples/zotero/zotero.token
400
+ - examples/zotero/zotero.consumer_key
324
401
  - examples/zotero/client.rb
402
+ - examples/zotero/README
325
403
  - examples/zotero/zotero.xml
326
- - lib/ruby/riddl/client.rb
327
- - lib/ruby/riddl/commonlogger.rb
328
- - lib/ruby/riddl/constants.rb
329
- - lib/ruby/riddl/error.rb
330
- - lib/ruby/riddl/handlers.rb
331
- - lib/ruby/riddl/handlers/oauth.rb
332
- - lib/ruby/riddl/handlers/plain-type.rb
333
- - lib/ruby/riddl/handlers/relaxng.rb
334
- - lib/ruby/riddl/handlers/xmlschema.rb
335
- - lib/ruby/riddl/header.rb
336
- - lib/ruby/riddl/implementation.rb
337
- - lib/ruby/riddl/ns/common-patterns/addon-security/request.xml
338
- - lib/ruby/riddl/ns/common-patterns/addon-security/response.xml
339
- - lib/ruby/riddl/ns/common-patterns/downloadify/1.0/downloadify.xml
340
- - lib/ruby/riddl/ns/common-patterns/notifications-consumer/1.0/consumer.xml
341
- - lib/ruby/riddl/ns/common-patterns/notifications-producer/1.0/producer.xml
342
- - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.schema.schema
343
- - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.schema.xsl
344
- - lib/ruby/riddl/ns/common-patterns/properties/1.0/properties.xml
345
- - lib/ruby/riddl/ns/common-patterns/riddl-description/resource-show.xml
346
- - lib/ruby/riddl/ns/common-patterns/riddl-description/show.xml
347
- - lib/ruby/riddl/ns/common-patterns/turtle/1.0/turtle.xml
348
- - lib/ruby/riddl/ns/common/datatypes-1_0.rng
349
- - lib/ruby/riddl/ns/common/relaxng-modular.rng
350
- - lib/ruby/riddl/ns/common/relaxng.rng
351
- - lib/ruby/riddl/ns/declaration/1.0/declaration.rng
352
- - lib/ruby/riddl/ns/description/1.0/description.rng
353
- - lib/ruby/riddl/option.rb
354
- - lib/ruby/riddl/parameter.rb
355
- - lib/ruby/riddl/protocols/http/generator.rb
356
- - lib/ruby/riddl/protocols/http/parser.rb
357
- - lib/ruby/riddl/protocols/websocket.rb
358
- - lib/ruby/riddl/protocols/xmpp/generator.rb
359
- - lib/ruby/riddl/protocols/xmpp/parser.rb
360
- - lib/ruby/riddl/roles.rb
361
- - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Faccess_token.rb
362
- - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Fon_behalf.rb
363
- - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0%2Frequest_token.rb
364
- - lib/ruby/riddl/roles/http%3A%2F%2Foauth.net%2F1.0/base.rb
365
- - lib/ruby/riddl/server.rb
366
- - lib/ruby/riddl/utils/description.rb
367
- - lib/ruby/riddl/utils/downloadify.rb
368
- - lib/ruby/riddl/utils/erbserve.rb
369
- - lib/ruby/riddl/utils/fileserve.rb
370
- - lib/ruby/riddl/utils/notifications_producer.rb
371
- - lib/ruby/riddl/utils/properties.rb
372
- - lib/ruby/riddl/utils/turtle.rb
373
- - lib/ruby/riddl/utils/xsloverlay.rb
374
- - lib/ruby/riddl/wrapper.rb
375
- - lib/ruby/riddl/wrapper/declaration.rb
376
- - lib/ruby/riddl/wrapper/declaration/facade.rb
377
- - lib/ruby/riddl/wrapper/declaration/interface.rb
378
- - lib/ruby/riddl/wrapper/declaration/tile.rb
379
- - lib/ruby/riddl/wrapper/description.rb
380
- - lib/ruby/riddl/wrapper/description/access.rb
381
- - lib/ruby/riddl/wrapper/description/message_and_transformation.rb
382
- - lib/ruby/riddl/wrapper/description/resource.rb
383
- - lib/ruby/riddl/wrapper/layerchecker.rb
384
- - lib/ruby/riddl/wrapper/messageparser.rb
385
- - lib/ruby/riddl/wrapper/resourcechecker.rb
386
- - ns/common-patterns/addon-security/request.xml
387
- - ns/common-patterns/addon-security/response.xml
388
- - ns/common-patterns/downloadify/1.0/downloadify.xml
389
- - ns/common-patterns/notifications-consumer/1.0/consumer.xml
390
- - ns/common-patterns/notifications-producer/1.0/producer.xml
391
- - ns/common-patterns/properties/1.0/properties.schema.schema
392
- - ns/common-patterns/properties/1.0/properties.schema.xsl
393
- - ns/common-patterns/properties/1.0/properties.xml
394
- - ns/common-patterns/riddl-description/resource-show.xml
395
- - ns/common-patterns/riddl-description/show.xml
396
- - ns/common-patterns/turtle/1.0/turtle.xml
397
- - ns/common/datatypes-1_0.rng
398
- - ns/common/relaxng-modular.rng
399
- - ns/common/relaxng.rng
400
- - ns/declaration/1.0/declaration.rng
401
- - ns/description/1.0/description.rng
404
+ - examples/zotero/zotero.user_id
405
+ - examples/zotero/litlist.html
406
+ - COPYING
407
+ - Rakefile
402
408
  - riddl.gemspec
403
- - test/smartrunner.rb
404
- - test/tc_declaration-distributed.rb
409
+ - README.rdoc
410
+ - TODO
411
+ - AUTHORS
412
+ - INSTALL
413
+ - test/tc_websocket.rb
405
414
  - test/tc_declaration-hybrid.rb
406
415
  - test/tc_declaration-local.rb
407
- - test/tc_helloworld.rb
416
+ - test/tc_properties.rb
408
417
  - test/tc_library.rb
418
+ - test/tc_declaration-distributed.rb
409
419
  - test/tc_producer.rb
410
- - test/tc_properties.rb
411
- - test/tc_websocket.rb
412
- - tools/flash-policy-server.rb
413
- - tools/riddlcheck
414
- - tools/riddlcheck-1_0
415
- - tools/riddlprocess
416
- - tools/riddlprocess-1_0
420
+ - test/tc_helloworld.rb
421
+ - test/smartrunner.rb
417
422
  homepage: http://www.wst.univie.ac.at/communities/riddl/
418
423
  licenses:
419
424
  - LGPL-3
@@ -434,18 +439,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
434
439
  version: '0'
435
440
  requirements: []
436
441
  rubyforge_project:
437
- rubygems_version: 2.2.2
442
+ rubygems_version: 2.0.14
438
443
  signing_key:
439
444
  specification_version: 4
440
445
  summary: 'restful interface description and declaration language: tools and client/server
441
446
  libs'
442
447
  test_files:
443
- - test/tc_declaration-distributed.rb
444
- - test/tc_properties.rb
445
- - test/tc_library.rb
446
448
  - test/tc_websocket.rb
447
- - test/tc_declaration-local.rb
448
449
  - test/tc_declaration-hybrid.rb
449
- - test/tc_helloworld.rb
450
+ - test/tc_declaration-local.rb
451
+ - test/tc_properties.rb
452
+ - test/tc_library.rb
453
+ - test/tc_declaration-distributed.rb
450
454
  - test/tc_producer.rb
455
+ - test/tc_helloworld.rb
451
456
  - test/smartrunner.rb