omniauth-yahoo 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/omniauth/strategies/yahoo.rb +2 -2
- data/lib/omniauth-yahoo/version.rb +1 -1
- metadata +3 -3
@@ -38,7 +38,7 @@ module OmniAuth
|
|
38
38
|
}
|
39
39
|
end
|
40
40
|
|
41
|
-
# Return info gathered from the
|
41
|
+
# Return info gathered from the v1/user/:id/profile API call
|
42
42
|
|
43
43
|
def raw_info
|
44
44
|
# This is a public API and does not need signing or authentication
|
@@ -48,7 +48,7 @@ module OmniAuth
|
|
48
48
|
raise ::Timeout::Error
|
49
49
|
end
|
50
50
|
|
51
|
-
# Provide the "
|
51
|
+
# Provide the "Profile" portion of the raw_info
|
52
52
|
|
53
53
|
def user_info
|
54
54
|
@user_info ||= raw_info.nil? ? {} : raw_info["profile"]
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Tim Breitkreutz
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-12-
|
17
|
+
date: 2011-12-19 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|