restpack-web 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ module RestPack
34
34
  p url
35
35
  json = RestClient.get(url)
36
36
  user = JSON.parse(json)['user']
37
- env[:restpack][:domain] = user
37
+ env[:restpack][:user] = user
38
38
  end
39
39
 
40
40
  env[:restpack][:user_id] = user_id
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.16"
3
+ VERSION = "0.1.17"
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.16
4
+ version: 0.1.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: