From 5fc2ce6fb3dc5f4c31a95e4b7ac5b3355e707f12 Mon Sep 17 00:00:00 2001 From: Lucas Carlson Date: Wed, 23 Dec 2009 12:03:40 -0800 Subject: [PATCH] Release version 1.2.1 with better support for AOL --- README | 2 +- contacts.gemspec | 2 +- lib/contacts/base.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8dfc1d1..37d374e 100644 --- a/README +++ b/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 diff --git a/contacts.gemspec b/contacts.gemspec index ea16d08..b13bae6 100644 --- a/contacts.gemspec +++ b/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" diff --git a/lib/contacts/base.rb b/lib/contacts/base.rb index 7d0926e..5bdfb5d 100644 --- a/lib/contacts/base.rb +++ b/lib/contacts/base.rb @@ -9,7 +9,7 @@ class Contacts TYPES = {} - VERSION = "1.2.0" + VERSION = "1.2.1" class Base def initialize(login, password)