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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 365e68d3ba12840ffbf63b4eb4a47df3681dad4f
4
- data.tar.gz: ff910b832773833aaf45f0c43c8093d1e4920541
3
+ metadata.gz: c84cdf71aa7f37baa7bd78adc437c2f701d097e7
4
+ data.tar.gz: f0dd7853451cab185fa57d7374e6982dcb663427
5
5
  SHA512:
6
- metadata.gz: 07d992334009a5097fd1b07eea374374081763a66c6a51da548015e6ec59a1e778bd915c7312a754aa03a0943938b742dcd75124376249646c89d1878c2b9255
7
- data.tar.gz: 4048f3a7a78462bda12b5d196f0d9c7076a9412345a883d158cdaa1d8f364485d51c9a660d48056ffb001a1b7cea5e1ee8c57e416e6ebbf3f3c98a9a6586d438
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"
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "1.6"
3
+ VERSION = "1.7"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.6'
4
+ version: '1.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr