omniauth-campus 0.1.5 → 0.1.6

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: 63a15bbb7e31676abf1e08a61ab430e9be98c168
4
- data.tar.gz: fa29543a9ba1fa9619da4e8fc1b8cddc8849ef54
3
+ metadata.gz: 64eb545f5f9c06f4070381db655b3fb17763d2e0
4
+ data.tar.gz: e10afe3084c3945488f877e0eff451e445c2def4
5
5
  SHA512:
6
- metadata.gz: 732eff9fa35989f703575a0f3bf038654c63cb4df13d684df1d78c9e73aed07d8da7f87e75a326b45b14dc80d59662439e8f1a9eedc011ede02e0472ea146973
7
- data.tar.gz: 5037c091f22780e6ee38247dc4a3dd3b33568820f260f4cc924bcfdbce485dd0d316e06f62e588b37d323ef105549d4e8fa8831e0a47807b33ad51820df98da7
6
+ metadata.gz: ee1128cffbc9f1a526e350e2ecc842c75576e51eff832ce509b56a9ab52e549d2a5dc6d8ed01598ad77d84494045ec72af2c2a4af234d1ab8519524bc8a49fdb
7
+ data.tar.gz: eb57dcf0868d63bed03a6757ed4209961838e60b2696b4b1ce7583638b84f681e1ca124e6c303e23fef594ab36be68084130496e45a4e3ebe92de20973103fcc
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -1,5 +1,4 @@
1
- require 'oauth'
2
- require 'omniauth'
1
+ require 'omniauth-oauth'
3
2
  require 'multi_json'
4
3
  require 'openssl'
5
4
  require 'uri'
@@ -61,7 +60,7 @@ module OmniAuth
61
60
  end
62
61
 
63
62
  def raw_info
64
- @raw_info ||= MultiJson.decode(access_token.get('/oauth/request_access')).body
63
+ @raw_info ||= access_token.get('/oauth/request_access').parsed
65
64
  end
66
65
 
67
66
  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: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr