omniauth-campus 2.5 → 2.6

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: b5b812704a701d81ea2052b792844127b3b2389c
4
- data.tar.gz: 1c1e100a5420a992827c481bcefc68d0ea1a1530
3
+ metadata.gz: d4a97c6abf4e84d0e9ca605f49de5fb1df8770a7
4
+ data.tar.gz: 0ce7d81fff96276b19fa561eb53bb54b6881fb1b
5
5
  SHA512:
6
- metadata.gz: ebb8ee6c370f731617cac730b80894c86209905001789348ccc5e12642bbab35dc37d4a107bfc75b3e18516bdb5164fcada20cd5fd5dc803a19c9f68bd9d794b
7
- data.tar.gz: d1fb40e6c298a92142a01065db03a09363d2e1065aa53a3f78317cb407af347a841f09547362b1084c1ab8a97ec8ef4f9e85fce6cb835ef281b432e266ba8d7d
6
+ metadata.gz: 2e5b270c9a4209791c050ef048dd2e38b8466cf3da046cbbcc463545d974df0440f74f69caea6220576b693ae90da574ab043a5a4fbd6caa8474a6b4514d015a
7
+ data.tar.gz: dba14656aecd2a6dd659c2f45ac8739f10ab78bd33840d6a8186675a6c8c6753cc75efcd457273a21f4d3a9583f7d8df5359f3aa59d67d399121b75568c03022
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "2.5"
3
+ VERSION = "2.6"
4
4
  end
5
5
  end
6
6
 
@@ -39,7 +39,6 @@ module OmniAuth
39
39
  :access_token_path => "/oauth/access_token",
40
40
  :authorize_url => "'http://dev-oauth-test.gotpantheon.com/myawesomejson'/oauth/authorize"
41
41
  }
42
- sup
43
42
  super(app, :campus, consumer_key, consumer_secret, opts, options, &block)
44
43
  end
45
44
 
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: '2.5'
4
+ version: '2.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr