omniauth-campus 0.1.9 → 0.1.10

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: 78bc36e8986de765433cc7cde646d890ec0797e8
4
- data.tar.gz: 701a4c3f167abe967d5d7eeee9586c6799322b68
3
+ metadata.gz: 90cbcdfe8354aef913b1b4e080c62e4ee9c8a087
4
+ data.tar.gz: efa902245a03fa4ddf57b21c7c8015351ce23086
5
5
  SHA512:
6
- metadata.gz: 46a7791d02c25757503cd3e27ecd6ec7232750a31d91173174134fa63d31a78bde82dd90a6b9a5ad59b2012bb85eccc71ba5923b0ad62bd4d03cdbff83198614
7
- data.tar.gz: 44eb52023bfd9caeb88df6c0765931236cdb962369c91774508f847448ca3c3f9afdf8de183dd712c6db2d2b31333606dc4c94290787f62047dd642aa9ee66b1
6
+ metadata.gz: e1e90dd42195ad6b23a3492b8b2194aa43de2fcc3f58afffaf728068c9a15ab238ac22f24c996d298d31d7083f2646295531c6fc66d0fe18fc57915e6b43074d
7
+ data.tar.gz: ae77ed8b67af3f918c5b00950c3cd9e1c1f768baccc0a59966d85116c946507e06002b9cf8d558eabc4c45d3d54c6d0ec7fbd7ed1dcc1003bea6b3921ae1172b
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.1.9"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -22,7 +22,7 @@ module OmniAuth
22
22
  :authorize_path => "/oauth/authorize"
23
23
 
24
24
  }
25
- option :fields, [:username, :password]
25
+ option :fields, [:name, :email]
26
26
 
27
27
  attr_reader :access_token
28
28
 
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.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr