omniauth-campus 2.9 → 3.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: f2825854413480812628aee3a997c8c39cae0bad
4
- data.tar.gz: 999e583c67d44640b0e073388a0a680f74fadce2
3
+ metadata.gz: fdac705ca4ab1a5c6c467d5bc9e3aaec11266b13
4
+ data.tar.gz: ad62913d3c27afec6a224f9a2ce5f09cb0c7b7ae
5
5
  SHA512:
6
- metadata.gz: 216c55de5b4443e8eda65288796a9609b84bd3335a3566366dbdc647998cd6fc72ffd0a5876ccd79ac98c9a83b47f43d9faae6b6d33c8ca9f1400de3f134b830
7
- data.tar.gz: c038655675dc007d2ae2025dae6cf55585de231dfc183079cec1a00bd51d9764b608bfbc1c8f3c74997fd7c27d0de536d950747cac9045b78dcc87b94fad136e
6
+ metadata.gz: 965254dcb6c7619f17d9eb82f358a9b84494035db2f5c6bc39a02a0fac09a83712c94a77ebe6c4335980228ccf1b0dd42747cd4ec9c92557c157630d6fbf3666
7
+ data.tar.gz: 32d3214ae6266804a63529878a0c73633758fd080312446424713f9385db0b21c1f46c465c0415d4f1f6d59cb57de924bdcd4daef55b91e8b827e2a8cdad4390
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "2.9"
3
+ VERSION = "3.0"
4
4
  end
5
5
  end
6
6
 
@@ -31,18 +31,7 @@ module OmniAuth
31
31
  #:site => 'http://dev-oauth-test.gotpantheon.com/myawesomejson',
32
32
  #:proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil}
33
33
 
34
- def initialize(app, consumer_key = nil, consumer_secret = nil, options = {})
35
-
36
- options = {
37
- :site => 'http://dev-oauth-test.gotpantheon.com/myawesomejson',
38
- :scheme => :header,
39
- :http_method => :post,
40
- :request_token_path => "/oauth/request_token.php",
41
- :access_token_path => "/oauth/access_token.php",
42
- :authorize_url => "/oauth/authorize.php"
43
- }
44
- super(app, :campus, consumer_key, consumer_secret, options)
45
- end
34
+
46
35
 
47
36
  def request_phase
48
37
  r = Rack::Response.new
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.9'
4
+ version: '3.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-17 00:00:00.000000000 Z
11
+ date: 2014-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler