omniauth-campus 0.6.8 → 0.6.9

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: 98c21b3880bddb979277b30a0f36dccdba43a901
4
- data.tar.gz: 557332f378c3dbc1172a0088f6b14b0b54c8966b
3
+ metadata.gz: ac99c3df4c06ec7388f73aebae1d68424bee6541
4
+ data.tar.gz: 944090215a7426b20553178e5e15812e28e5aeac
5
5
  SHA512:
6
- metadata.gz: 47546198b7c8ff1fa9f66c6cfc2fdefe310434badb31505dd66db91d8febe5259990994e6653fe1d6703fbbbb696560fe5df7e0f5608f931f6f69b743e70d882
7
- data.tar.gz: 57ced40436dea79e662a4b0cb2bbd23cbf664cdab7ff24ac9ab5fbb62b731c99c1df3e5638ba68aae68532413c845c500f5e82620476a89cecc7613fbbd57ef5
6
+ metadata.gz: 0c92d9fbe896121af7f7d00c61e113333b1486fb865d0d8a81124509cdc998658ff2e5a8eac8cd3096ab1a44a718ffe19155fd8a10943c36019d3151c3f53a8f
7
+ data.tar.gz: bbfabb3b1c7368870d9a4a6ab1673b76eaae0da1421174d6c7a42936c2388678c045962a94f1181faadc1f09befbd06e6f944df19c49abd2bcd84caf4a5e0935
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: '/oauth/access_token',
26
- authorize_url: '/oauth/authorize',
25
+ token_url: '/oauth2/access_token',
26
+ authorize_url: '/oauth2/authorize',
27
27
  #request_token_path: '/oauth/request_token',
28
28
  site: 'http://dev-oauth-test.gotpantheon.com/myawesomejson'
29
29
  }
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.6.8"
3
+ VERSION = "0.6.9"
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.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr