riddl 0.99.142 → 0.99.143

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