onehub-contacts 1.0.13 → 1.0.14
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/lib/contacts/yahoo.rb +1 -1
- metadata +4 -4
data/lib/contacts/yahoo.rb
CHANGED
|
@@ -20,7 +20,7 @@ class Contacts
|
|
|
20
20
|
raise AuthenticationError, "Username and password do not match"
|
|
21
21
|
elsif data.index("Sign in") && data.index("to Yahoo!")
|
|
22
22
|
raise AuthenticationError, "Required field must not be blank"
|
|
23
|
-
elsif data
|
|
23
|
+
elsif !data.match(/uncompressed\/chunked/)
|
|
24
24
|
raise ConnectionError, PROTOCOL_ERROR
|
|
25
25
|
elsif cookies == ""
|
|
26
26
|
raise ConnectionError, PROTOCOL_ERROR
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onehub-contacts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- W. Andrew Loe III
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-07-11 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -41,7 +41,7 @@ files:
|
|
|
41
41
|
- lib/contacts/plaxo.rb
|
|
42
42
|
- lib/contacts/yahoo.rb
|
|
43
43
|
has_rdoc: false
|
|
44
|
-
homepage: http://github.com/
|
|
44
|
+
homepage: http://github.com/onehub/contacts
|
|
45
45
|
post_install_message:
|
|
46
46
|
rdoc_options: []
|
|
47
47
|
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements: []
|
|
63
63
|
|
|
64
64
|
rubyforge_project:
|
|
65
|
-
rubygems_version: 1.0
|
|
65
|
+
rubygems_version: 1.2.0
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 2
|
|
68
68
|
summary: A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo.
|