omniauth-snowflake 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-snowflake (0.1.0)
4
+ omniauth-snowflake (0.1.1)
5
5
  omniauth (~> 1.0)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- faraday (0.8.7)
12
- multipart-post (~> 1.1)
11
+ faraday (0.8.8)
12
+ multipart-post (~> 1.2.0)
13
13
  hashie (2.0.5)
14
14
  httpauth (0.2.0)
15
15
  jwt (0.1.8)
16
16
  multi_json (>= 1.5)
17
- multi_json (1.7.6)
17
+ multi_json (1.7.9)
18
18
  multipart-post (1.2.0)
19
19
  oauth2 (0.8.1)
20
20
  faraday (~> 0.8)
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Snowflake
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -8,12 +8,7 @@ module OmniAuth
8
8
 
9
9
  uid { raw_info["uid"] }
10
10
 
11
- info {
12
- { :email => raw_info['email'],
13
- :first_name => raw_info['first_name'],
14
- :last_name => raw_info['last_name'],
15
- :role => raw_info['clinical_role'] }
16
- }
11
+ info { raw_info }
17
12
 
18
13
  def authorize_params
19
14
  super.tap do |params|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-snowflake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-06 00:00:00.000000000 Z
12
+ date: 2013-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth