omniauth-bonnier-oauth2 1.2.0 → 1.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
  SHA1:
3
- metadata.gz: f2733cb04b9bf203cb56b52ac5c32288daaa76b2
4
- data.tar.gz: 047b0f3a90c68c07ca2dfeba6cafaf36825f6a39
3
+ metadata.gz: 80c3645abbcbb26b1e4a82cb77a21e353052c9a5
4
+ data.tar.gz: 88acbe138bdb425e37101ee2878e024adf4e7094
5
5
  SHA512:
6
- metadata.gz: 05773bf44b49d8b1a12c9c5f22d113694778f14934ef5c3c02aa634b5ac1cdb9ac8c91855da5e5bb9f7f96bf37e87c23255660864cd624e27128ce2fe6ac6977
7
- data.tar.gz: ec42d7135c1f5026b4df18e63be90d5898ebc2df89db8e30af43db25d17b93d175c8a6c6ca7f41021bab23e410bc3118e5825d25b699a8831af000fc58f44c84
6
+ metadata.gz: c5f86049156c6d7ce1daad2b74e56d52c984ec0c2ed6372cae215faf71f9afd9a93e16e7084597aed5b0d853b81af92b9debdb918432bc81c9a5f6c851cf24a4
7
+ data.tar.gz: 05c6302bf3c8bd62fdf5bbad66b410f327775db14750e369be4864d469885e5bbd4bd8d13c17ee4cb084c1324ffd565732e0144328efbdd7ae4a2636a2cccdf2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-bonnier-oauth2 (1.1.0)
4
+ omniauth-bonnier-oauth2 (1.2.2)
5
5
  omniauth-oauth2
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module BonnierOauth2
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
@@ -18,7 +18,8 @@ module OmniAuth
18
18
  {
19
19
  "email" => raw_info["email"],
20
20
  "username" => raw_info["username"],
21
- "profile_image_url" => raw_info["profile_image_url"]
21
+ "profile_image_url" => raw_info["profile_image"].try(:fetch, "url"),
22
+ "url" => raw_info["url"]
22
23
  }
23
24
  end
24
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bonnier-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bonnier Publications - Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-23 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2