omniauth-geekpark 0.0.5 → 0.1.0

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: 5613a83463a6ee7b5eef1313d0ccb1fd7853ee57
4
- data.tar.gz: 53293364bafd016e53d33cff6b8153905a07e409
3
+ metadata.gz: 9d5cbf709d15456ecf7e5fde984f1a307da0a652
4
+ data.tar.gz: c9b2eda084d3dc98dda128af0f468d062190ce33
5
5
  SHA512:
6
- metadata.gz: 74b06b9b73ac3ba1c275aa675cdacb0b2efa7e77ac8e782a6429064798b946a57183b5c9b47e82583d55b3adddce2e6df6c7bcdc7066b82e001766c0c616bd2a
7
- data.tar.gz: 102299ef5ae2ca246ee6cedeb8a093450ed917a4d7a8a7bd90cf665649ca5b3256ec4940c1ee9bf904da03b20a071eae46bcd5894ea5d48cd7fbaa704de38a31
6
+ metadata.gz: e556bc60a39e721ea1965197e6aad6d6bc485405a63b876d6fccb62d1b8d380a778dd24bef653faff783da3b87b1819815ed22a55e346caea02dc221de8eb219
7
+ data.tar.gz: 2e2e91201aafc5a446eb2ce782031b94daf1d8b4b8bf1e845d80bde2263d73483cf5c4e8c5ec54de816b3cfb6e6adcfd3ca6cdc11832ac47c42e1a63237a97c9
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
@@ -5,11 +5,11 @@ module OmniAuth
5
5
  class GeekPark < OmniAuth::Strategies::OAuth2
6
6
  option :client_options, {
7
7
  site: 'http://www.geekpark.net',
8
- authorize_url: 'http://www.geekpark.net/oauth2/authorize',
9
- token_url: 'http://www.geekpark.net/oauth2/token'
8
+ authorize_url: 'http://www.geekpark.net/oauth/authorize',
9
+ token_url: 'http://www.geekpark.net/oauth/token'
10
10
  }
11
11
 
12
- uid { raw_info['uuid'] }
12
+ uuid { raw_info['uuid'] }
13
13
 
14
14
  info do
15
15
  {
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module GeekPark
3
- VERSION = "0.0.5"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
@@ -2,11 +2,11 @@
2
2
  require File.expand_path('../lib/omniauth-geekpark/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["HaoYunfei"]
5
+ gem.authors = %w(HaoYunfei Gavin)
6
6
  gem.email = ["cloudy9101@126.com"]
7
7
  gem.description = %q{Official OmniAuth strategy for GeekPark.}
8
8
  gem.summary = %q{Official OmniAuth strategy for GeekPark.}
9
- gem.homepage = "https://github.com/cloudy9101/omniauth-geekpark"
9
+ gem.homepage = "https://github.com/GeekPark/omniauth-geekpark"
10
10
  gem.license = "MIT"
11
11
 
12
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-geekpark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HaoYunfei
8
+ - Gavin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-05-06 00:00:00.000000000 Z
12
+ date: 2015-05-24 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: omniauth
@@ -107,6 +108,7 @@ executables: []
107
108
  extensions: []
108
109
  extra_rdoc_files: []
109
110
  files:
111
+ - ".gitignore"
110
112
  - Gemfile
111
113
  - Gemfile.lock
112
114
  - Guardfile
@@ -115,14 +117,10 @@ files:
115
117
  - lib/omniauth-geekpark.rb
116
118
  - lib/omniauth-geekpark/version.rb
117
119
  - lib/omniauth/strategies/geekpark.rb
118
- - omniauth-geekpark-0.0.1.gem
119
- - omniauth-geekpark-0.0.2.gem
120
- - omniauth-geekpark-0.0.3.gem
121
- - omniauth-geekpark-0.0.4.gem
122
120
  - omniauth-geekpark.gemspec
123
121
  - spec/omniauth/strategies/geekpark_spec.rb
124
122
  - spec/spec_helper.rb
125
- homepage: https://github.com/cloudy9101/omniauth-geekpark
123
+ homepage: https://github.com/GeekPark/omniauth-geekpark
126
124
  licenses:
127
125
  - MIT
128
126
  metadata: {}
Binary file
Binary file
Binary file
Binary file