omniauth-barong 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 935f1cf0ed8113de8c763e09e60fe67fb3391a718fe7d464b711a15a8778c623
4
- data.tar.gz: a024fb0f010456275b09989d84832b1eb3f07c3ff6c2ce4bf7844c934032a596
3
+ metadata.gz: dbe41538100483b86cda6c3f40fec18a6a51979f6aed979cf42166bd1a29ad10
4
+ data.tar.gz: '09c8c5081c5b9eeb451c11e560402878e9e84808604ba5f5f6f6be32f726e871'
5
5
  SHA512:
6
- metadata.gz: da845b3c1f18433144d552c110cc64e26b725344680d761285c8c5e82ee4a7c21cf06960a95d730ca842a07dbce4038724d0f67567b7f00c83f173d33a06db9e
7
- data.tar.gz: 738cc0a75ee803cbf62064e7069ddb0b7e7b97b38b704b320dbc7f314f63a47f36c2a0148516c516a6803b459a72b49dfcea44986687f5ef7c7cbe8ffe76a07e
6
+ metadata.gz: 714c2d341753e4f6cae48d56499bd9bdd15534b32ad5fc0eaa8738a66cbfa7774e576ec16935f9eacdc97d16665384513827238f70b17caf2ec08e82f407ebaa
7
+ data.tar.gz: 72accf5d0dac0d866ee4b3e9f78dd8047bb42605aeb8868d33da2d7016d0bc8a2a4ed99f692ec1ddb8cdf148988fb137fb47ae4523b723c9773f568d8df13f3e
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Barong
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
@@ -54,7 +54,7 @@ module OmniAuth
54
54
  end
55
55
 
56
56
  def raw_info_url
57
- options.raw_info_url || "/api/#{options.api_version}/account"
57
+ options.raw_info_url || "/api/#{options.api_version}/accounts/me"
58
58
  end
59
59
 
60
60
  def callback_url
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-barong
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Bellet
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-13 00:00:00.000000000 Z
12
+ date: 2018-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2