omniauth-campus 0.7.1 → 0.7.2

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: 28188e298d8b558b189b0955a35bfd6345a002c1
4
- data.tar.gz: 1329a02d13ae5f30295c8f58bd10036d4e2e19b6
3
+ metadata.gz: cbfd5ab16fd766553b8cb7ffbae9f8f5ca0346a9
4
+ data.tar.gz: c0026b8cf6f657651e579429e6f3189f0d887699
5
5
  SHA512:
6
- metadata.gz: 7fa527c6d45ea8bf94795d580e1561ce8b1cd61f9c7023d0b65a7aa5fab588379400a9c27a6543bef4c069a55d1e342b3cf79f7c8610f83c60709d4aa2a3a5df
7
- data.tar.gz: 27b075e6207a874949b2639c46776c093bdd69f38f2fb647bb1a6f03fd469190f74da1d45556380cd1cd7f7d73c2d670311548f956fb6b79302ca3fecd70c51f
6
+ metadata.gz: 3695c55aa903cc5aa755bd3e3621ad501c49bbfd46271b966d47611102010de37d31f0af2ebf84ba4161003ffd8d5b178fa305a51b4cdd77d704a2e692e2db70
7
+ data.tar.gz: 90f570c2b8c67d182c57410935be4e6a457034246e73f2c0f87633d206c6eb26dcb8403dd645a99d3e855d9a32c97e8db701ea5805c015c5e1ff1d848dd53684
Binary file
@@ -25,7 +25,7 @@ module OmniAuth
25
25
  token_url: '/oauth/access_token',
26
26
  authorize_url: '/oauth/authorize',
27
27
  #request_token_path: '/oauth/request_token',
28
- site: 'https://dev-oauth-test.gotpantheon.com/myawesomejson'
28
+ site: 'https//dev-oauth-test.gotpantheon.com/'
29
29
  }
30
30
 
31
31
  option :authorize_options, [:scope, :display, :auth_type]
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.2"
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr