riddl 0.99.143 → 0.99.144

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 (3) hide show
  1. data/lib/ruby/riddl/server.rb +1 -1
  2. data/riddl.gemspec +1 -1
  3. metadata +1 -1
@@ -341,7 +341,7 @@ module Riddl
341
341
  :r => @riddl_pinfo.sub(/\//,'').split('/').map{|e|Protocols::HTTP::Parser::unescape(e)},
342
342
  :s => @riddl_matching_path[0].sub(/\//,'').split('/'),
343
343
  :m => @riddl_method,
344
- :env => Hash[@riddl_env.root.attributes.map{|a| [a.qname.name, a.value] }].merge({ 'riddl.transport' => 'xmpp' }),
344
+ :env => Hash[@riddl_env.root.attributes.map{|a| [a.qname.name, a.value] }].merge({ 'riddl.transport' => 'xmpp', 'xmpp' => @riddl_res }),
345
345
  :match => []
346
346
  }
347
347
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.143"
3
+ s.version = "0.99.144"
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.143
4
+ version: 0.99.144
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: