omniauth-geekpark 0.0.2 → 0.0.3

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: fc82ade3a82a58e5e03b3a3da7aef375f1d31ee9
4
- data.tar.gz: 2c7a04285c0a8bf4a637f5308da21d25c2876c52
3
+ metadata.gz: 2a46764357df524666bbbe1a90a9b8105fe1a592
4
+ data.tar.gz: 19f6aad53aea2460284936e95721d7e199937b35
5
5
  SHA512:
6
- metadata.gz: d8ef9fb9f76aa585c9513ca3260d2f54bb21f304a3991bbcb665d0b7d373ed4fd20c408dab941d0c669bd60ddc2470cfb0a72c3bdd1832cb93ddf4d83a3d97db
7
- data.tar.gz: 947d5fb7a8cff2a2eff9d929e48f6253fa2dbdd2fba14895b3a445d3171c7c20ac298a900d8e3989c503ca990b52cc9168a02e3e54698794ec364794f16270f5
6
+ metadata.gz: ca5585befc271c4a2bed96bb902f93fb7399c2256daa0bcc1671f16cad4b68f5fb999fc4f3a6875df8c22f30dbd0d28ae73b2eb8715f851a25c762301c6e52a8
7
+ data.tar.gz: 26cf05180c438283ca8fd454b4f7f6349e52cc288aef18f7f53cc290765a3d3a35fa7a22e9186c6750c9fc7cec5c3cb67784901c023fc9f7248dde610573c08e
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module GeekPark
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ module OmniAuth
19
19
  'company' => raw_info['company'],
20
20
  'position' => raw_info['position'],
21
21
  'mobile' => raw_info['mobile'],
22
- 'avatar' => raw_info['avatar']['url'],
22
+ 'avatar' => raw_info['avatar'],
23
23
  'bio' => raw_info['bio'],
24
24
  }
25
25
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-geekpark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - HaoYunfei
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-13 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -116,6 +116,7 @@ files:
116
116
  - lib/omniauth-geekpark/version.rb
117
117
  - lib/omniauth/strategies/geekpark.rb
118
118
  - omniauth-geekpark-0.0.1.gem
119
+ - omniauth-geekpark-0.0.2.gem
119
120
  - omniauth-geekpark.gemspec
120
121
  - spec/omniauth/strategies/geekpark_spec.rb
121
122
  - spec/spec_helper.rb