omniauth-campus 7.9 → 8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b1ece1afe91d93a816ce528e3071522ec8b0acd
4
- data.tar.gz: d3a1a50464a61ac3dba25f82e05a54c3ffad7126
3
+ metadata.gz: b844f2a89dc42ca9ea057e11685f323cf3d69f9e
4
+ data.tar.gz: 8b46b9da0742e352ebbcbbc484a659a2df2b0b4c
5
5
  SHA512:
6
- metadata.gz: da1c28158df6790b4889014ae5e85c25c85f24400c97521de8c220c65c511e6e94db5d22a5b09c27b423e0c4b9f5b47fc681e60460bceb8e4b9c093edcd7168d
7
- data.tar.gz: 228a61f8ac057535ef4a53a45b56df6682e21153d3439efe38fb709b25bacba48d490917ec395b33060debd9601eb812e6ab52c5e173ff3ee59dce81f5257afd
6
+ metadata.gz: 91fa11cc9d009ff308eaf6311a38cbcee14983f015b00e10a189069335717b4ddca8983d010c87036bb83f8d6eac880881aa12384075dca3ce0fd869195e1c59
7
+ data.tar.gz: 7408912aaf241374dc548b06e3f6193903e6f4d308ea52e3534991393cd500e19e1c24dc70a8fdaf5daa561122dbd1e193fb86149b216d40c3f4a4cbb5d64c82
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "7.9"
3
+ VERSION = "8.0"
4
4
  end
5
5
  end
6
6
 
@@ -3,7 +3,7 @@ require 'multi_json'
3
3
 
4
4
  module OmniAuth
5
5
  module Strategies
6
- Class Campus < OmniAuth::Strategies::OAuth
6
+ class Campus < OmniAuth::Strategies::OAuth
7
7
  option :name, :campus
8
8
 
9
9
  option :client_options, {
@@ -25,4 +25,5 @@ module OmniAuth
25
25
  @raw_info ||= MultiJson.decode(access_token.get("http://dev-oauth-test.gotpantheon.com/newauth/api/user_info.json").body)
26
26
  end
27
27
  end
28
+ end
28
29
  end
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: '7.9'
4
+ version: '8.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr