Skip to content

Commit

Permalink
tweaking gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed Dec 13, 2011
1 parent a64f322 commit c281e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Gem::Specification.new do |s|
s.version = Messaging::VERSION
s.authors = ["Jeff Dickey", "Frode Fikke"]
s.email = ["me@jeffdickey.info", "frodefi@gmail.com"]
s.homepage = "TODO"
s.summary = "TODO: Summary of Messaging."
s.description = "TODO: Description of Messaging."
s.homepage = "http://github.com/frodefi/rails-messaging"
s.summary = "Messenging gem for rails app"
s.description = "Messaging allows you to put have messaigng support in a rails or refinery application."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit c281e7f

Please sign in to comment.