omniauth-uphold 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth-uphold/version.rb +1 -1
- data/lib/omniauth/strategies/uphold.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7e8d45078570334f20ef61f383d1c474400f016
|
4
|
+
data.tar.gz: 2ac39f6f534c28b550862b5495e094944c89a077
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6ec98c68902d861ca8f996170d3c66b1ff1225accaa380774a413c4d1942930a566838c39a65eeceb6550a34561ee43b3554de7f5823371bfdefcd679dd215f
|
7
|
+
data.tar.gz: ce6288817c53669829e37e7cc8f42e68974b6f18aece70cab6f270f16237ba051f72a496fe7dbb9682c9078d92a2e6d1f52e439094a2fa45c89b014853b48d7d
|
@@ -5,8 +5,8 @@ module OmniAuth
|
|
5
5
|
class Uphold < ::OmniAuth::Strategies::OAuth2
|
6
6
|
include ::OmniAuth::Strategy
|
7
7
|
|
8
|
-
UPHOLD_URL = ENV['UPHOLD_URL'] || 'https://uphold.com'
|
9
|
-
UPHOLD_API_URL = ENV['UPHOLD_API_URL'] || 'https://api.uphold.com'
|
8
|
+
UPHOLD_URL = ENV['UPHOLD_URL'] || ENV['BITRESERVE_URL'] || 'https://uphold.com'
|
9
|
+
UPHOLD_API_URL = ENV['UPHOLD_API_URL'] || ENV['BITRESERVE_API_URL'] || 'https://api.uphold.com'
|
10
10
|
|
11
11
|
option :name, :uphold
|
12
12
|
option :client_options, {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-uphold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Palhas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
153
|
rubyforge_project:
|
154
|
-
rubygems_version: 2.4.
|
154
|
+
rubygems_version: 2.4.8
|
155
155
|
signing_key:
|
156
156
|
specification_version: 4
|
157
157
|
summary: OAuth2 strategy for the Uphold API, by Subvisual
|