From 08e9a2d1fcf4fce34e0e09bca7e91c32a02a930f Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Mon, 1 Mar 2010 20:45:25 -0600 Subject: [PATCH] Let us try 2.0.0.beta.x --- Rakefile | 9 +++++---- VERSION | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 5c4ef0e74c..f6fd42464f 100644 --- a/Rakefile +++ b/Rakefile @@ -26,11 +26,12 @@ begin Thank you for installing #{gem.summary}! - This version of rspec-rails only works with versions of rails >= 3.0.0.pre. + This version of rspec-rails only works with + versions of rails >= 3.0.0.pre. - The 'b' in #{gem.version} means this is beta software. If you are looking - for a supported production release, please "gem install rspec-rails" (without - --pre). + This is beta software. If you are looking + for a supported production release, please + "gem install rspec-rails" (without --pre). #{"*"*50} EOM diff --git a/VERSION b/VERSION index 5df5f02f1d..eab5512ed8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0.b01 \ No newline at end of file +2.0.0.beta.1 \ No newline at end of file