Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jviney committed Jun 11, 2009
1 parent 6549ef1 commit 191d8b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions acts_as_taggable_on_steroids.gemspec
@@ -1,12 +1,14 @@
Gem::Specification.new do |s|
s.name = "acts_as_taggable_on_steroids"
s.version = "1.0"
s.date = "2008-12-30"
s.version = "1.1"
s.date = "2009-06-11"
s.summary = "Rails plugin that is based on acts_as_taggable by DHH but includes extras such as tests, smarter tag assignment, and tag cloud calculations."
s.email = "jonathan.viney@gmail.com"
s.homepage = "http://github.com/jviney/acts_as_taggable_on_steroids"
s.description = "Rails plugin that is based on acts_as_taggable by DHH but includes extras such as tests, smarter tag assignment, and tag cloud calculations."
s.has_rdoc = false
s.has_rdoc = true
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.rubyforge_project = "acts_as_taggable_on_steroids"
s.authors = "Jonathan Viney"
s.files = [
"acts_as_taggable_on_steroids.gemspec",
Expand Down

0 comments on commit 191d8b6

Please sign in to comment.