omniauth-uberpopug 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: 44c567be4b181159299e681d68d700619a1a0dac64f6998e3f0cd78c4ad6afdd
4
- data.tar.gz: e1d5fb17645420f94b5a8ed42521f5e68886d0c050c46b2fb138b880cc54bf37
3
+ metadata.gz: 43625742b2f46bc4df3bd2ffa1ef6857e00b9d3e025a3016697305af296563e1
4
+ data.tar.gz: 9d84c88c891ff6f418df1a6d43a069cfcc3f59e5fbc667604e37e53e8b86951d
5
5
  SHA512:
6
- metadata.gz: 76270e587802d6239dd98cf34eeb2e967d89a1c2ed30c5490f8755484d69ee03590a0a7bf6a3379f00186304ac5eaa743c3dccd7992c261ac04744c909b2af17
7
- data.tar.gz: 209b43782f57a3a835c5810b4604137bef92a86ffb81c665580f7c95ed11a23d398ca40264ef25a0490b60b62b0d3724bcab7684b27b768615378d1686b71571
6
+ metadata.gz: dc9018012504f7f83b6a0fe0b1b7bc79e0e1f8f61ad43be68ad8bced4350317bd7465e6e5688f8f7775ba28724095c36f40635bd718ccc6b36a5d1e1214f1513
7
+ data.tar.gz: c58a350949e97f7be6e88e3d87e0fb35bbd81ec3eb2a7d25d905c1365a80115d859fe5061e08dee8153ffd4a86da45723eec3b891038d69e824056a21780d979
@@ -24,7 +24,7 @@ module OmniAuth
24
24
  end
25
25
 
26
26
  def raw_info
27
- @raw_info ||= access_token.get('/accounts/current').parsed
27
+ @raw_info ||= access_token.get('/account').parsed
28
28
  end
29
29
  end
30
30
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Uberpopug
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-uberpopug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Rakov