omniauth-linkedin 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ module OmniAuth
|
|
20
20
|
{
|
21
21
|
:first_name => raw_info['firstName'],
|
22
22
|
:last_name => raw_info['lastName'],
|
23
|
+
:name => "#{raw_info['firstName']} #{raw_info['lastName']}",
|
23
24
|
:headline => raw_info['headline'],
|
24
25
|
:image => raw_info['pictureUrl'],
|
25
26
|
:industry => raw_info['industry'],
|
@@ -41,3 +42,4 @@ module OmniAuth
|
|
41
42
|
end
|
42
43
|
|
43
44
|
OmniAuth.config.add_camelization 'linkedin', 'LinkedIn'
|
45
|
+
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: omniauth-linkedin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alan Skorkin
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-11-
|
13
|
+
date: 2011-11-14 00:00:00 +11:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|