Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/onehub/contacts
Browse files Browse the repository at this point in the history
Conflicts:

	contacts.gemspec
  • Loading branch information
loe committed Jul 11, 2008
2 parents b93754e + 41e941c commit a8d9ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contacts.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "contacts"
s.version = "1.0.13"
s.date = "2008-06-04"
s.version = "1.0.14"
s.date = "2008-07-11"
s.summary = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo."
s.email = "loe@onehub.com"
s.homepage = "http://github.com/loe/contacts"
Expand Down
2 changes: 1 addition & 1 deletion lib/contacts/yahoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def real_connect
raise AuthenticationError, "Username and password do not match"
elsif data.index("Sign in") && data.index("to Yahoo!")
raise AuthenticationError, "Required field must not be blank"
elsif data != ""
elsif !data.match(/uncompressed\/chunked/)
raise ConnectionError, PROTOCOL_ERROR
elsif cookies == ""
raise ConnectionError, PROTOCOL_ERROR
Expand Down

0 comments on commit a8d9ab8

Please sign in to comment.