omniauth-yahoo 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4c4585c76f1d494c5f15ffbaa1cec514d481a18d
4
+ data.tar.gz: 1760f0fe037e493df4ea91e7d41f6fd6a8428f88
5
+ SHA512:
6
+ metadata.gz: 64f1e52d72c9a768bcddac7d29bb3570e4af701b9b8f809519a7c5bec8a9d36df25bad7cc9325ca5e82a7a1126ba9b45e5af72b9b8188c911072659ad9f96589
7
+ data.tar.gz: ff808fd788c1e47a32fdd877f4bafb5a9812e2b650a178ec919a1745a3f6bb2b9608360cb0db33f5d203d0a9aee5508bbb10e25445e6153ebb332e4137475195
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Yahoo
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -48,7 +48,7 @@ module OmniAuth
48
48
 
49
49
  def raw_info
50
50
  # This is a public API and does not need signing or authentication
51
- request = "http://social.yahooapis.com/v1/user/#{uid}/profile?format=json"
51
+ request = "https://social.yahooapis.com/v1/user/#{uid}/profile?format=json"
52
52
  @raw_info ||= MultiJson.decode(access_token.get(request).body)
53
53
  rescue ::Errno::ETIMEDOUT
54
54
  raise ::Timeout::Error
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-yahoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tim Breitkreutz
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-04-30 00:00:00.000000000 Z
11
+ date: 2014-04-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: omniauth-oauth
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -46,26 +43,25 @@ files:
46
43
  - omniauth-yahoo.gemspec
47
44
  homepage: https://github.com/timbreitkreutz/omniauth-yahoo
48
45
  licenses: []
46
+ metadata: {}
49
47
  post_install_message:
50
48
  rdoc_options: []
51
49
  require_paths:
52
50
  - lib
53
51
  required_ruby_version: !ruby/object:Gem::Requirement
54
- none: false
55
52
  requirements:
56
- - - ! '>='
53
+ - - '>='
57
54
  - !ruby/object:Gem::Version
58
55
  version: '0'
59
56
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
57
  requirements:
62
- - - ! '>='
58
+ - - '>='
63
59
  - !ruby/object:Gem::Version
64
60
  version: '0'
65
61
  requirements: []
66
62
  rubyforge_project: omniauth-yahoo
67
- rubygems_version: 1.8.21
63
+ rubygems_version: 2.0.6
68
64
  signing_key:
69
- specification_version: 3
65
+ specification_version: 4
70
66
  summary: OmniAuth strategy for yahoo
71
67
  test_files: []