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.
@@ -38,7 +38,7 @@ module OmniAuth
38
38
  }
39
39
  end
40
40
 
41
- # Return info gathered from the yahoo.people.getInfo API call
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 "Person" portion of the raw_info
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"]
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Yahoo
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
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-13 00:00:00 -07:00
17
+ date: 2011-12-19 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency