omniauth-bonnier-oauth2 1.1.0 → 1.2.0

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: be3ca573b622bd4c02f3e84fb559d344aa770cd0
4
- data.tar.gz: 398ade077628d8911763c3acc533a90a9d93f516
3
+ metadata.gz: f2733cb04b9bf203cb56b52ac5c32288daaa76b2
4
+ data.tar.gz: 047b0f3a90c68c07ca2dfeba6cafaf36825f6a39
5
5
  SHA512:
6
- metadata.gz: e7ca0c28413038b10019d58b495e11ce0250634d594750c25a91bf34e973551e3193b6da2f3fe5935fe50814d3cd841d23a68d52ffa6da6058ada08e850f63f2
7
- data.tar.gz: 8564eb1b867c8e7a5ca838ef54700d42114003a05a0a07e489298503f63fdfaa606c088976f1064881c4ad0b5edfdb3dec6253d63315967cd48c85f16815083a
6
+ metadata.gz: 05773bf44b49d8b1a12c9c5f22d113694778f14934ef5c3c02aa634b5ac1cdb9ac8c91855da5e5bb9f7f96bf37e87c23255660864cd624e27128ce2fe6ac6977
7
+ data.tar.gz: ec42d7135c1f5026b4df18e63be90d5898ebc2df89db8e30af43db25d17b93d175c8a6c6ca7f41021bab23e410bc3118e5825d25b699a8831af000fc58f44c84
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module BonnierOauth2
3
- VERSION = "1.1.0"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ module OmniAuth
18
18
  {
19
19
  "email" => raw_info["email"],
20
20
  "username" => raw_info["username"],
21
- "profile_image" => raw_info["profile_image"]
21
+ "profile_image_url" => raw_info["profile_image_url"]
22
22
  }
23
23
  end
24
24
 
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.1.0
4
+ version: 1.2.0
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-21 00:00:00.000000000 Z
11
+ date: 2015-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -126,7 +126,6 @@ files:
126
126
  - lib/omniauth/bonnier_oauth2.rb
127
127
  - lib/omniauth/bonnier_oauth2/version.rb
128
128
  - lib/omniauth/strategies/bonnier_oauth2.rb
129
- - lib/tasks/.keep
130
129
  - omniauth-bonnier-oauth2.gemspec
131
130
  - spec/omniauth/strategies/bonnier_oauth2_spec.rb
132
131
  - spec/spec_helper.rb
data/lib/tasks/.keep DELETED
File without changes