restpack-web 0.1.11 → 0.1.12

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.
@@ -22,11 +22,11 @@ module RestPack
22
22
 
23
23
  p "Session: #{env['rack.session']}"
24
24
  p "Session: #{env['rack.session'].inspect}"
25
- p "USerID: #{env['rack.session'][:user_id]}"
25
+ p "userid: #{env['rack.session'][:user_id]}"
26
26
 
27
27
 
28
28
  request = Rack::Request.new(env)
29
- puts request.session.inspect
29
+ p "request session: #{request.session.inspect}"
30
30
 
31
31
  env[:restpack][:host] = host
32
32
 
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.11"
3
+ VERSION = "0.1.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: