Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Jul 1, 2009
1 parent f002394 commit 060a7b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions acts_as_commentable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 060a7b2

Please sign in to comment.