omniauth-yahoo 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -6,6 +6,10 @@ For more information see the following:
6
6
 
7
7
  Release notes:
8
8
 
9
+ * Version 0.0.4
10
+
11
+ - Added skip_info? patch from mkdynamic
12
+
9
13
  * Version 0.0.3
10
14
 
11
15
  - Added primary email as per famoseagle
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Yahoo
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -39,9 +39,9 @@ module OmniAuth
39
39
  end
40
40
 
41
41
  extra do
42
- {
43
- :raw_info => raw_info
44
- }
42
+ hash = {}
43
+ hash[:raw_info] = raw_info unless skip_info?
44
+ hash
45
45
  end
46
46
 
47
47
  # Return info gathered from the v1/user/:id/profile API call
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-yahoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-01 00:00:00.000000000Z
12
+ date: 2012-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth
16
- requirement: &70314067787680 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '1.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70314067787680
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
25
30
  description: OmniAuth strategy for yahoo
26
31
  email:
27
32
  - tim@sbrew.com
@@ -59,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
64
  version: '0'
60
65
  requirements: []
61
66
  rubyforge_project: omniauth-yahoo
62
- rubygems_version: 1.8.10
67
+ rubygems_version: 1.8.21
63
68
  signing_key:
64
69
  specification_version: 3
65
70
  summary: OmniAuth strategy for yahoo