Skip to content

Commit

Permalink
Release version 1.2.1 with better support for AOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Dec 23, 2009
1 parent 357f367 commit 5fc2ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
== Welcome to Contacts

Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail and Yahoo.
Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail, Plaxo and Yahoo.

== Download

Expand Down
2 changes: 1 addition & 1 deletion contacts.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "contacts"
s.version = "1.2.0"
s.version = "1.2.1"
s.date = "2009-05-06"
s.summary = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo."
s.email = "lucas@rufy.com"
Expand Down
2 changes: 1 addition & 1 deletion lib/contacts/base.rb
Expand Up @@ -9,7 +9,7 @@

class Contacts
TYPES = {}
VERSION = "1.2.0"
VERSION = "1.2.1"

class Base
def initialize(login, password)
Expand Down

0 comments on commit 5fc2ce6

Please sign in to comment.