From a5e2dca9cfcc6c6a14b7488956cc2a2256a85158 Mon Sep 17 00:00:00 2001 From: Jack Dempsey Date: Thu, 28 Oct 2010 17:38:47 -0400 Subject: [PATCH] bump to 3.0.1 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b3ad63a..08e9a54 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require 'rake/gempackagetask' PLUGIN = "acts_as_commentable" GEM = "acts_as_commentable" -GEM_VERSION = "3.0.0" +GEM_VERSION = "3.0.1" EMAIL = "unknown@juixe.com" HOMEPAGE = "http://www.juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/" SUMMARY = "Plugin/gem that provides comment functionality"