omniauth-tapjoy 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,16 +13,7 @@ module OmniAuth
13
13
  uid { raw_info["id"] }
14
14
 
15
15
  info do
16
- {
17
- :id => raw_info["id"],
18
- :email => raw_info["email"],
19
- :first_name => raw_info["first_name"],
20
- :last_name => raw_info["last_name"],
21
- :name => "#{raw_info["first_name"]} #{raw_info["last_name"]}",
22
- :created_at => raw_info["created_at"],
23
- :facebook_id => raw_info["facebook_id"],
24
- :is_employee => raw_info["is_employee"]
25
- }
16
+ raw_info.to_hash
26
17
  end
27
18
 
28
19
  def raw_info
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Tapjoy
3
- VERSION = "1.4.1"
3
+ VERSION = "1.4.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tapjoy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
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: 2012-06-15 00:00:00.000000000 Z
12
+ date: 2012-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth