omniauth-campus 0.7.2 → 0.7.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: cbfd5ab16fd766553b8cb7ffbae9f8f5ca0346a9
4
- data.tar.gz: c0026b8cf6f657651e579429e6f3189f0d887699
3
+ metadata.gz: 87f31b7f1e58a05d638bbf8521588e057d02b1a0
4
+ data.tar.gz: 01706a832da0d4227daf1659350e6ec030715c69
5
5
  SHA512:
6
- metadata.gz: 3695c55aa903cc5aa755bd3e3621ad501c49bbfd46271b966d47611102010de37d31f0af2ebf84ba4161003ffd8d5b178fa305a51b4cdd77d704a2e692e2db70
7
- data.tar.gz: 90f570c2b8c67d182c57410935be4e6a457034246e73f2c0f87633d206c6eb26dcb8403dd645a99d3e855d9a32c97e8db701ea5805c015c5e1ff1d848dd53684
6
+ metadata.gz: 4a89d282ff8154eabbacc474adfeb6dfa5f46b47410ac5e00572602b56d80c300e58b3214bff42e5ddb4c1e0d2d105c72209b3e35380dea31850849fa873207b
7
+ data.tar.gz: b6f2ce1f78e87da70a9b4e51028439094e2ebcc54c7928d149a86adeceeae7216ea2baa593557ee342d39f3484fde73ca74dfc2dac3cf25900a5d6b6b7fd370f
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/'
28
+ site: 'http://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.2"
3
+ VERSION = "0.7.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.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr