omniauth-campus 4.5 → 4.6

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: d287b86da702d21c1b64726a94555ed05bfaccec
4
- data.tar.gz: b1bf5ff568507977d30babbdf811f94b4cbafe9d
3
+ metadata.gz: c341c2bbc89141ca11e0ab52bbec60b65b74c59b
4
+ data.tar.gz: d7145eab3657b34d8eaa8b8ee26fc6caae798133
5
5
  SHA512:
6
- metadata.gz: ced1cbd59d24f5f9d1ab3de3bfe00aceb8bc4b1f1fef3aaad4d518653f8f9a7142aa98207f1bb0bd7f3d88b9b170f07d5338704883edbffed343db239f731e85
7
- data.tar.gz: 387c5187758f440aa07f27279a4e4c7f5b77b6f9cafba4c76de9c02570ea1da94968a77e4b2ce28d840bcb6c6326b8a22b0f13cefa0d456a9c42bf81c5f73094
6
+ metadata.gz: fdd23474e124b929cd268c9d43c20f538fad88b6fd6dd694adf0d0cbbda30ce88ee466cf584bb2206168dc5ca40d0784f06517c2868ada1bb239e0844989eaa6
7
+ data.tar.gz: 646cf9126d6b8ab51611e5a8c828131fa816c7c0ed0c09498f997d9729210762a5db5c4b266ac49f3e72be42dbe10b9851e03f7ecc50094b2d68c8e0285a3401
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "4.5"
3
+ VERSION = "4.6"
4
4
  end
5
5
  end
6
6
 
@@ -19,7 +19,10 @@ module OmniAuth
19
19
 
20
20
  option :client_options, {
21
21
  :site => "http://dev-oauth-test.gotpantheon.com",
22
- :proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil
22
+ #:proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil
23
+ :request_token_path => '/oauth/request_token',
24
+ :access_token_path => '/oauth/access_token',
25
+ :authorize_path => '/oauth/authorize'
23
26
  }
24
27
 
25
28
  option :name, "campus"
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: '4.5'
4
+ version: '4.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr