From 060a7b294add3188f006ee5377fda203ffa851c3 Mon Sep 17 00:00:00 2001 From: Jack Dempsey Date: Wed, 1 Jul 2009 13:22:44 -0400 Subject: [PATCH] update gemspec --- Rakefile | 2 +- acts_as_commentable.gemspec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index db027ae..25bb7aa 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require 'rake/gempackagetask' PLUGIN = "acts_as_commentable" GEM = "acts_as_commentable" -GEM_VERSION = "2.0.3" +GEM_VERSION = "2.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" diff --git a/acts_as_commentable.gemspec b/acts_as_commentable.gemspec index b72d0e2..9f63d28 100644 --- a/acts_as_commentable.gemspec +++ b/acts_as_commentable.gemspec @@ -2,19 +2,19 @@ Gem::Specification.new do |s| s.name = %q{acts_as_commentable} - s.version = "2.0.3" + s.version = "2.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Cosmin Radoi, Jack Dempsey, Xelipe, Chris Eppstein"] s.autorequire = %q{acts_as_commentable} - s.date = %q{2009-06-04} + s.date = %q{2009-07-01} s.description = %q{Plugin/gem that provides comment functionality} s.email = %q{unknown@juixe.com} s.extra_rdoc_files = ["README", "MIT-LICENSE"] - s.files = ["MIT-LICENSE", "README", "generators/comment", "generators/comment/comment_generator.rb", "generators/comment/templates", "generators/comment/templates/comment.rb", "generators/comment/templates/create_comments.rb", "lib/acts_as_commentable.rb", "lib/commentable_methods.rb", "lib/comment_methods.rb", "tasks/acts_as_commentable_tasks.rake", "init.rb", "install.rb"] + s.files = ["MIT-LICENSE", "README", "generators/comment", "generators/comment/comment_generator.rb", "generators/comment/templates", "generators/comment/templates/comment.rb", "generators/comment/templates/create_comments.rb", "lib/acts_as_commentable.rb", "lib/comment_methods.rb", "lib/commentable_methods.rb", "tasks/acts_as_commentable_tasks.rake", "init.rb", "install.rb"] s.homepage = %q{http://www.juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.3} + s.rubygems_version = %q{1.3.4} s.summary = %q{Plugin/gem that provides comment functionality} if s.respond_to? :specification_version then