omniauth-cohabitat-user 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01f8d4f54af21ef68b87e38e44a6733a93f8b140
4
- data.tar.gz: a289d8d3ae6387bf6373d2afed4341feccd0ad8c
3
+ metadata.gz: ee4d681867623e84794703e6b12d294e9860fa4d
4
+ data.tar.gz: 75c6d9aea6a428eedf924f7c9461aa9e625aa4b8
5
5
  SHA512:
6
- metadata.gz: cc920b80f62ef3da14638bcdb97fb3a878f0d84f13ef250fd65ae434e656b6db2385372d7f50019425216da6e68a9f67aabaa0a56e920a0cf1f34d09962516e9
7
- data.tar.gz: afeca64157227a007248032e0c345b3030a7c7b5849e0089d5551066119e785d0ab55ff4b478bfb3523a80cf5c9463703e012601455fbecf28222f7b1d3232fd
6
+ metadata.gz: 39945d2058950f0bbf6acc4f4ddede418f97164919cc614ded58bd3bd919c125d4f08fdbc8e97a3495a3f34f671b1abc3cfe0cdc513ffabb447af2f3d80bc8f2
7
+ data.tar.gz: c9dd3288178f1826dd0cd55fbf8d0dc49d85f99d95381c3c380898322e1cdad74a6cce596c6280f0e351fa5a2940a9cd5dae2d8104f058084c9133642c2b384e
@@ -0,0 +1 @@
1
+ *.gem
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module CohabitatUser
3
- VERSION = "1.1.1"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
@@ -20,7 +20,7 @@ module OmniAuth
20
20
  end
21
21
 
22
22
  def raw_info
23
- @raw_info ||= access_token.get('/oauth2/user_info.json').parsed
23
+ @raw_info ||= access_token.get('/oauth2/user_info.json').parsed["User"]
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-cohabitat-user
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Lewandowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-01 00:00:00.000000000 Z
11
+ date: 2015-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -45,6 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - ".gitignore"
48
49
  - lib/omniauth-cohabitat-user.rb
49
50
  - lib/omniauth-cohabitat-user/version.rb
50
51
  - lib/omniauth/strategies/cohabitat-user.rb