omniauth-fenix 0.2.5 → 0.2.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 582aacc7dde37c6f5779f77f0972c475e2536bb5
4
- data.tar.gz: fb2e5c4d9b51fef9ce91dc1a029d8cfc82fdb07b
3
+ metadata.gz: a90414e0eb7da22aa700743454a86ff52f728c68
4
+ data.tar.gz: 65f874336df8a36009ceccead1b6cb010842ec01
5
5
  SHA512:
6
- metadata.gz: 427368d237f5d9b3cd3676dc61a246b5973e549260173286c21e4c08cb45b897de43e9738ec8093ab4bfe8402775de6d8c458835a06c67fc8389b262be6b03d2
7
- data.tar.gz: 9028be840bf6a1cca8edb66e29b610a2196c12916d0edc98f9dc9c7cecf2e8c474287f5fa3561b70033bd3d5b88c202c0124e584cc1764e25e3d79a9f473fb90
6
+ metadata.gz: 165932ecc24a0aa915a3d152a261e446d1a88bf55257321fe1b3d0af93f55c092b60da818c41d49f02a69ba524a424edeb646182b6e1ade8db010d4d081b5f17
7
+ data.tar.gz: 9256ca9fb9bcba6dd13a0e6341093a1c0812340f8a54f80ec1237a0f4903da953795d782cfb7cf08efbccfc8c8a05914c6c9d83f479e6b5835d54409bcd77d9a
@@ -29,10 +29,11 @@ module OmniAuth
29
29
  end
30
30
 
31
31
  def raw_info
32
- access_token.options[:parse] = :json
33
- url = "/person"
34
- params = { :params => { :access_token => access_token.token } }
35
- @raw_info ||= access_token.client.request(:get, url, params).parsed
32
+ # access_token.options[:parse] = :json
33
+ # url = "/person"
34
+ # params = { :params => { :access_token => access_token.token } }
35
+ # @raw_info ||= access_token.client.request(:get, url, params).parsed
36
+ @raw_info ||= access_token.get('/person').parsed
36
37
  end
37
38
 
38
39
  def build_access_token
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fenix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira