omniauth-fenix 0.2.6 → 0.2.7

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: a90414e0eb7da22aa700743454a86ff52f728c68
4
- data.tar.gz: 65f874336df8a36009ceccead1b6cb010842ec01
3
+ metadata.gz: bb7e08c68c6ef88da79fe36277ca63645677fc53
4
+ data.tar.gz: f6380f9cf6813faac42a977ac45b15cf39b2847b
5
5
  SHA512:
6
- metadata.gz: 165932ecc24a0aa915a3d152a261e446d1a88bf55257321fe1b3d0af93f55c092b60da818c41d49f02a69ba524a424edeb646182b6e1ade8db010d4d081b5f17
7
- data.tar.gz: 9256ca9fb9bcba6dd13a0e6341093a1c0812340f8a54f80ec1237a0f4903da953795d782cfb7cf08efbccfc8c8a05914c6c9d83f479e6b5835d54409bcd77d9a
6
+ metadata.gz: c671201bb47b7e287c6a5137345d9a60b395478d2117f31f1dff006d75c0030c0f2423cb10efd8ab26717dbd49062cbcf900952b43647ed8f61f583d131cfcd3
7
+ data.tar.gz: c5c4ccf0ba6d2ded62b5760ef36801b48b913e74f6377ce492b2263c3cf598df79529c607f2b80e823bff1e115cf391f6ef990ffacc5404ece1db98aa3d6a13a
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
@@ -29,11 +29,7 @@ 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
36
- @raw_info ||= access_token.get('/person').parsed
32
+ @raw_info ||= access_token.get('api/fenix/v1/person').parsed
37
33
  end
38
34
 
39
35
  def build_access_token
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.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira