omniauth-campus 0.2.1 → 0.2.2

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: 9a3dc9cc4d549e8900c5630a91715580d7a4e963
4
- data.tar.gz: a172090acfc9fcdc494a04e2d4b07b972cc3ef9b
3
+ metadata.gz: a58bcf8cb2534a693fe7e11603a5ed05b48a92a1
4
+ data.tar.gz: 2b1ec96fa01a43a6ee3b3a38acd24f3f8e3c60a6
5
5
  SHA512:
6
- metadata.gz: e0fd69cf8113164e14f8d0a061f93a3e48f6f54515553b20e9f3c573734a2204dd23f6dd7f3f8bc1e42c7e45cd36a238efb3f27fc906bd78698a59f01fde32a2
7
- data.tar.gz: 9d281bd205969fcc733f0cac9dd311574959baf6414626fad47d655e091c35ce138fa1acf0a2bc74ea286a8de0df8a6b6df47ca8ba16457f512fbcb3657151e8
6
+ metadata.gz: 652674040ec01946b8dc9f080580d8ade930b9733b3c8fe82d92b7424debea6ac037aa2939a3aec250718f33c0e3c4608c1cc405dcaa94ff8773dc50f57307a7
7
+ data.tar.gz: 13d3eb62ef6ed334638d576ce63b3a6c1dfdc981371a5e4cde4fcf3361ed31b82cb50fb9bcfcef242ba357e5c6d45b483a0169ce4cb86b6de2e7ff96acf9885a
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -1,6 +1,6 @@
1
1
  require 'oauth2'
2
2
  #require 'oauth'
3
- #require 'omniauth'
3
+ require 'omniauth'
4
4
  require 'multi_json'
5
5
  require 'uri'
6
6
 
@@ -37,7 +37,7 @@ module OmniAuth
37
37
  attr_accessor :access_token
38
38
 
39
39
  def client
40
- ::OAuth2::Client.new(options.client_id, options.client_secret, deep_symbolize(options.client_options))
40
+ ::OAuth2::Client.new(options.consumer_id, options.consumer_secret, deep_symbolize(options.client_options))
41
41
  end
42
42
 
43
43
 
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr