From e1b381a49c7c8f852632b702dc5ea6371d77e88a Mon Sep 17 00:00:00 2001 From: Daniel Amireh Date: Fri, 3 Feb 2012 18:59:12 +0200 Subject: [PATCH] bump version --- Rakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 24cdcc3..bc2ae3f 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'rake/testtask' PLUGIN = "acts_as_commentable" GEM = "acts_as_commentable" -GEM_VERSION = "3.0.1" +GEM_VERSION = "3.2.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" @@ -13,7 +13,6 @@ spec = Gem::Specification.new do |s| s.name = GEM s.version = GEM_VERSION s.platform = Gem::Platform::RUBY - s.has_rdoc = false s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE"] s.summary = SUMMARY s.description = s.summary @@ -21,9 +20,6 @@ spec = Gem::Specification.new do |s| s.email = EMAIL s.homepage = HOMEPAGE - # Uncomment this to add a dependency - # s.add_dependency "foo" - s.require_path = 'lib' s.autorequire = GEM s.files = %w(MIT-LICENSE README.rdoc) + Dir.glob("{generators,lib,tasks}/**/*") + %w(init.rb install.rb)