omniauth-campus 8.2 → 8.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: fb0354acf5eecfcd3dabb3ae09105085d0c15dfe
4
- data.tar.gz: 9e6e17f9ad79cb602eac5aa726b0d64d4ecec0ab
3
+ metadata.gz: 1753d34eee439d9cf0a4977432eff8013319f69f
4
+ data.tar.gz: 338c6db8e616b4ff2b3b3c8cf0722d2d838eb967
5
5
  SHA512:
6
- metadata.gz: 2be70ab32188a2129d1746c549936fd5b4a1ae31f102137d25f8850a9ec13d82a718b60e3d575e691e88a8032f100c9df8b2cc060b99d3beb71b062f9d36143d
7
- data.tar.gz: 2e7793472eab1bcb522e39b136ccf340133eefa410beeaef31a3721d9723e77b9a987248e7ab988e7e8045c9600136e1e91d7fb816c583c819e32f4381bc94b6
6
+ metadata.gz: da88d311b5831633f98c332af20a2a100fd1db6f58d83257ad6cea0f71d850c3770ede906589bd1fabe8f5fed2c1217422c379b8a5ca0c3b9c9d80568e4804c1
7
+ data.tar.gz: 5ec5c6dd9378652092e72f77378cab78018b4a5f188bf5afa8a24a3cf6ab2983808931643ec407b5b6f145fcfd7c57ad87e93b549645ea5f1a66fc6da139554b
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "8.2"
3
+ VERSION = "8.3"
4
4
  end
5
5
  end
6
6
 
@@ -1,7 +1,9 @@
1
+ require 'omniauth'
2
+ require 'oauth'
1
3
 
2
4
  module OmniAuth
3
5
  module Strategies
4
- class Password
6
+ class Campus
5
7
  include OmniAuth::Strategy
6
8
 
7
9
  option :user_model, nil # default set to 'User' below
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: '8.2'
4
+ version: '8.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr