Skip to content

Commit

Permalink
Updated gemspec to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Light committed Dec 2, 2010
1 parent ea568ea commit 56aff4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acts_as_commentable_with_threading.gemspec
@@ -1,12 +1,12 @@
ACTS_AS_COMMENTABLE_WITH_THREADING = Gem::Specification.new do |s| ACTS_AS_COMMENTABLE_WITH_THREADING = Gem::Specification.new do |s|
s.name = "acts_as_commentable_with_threading" s.name = "acts_as_commentable_with_threading"
s.version = "0.2.0" s.version = "1.1.0"
s.date = "2010-09-24" s.date = "2011-12-02"
s.summary = "Polymorphic comments Rails gem - Rails 3+ only" s.summary = "Polymorphic comments Rails gem - Rails 3+ only"
s.email = "evan@tiggerpalace.com" s.email = "evan@tripledogdare.net"
s.homepage = "http://github.com/elight/acts_as_commentable_with_threading" s.homepage = "http://github.com/elight/acts_as_commentable_with_threading"
s.description = "Polymorphic threaded comments Rails gem for Rails 3+" s.description = "Polymorphic threaded comments Rails gem for Rails 3+"
s.authors = ["Evan Light", "Jack Dempsey", "Xelipe"] s.authors = ["Evan Light", "Jack Dempsey", "Xelipe", "xxx"]
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = ["spec/commentable_spec.rb", "spec/comment_spec.rb", "spec/spec_helper.rb", "spec/db/database.yml", "spec/db/schema.rb"] s.test_files = ["spec/commentable_spec.rb", "spec/comment_spec.rb", "spec/spec_helper.rb", "spec/db/database.yml", "spec/db/schema.rb"]


Expand Down

0 comments on commit 56aff4e

Please sign in to comment.