update gemspec to keep bundler from yelling

This commit is contained in:
John Bintz 2011-11-04 13:29:13 -04:00
parent ec2a2e3115
commit 039d5ca2ae
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{Insert LiveReload into your app easily as Rack middleware}
s.description = %q{Insert LiveReload into your app easily as Rack middleware}
s.rubyforge_project = "rack-livereload"