omniauth-campus 0.3.1 → 0.3.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: 65edf7922d9ab21ec1845c202da12c9719d3a9ab
4
- data.tar.gz: d6348937195491166d3456b4dfdd0729aa5ca707
3
+ metadata.gz: 22ad0f4e89723db0b003431a425c0db97143d2f6
4
+ data.tar.gz: 3579d81b9747a593dfa737ea15f2555ba173b51e
5
5
  SHA512:
6
- metadata.gz: 12c0262a2241e6059f45fe5791efa34799268b1700f88ba74888e64a2c6a5746926cf5adbbd79abd91eb5a3541bb772b47d9ba2f197cbf2c24d8f4bc0a7d98d0
7
- data.tar.gz: 6e42b5b58877e863002b63c6eb54684de5adbcab8d7ab290ef5b7e1bc37ac9351fac876a04a7f18b19e8864f36ed94a303ed4dd9f7a641a66fa8f4ceffa5689a
6
+ metadata.gz: 9177866bdc51ffd81de34f81ac894280afc4bad1eca2598d89f11ab5b75673f2cd404dd51ed53bac29157e6f3f6c6f8df46f0d227d3e1f618bee8b50e725e340
7
+ data.tar.gz: 1420918512b660dbb71c911eaff936c0e16a6365c0fcf2ab80ffc5bf58f8f315b5b509c9f534215fa27e2b6a95064bad970c0e4c9f638868ed6476576718176b
Binary file
@@ -55,21 +55,14 @@ module OmniAuth
55
55
  end
56
56
 
57
57
 
58
- uid {raw_info['uid']}
58
+ uid {request['uid']}
59
59
 
60
60
  info do {
61
- name: raw_info['name'],
62
- email: raw_info['email']
61
+ name: request['name'],
62
+ email: request['email']
63
63
  }
64
64
  end
65
65
 
66
- extra do
67
- raw_info
68
- end
69
-
70
- def raw_info
71
- @raw_info ||= MultiJson.decode(access_token.get(@authentication_response)).body
72
- end
73
66
 
74
67
  def api_uri
75
68
  options.endpoint
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
6
6
 
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr