omniauth-campus 5.7 → 5.8

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: 6ff0856a6ac34a19979a696418b87994227e427d
4
- data.tar.gz: ea8cba9716ada4ac4ca8ed0b98bec6a64a5505e6
3
+ metadata.gz: 85583b948ce0cd091e2ab2df84b5948f559429c3
4
+ data.tar.gz: 480bfa6d7999050439ddb69cc03e63849aea99c9
5
5
  SHA512:
6
- metadata.gz: 41d7613e1550554b0077842c3153a07ae61479eb68983aa7e32d988de5c46dd92e9f52e4f1c18e8721b1eab111779d7d74c0ba34c73eadc8cffa44da03f7a435
7
- data.tar.gz: 0f73bed5230e284e93e7a6669685b73e64eee2b0bdc6bef0b5119a09705fb56b48b2a4719634b0d96ee2e5a9701fd2df08973410c2d7fd31edcf074094f7822f
6
+ metadata.gz: 51965ef62ec6c168339fba16fe55df6ad3e9613172e9c7c42cf2abd190a7cfeb7f16b95cec7cf45fd2c50c5a7037e96114f01a827430052c0a61fcc3affd9cfa
7
+ data.tar.gz: 44ebc1248f1432b2b9f29750b91f5fa2b7d7198d313b63ef7922f1a450214bdf27652dbb0bedee573a182c4dbcf16dc68d8fda5a838f81033a39e959962f941c
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "5.7"
3
+ VERSION = "5.8"
4
4
  end
5
5
  end
6
6
 
@@ -33,7 +33,7 @@ module OmniAuth
33
33
  #:proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil}
34
34
 
35
35
 
36
- uid{raw_info['uid']}
36
+ uid { raw_info['uid'] }
37
37
 
38
38
  info do {
39
39
  :name => raw_info['name'],
@@ -47,7 +47,7 @@ module OmniAuth
47
47
  end
48
48
 
49
49
  def raw_info
50
- #@raw_info ||= MultiJson.decode(access_token.get("#{options[:client_options][:site]}/myawesomejson/user.json").body)
50
+ @raw_info ||= MultiJson.decode(access_token.get("#{options[:client_options][:site]}/myawesomejson/user.json").body)
51
51
  rescue ::Errno::ETIMEDOUT
52
52
  raise ::Timeout::Error
53
53
  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: '5.7'
4
+ version: '5.8'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr