From 4998a6cdd67d373745dd60859c76448dd5d9b970 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 15 Oct 2010 17:21:43 -0700 Subject: [PATCH] Prepare for version 1.0.0.rc.2 release --- Gemfile.lock | 2 +- lib/twitter/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9377f695..7e66ec950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - twitter (1.0.0.rc.1) + twitter (1.0.0.rc.2) addressable (~> 2.2.2) faraday (~> 0.5.1) faraday_middleware (~> 0.1.7) diff --git a/lib/twitter/version.rb b/lib/twitter/version.rb index 2e4157a41..b1d16002a 100644 --- a/lib/twitter/version.rb +++ b/lib/twitter/version.rb @@ -1,3 +1,3 @@ module Twitter - VERSION = "1.0.0.rc.1" + VERSION = "1.0.0.rc.2" end