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

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
damireh committed Feb 3, 2012
1 parent 7ab2aa1 commit 9961cc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions acts_as_commentable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ Gem::Specification.new do |s|
s.date = %q{2010-03-13}
s.description = %q{Plugin/gem that provides comment functionality}
s.email = %q{unknown@juixe.com}
s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE"]
s.files = ["MIT-LICENSE", "README.rdoc", "lib/acts_as_commentable.rb", "lib/comment_methods.rb", "lib/commentable_methods.rb", "lib/generators", "lib/generators/comment", "lib/generators/comment/comment_generator.rb", "lib/generators/comment/templates", "lib/generators/comment/templates/comment.rb", "lib/generators/comment/templates/create_comments.rb", "lib/generators/comment/USEGA", "tasks/acts_as_commentable_tasks.rake", "init.rb", "install.rb"]
s.has_rdoc = false
s.extra_rdoc_files = ["README.md", "MIT-LICENSE"]
s.files = ["MIT-LICENSE", "README.md", "lib/acts_as_commentable.rb", "lib/comment_methods.rb", "lib/commentable_methods.rb", "lib/generators", "lib/generators/comment", "lib/generators/comment/comment_generator.rb", "lib/generators/comment/templates", "lib/generators/comment/templates/comment.rb", "lib/generators/comment/templates/create_comments.rb", "lib/generators/comment/USEGA", "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.6}
Expand Down

0 comments on commit 9961cc5

Please sign in to comment.