omniauth-tapjoy 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,14 @@ module OmniAuth
|
|
14
14
|
|
15
15
|
info do
|
16
16
|
{
|
17
|
+
:id => raw_info["id"],
|
17
18
|
:email => raw_info["email"],
|
18
|
-
:
|
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"]
|
19
25
|
}
|
20
26
|
end
|
21
27
|
|
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
|
+
version: 1.3.0
|
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-
|
12
|
+
date: 2012-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: omniauth
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
|
-
rubygems_version: 1.8.
|
83
|
+
rubygems_version: 1.8.24
|
84
84
|
signing_key:
|
85
85
|
specification_version: 3
|
86
86
|
summary: An omniauth provider to connect to Tapjoy
|