omniauth-campus 0.7.9 → 0.8.0

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: e8882f4f73a394eb7404a73821c48aef9f638b05
4
- data.tar.gz: aeedfcb9f6f9d13dac366573a6777f0d61edced1
3
+ metadata.gz: 1fb3c4adc08c2e57b84b11cc9f8c2c21ce15a33b
4
+ data.tar.gz: f116a23a913e0b49f6c9a11f07f516699483f494
5
5
  SHA512:
6
- metadata.gz: fabce4f9ca0c424376795489a3599f12dc504e505efa3900c38f2414b23a6015d5b7c581ceb3050bd0016091c531c479a9eced5bdde16401afbf5166e2ea3473
7
- data.tar.gz: 65ee39f3d21a9f5e440c0520a5e66a3550651009e1962f613620e47df76883e29af8a459c62b8eefe10902a8536cd1ad5711aa69140c0a095f8722a00c4ad1f4
6
+ metadata.gz: fbf591e3e3c7257ae62ac2fee7bb1347aad8894f287dabd3b8d745be667a3405102a3ed259e36426adc7caaee6b12b72f6618154031db12847b0691e376fb55f
7
+ data.tar.gz: 6aace919443e9609510df49a270f57f5058dffbf380cdbf5c3a1165a4f098cd464832cf903cff67f741146040da666b52c333a325f49ad8eb4afe62ce7eacf87
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.7.9"
3
+ VERSION = "0.8.0"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -26,7 +26,7 @@ module OmniAuth
26
26
  #token_url: '/oauth/access_token',
27
27
  #authorize_url: '/oauth/authorize',
28
28
  #request_token_path: '/oauth/request_token',
29
- site: 'http://dev-oauth-test.gotpantheon.com/myawesomejson'
29
+ site: 'http://community3dev.devcloud.acquia-sites.com/api'
30
30
  }
31
31
 
32
32
 
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.7.9
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr