omniauth-gitcafe-oauth2 0.1.0 → 0.1.1

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: d0455a06b4939cf9da09b364cb0abd197017208a
4
- data.tar.gz: 64ed5dd6964c16b2fbf39a550dfb70e6d2666683
3
+ metadata.gz: 573e7101a6b2673bf4fe130c72ad24af5f91f4ba
4
+ data.tar.gz: af8d6473a3e1783c9fbc3458b70bcd2fd5871087
5
5
  SHA512:
6
- metadata.gz: b066f89be6c7b113b41fe5b4625614b677f0e56fd78620c8b147fc82454ecbf06f6d9ee6c3884d4e02ed2550609371f46d67a409c41d29074923f29f60268fdf
7
- data.tar.gz: 963d9810b4c96a947091055b538b3bc4a26b4d46af94d4139c323ce535977d649ea390e842336c1749f60625c02f7a729717bcffe886b22c4fda3d7b4cc9e82b
6
+ metadata.gz: 061e14d266fb8aa77ff48e358bce4b62c08cd5e69e046b58920c32e122168276942a71d054de062a93931d87a99fe3e628e4c7fa831224f0dddb63f44d4e7e6c
7
+ data.tar.gz: 748dbff8e480e25582d80f16a811a4798dd08be6a21cc4bfc2438b03801bf9e1744ff31ca72274f670be0436158c9d2f09b4222a5226cd43036cb6e1abd10c7b
@@ -4,7 +4,7 @@ module OmniAuth
4
4
  module Strategies
5
5
  class GitCafe < OmniAuth::Strategies::OAuth2
6
6
  option :client_options, {
7
- :site => "https://api.gitcafe.com",
7
+ :site => "https://gitcafe.com",
8
8
  :authorize_url => "/oauth/authorize",
9
9
  }
10
10
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module GitCafeOauth2
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-gitcafe-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xyu Wang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.2.2
73
+ rubygems_version: 2.4.5
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: OmniAuth Oauth2 strategy for gitcafe.com.