omniauth-campus 0.8.2 → 0.8.3

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: a9a1930b5e53c1c8be54b2b337354ed53e93daec
4
- data.tar.gz: 6573a9c7e784d5cc592e50a4fba90fdc63f94fe1
3
+ metadata.gz: 1adb1a5b4420ae221a7f70af32877f7b3f448e5a
4
+ data.tar.gz: 0154c0585b102f7a10c9ea7efeab5f29b5c928ce
5
5
  SHA512:
6
- metadata.gz: aaae4a8eba515292769cb3ae05093b06ee0a227dbbb29e4971815f733b4f4d6d12d3f66f2f1109113e1713b83578adfafb0d74b0b07e6ac3e63527aa3b676da3
7
- data.tar.gz: fa7d03ce964fa71f221521ad8202f16582fb61c806520b546ce03e9f6dc81bdd33282de852a5b2241913f085136c6fb3818f142d87088bca071a05731a042ffe
6
+ metadata.gz: c1da4295953c34237a93423f1ebaea4f71864c466e8008d92f579bfab5f769b23864eebafe21de60d40c3bdd62f3872c37ba6047b18661a1bc8a07258c6335e0
7
+ data.tar.gz: cc1826e009c427cc70fb912b7b929de5722961ee6035c823d00fffca3751925e2b53571441ecf9153e1d390cf9c7ea2251e97dd0f8b94b65bb7d46b16ffde942
Binary file
@@ -5,7 +5,7 @@ module OmniAuth
5
5
  class Campus < OmniAuth::Strategies::OAuth2
6
6
  option :name, 'campus'
7
7
  option :client_options, {
8
- :site => 'http://community3dev.devcloud.acquia-sites.com/api',
8
+ :site => 'https://dev-oauth-test.gotpantheon.com/myawesomejson',
9
9
  :proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil
10
10
  }
11
11
 
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.8.2"
3
+ VERSION = "0.8.3"
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: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr