omniauth-campus 0.6.9 → 0.7.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: ac99c3df4c06ec7388f73aebae1d68424bee6541
4
- data.tar.gz: 944090215a7426b20553178e5e15812e28e5aeac
3
+ metadata.gz: d05e0facb2e1c0fff5b9466ee0df38eba67e7c46
4
+ data.tar.gz: 51af4d2732bee0bec7dc64c99cc18c1965384c96
5
5
  SHA512:
6
- metadata.gz: 0c92d9fbe896121af7f7d00c61e113333b1486fb865d0d8a81124509cdc998658ff2e5a8eac8cd3096ab1a44a718ffe19155fd8a10943c36019d3151c3f53a8f
7
- data.tar.gz: bbfabb3b1c7368870d9a4a6ab1673b76eaae0da1421174d6c7a42936c2388678c045962a94f1181faadc1f09befbd06e6f944df19c49abd2bcd84caf4a5e0935
6
+ metadata.gz: c5224d0600e111d378b61b070d422d6ab86b5d8768d479d4636e5c88be643f74602c31968aa90a404e09fc20b57fcb800b9061de8594d4b67c59df63d3d7e32a
7
+ data.tar.gz: 4b272af74077196b1c048bdd8797eb282d2259f518fef0fcf18c50ea5ab9efa43d8cab9909f3088c171c74a50be273c6b7f29b0fcf508e620c1f2b82350b9d49
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.6.9"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -22,8 +22,8 @@ module OmniAuth
22
22
  #option :consumer_key, "YzjVHuk8xoXCTcNwYg57yiCW5w59tucC"
23
23
  #option :consumer_secret, "ZDrWuDsunNkRroU5psb6QyMmT86XkYST"
24
24
  option :client_options, {
25
- token_url: '/oauth2/access_token',
26
- authorize_url: '/oauth2/authorize',
25
+ token_url: '/auth/access_token',
26
+ authorize_url: '/auth/authorize',
27
27
  #request_token_path: '/oauth/request_token',
28
28
  site: 'http://dev-oauth-test.gotpantheon.com/myawesomejson'
29
29
  }
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.6.9
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr