omniauth-campus 1.6 → 1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/strategies/campus.rb +2 -1
- data/lib/omniauth-campus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c84cdf71aa7f37baa7bd78adc437c2f701d097e7
|
4
|
+
data.tar.gz: f0dd7853451cab185fa57d7374e6982dcb663427
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59c11da12e50bca9b2bfcee8ec6702a27fb57ab7139075edfef9b700efee643a9128a3d955c11b073f41b74d2d773851c571e62a2609cd4d737aa0109fd7058c
|
7
|
+
data.tar.gz: 2dcf2cbe6dfc8f07d1e59528bdc7e58f198876167e225ca3a32afca43b20ef04c4512cf548e988f33a549eee8657666b838b44e753449d6f54f5f1be5898bfcb
|
@@ -19,7 +19,8 @@ module OmniAuth
|
|
19
19
|
option :consumer_secret, nil
|
20
20
|
|
21
21
|
option :client_options, {
|
22
|
-
:site => "http://dev-oauth-test.gotpantheon.com/myawesomejson"
|
22
|
+
:site => "http://dev-oauth-test.gotpantheon.com/myawesomejson",
|
23
|
+
:proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil
|
23
24
|
}
|
24
25
|
|
25
26
|
option :name, "campus"
|