omniauth-geoloqi 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,8 +22,7 @@ module OmniAuth
22
22
  {
23
23
  :display_name => access_token.params['display_name'],
24
24
  :username => access_token.params['username'],
25
- :user_id => access_token.params['user_id'],
26
- :is_anonymous => access_token.params['is_anonymous']
25
+ :is_anonymous => (access_token.params['is_anonymous'] == '1')
27
26
  }
28
27
  end
29
28
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Geoloqi
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: omniauth-geoloqi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kyle Drake