riddl 0.99.136 → 0.99.137

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.
Files changed (4) hide show
  1. data/TODO +0 -5
  2. data/lib/ruby/riddl/server.rb +1 -1
  3. data/riddl.gemspec +1 -1
  4. metadata +1 -1
data/TODO CHANGED
@@ -3,14 +3,9 @@ fix examples/declaration-test
3
3
  fix examples/description-test
4
4
  fix examples/flickr/Exif/exif.ru
5
5
  fix examples/flickr/client.rb ???
6
- fix examples/library
7
- fix examples/websocket
8
6
 
9
7
  Tests:
10
8
  examples/downloadify
11
9
  examples/oauth
12
10
 
13
- Features:
14
- examples/xmpp
15
-
16
11
  @Florian: Try out flickr, zotero && twitter examples and write doku
@@ -402,7 +402,7 @@ module Riddl
402
402
  :r => @riddl_pinfo.sub(/\//,'').split('/').map{|e|Protocols::HTTP::Parser::unescape(e)},
403
403
  :s => @riddl_matching_path[0].sub(/\//,'').split('/'),
404
404
  :m => @riddl_method,
405
- :env => @riddl_env.reject{|k,v| k =~ /^rack\./}.merge({'riddl.transport' => 'xmpp'}),
405
+ :env => @riddl_env.reject{|k,v| k =~ /^rack\./}.merge({'riddl.transport' => 'http'}),
406
406
  :match => []
407
407
  }
408
408
 
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.136"
3
+ s.version = "0.99.137"
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.136
4
+ version: 0.99.137
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: