update gemspec to keep bundler from yelling
This commit is contained in:
parent
ec2a2e3115
commit
039d5ca2ae
|
@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
||||||
s.authors = ["John Bintz"]
|
s.authors = ["John Bintz"]
|
||||||
s.email = ["john@coswellproductions.com"]
|
s.email = ["john@coswellproductions.com"]
|
||||||
s.homepage = ""
|
s.homepage = ""
|
||||||
s.summary = %q{TODO: Write a gem summary}
|
s.summary = %q{Insert LiveReload into your app easily as Rack middleware}
|
||||||
s.description = %q{TODO: Write a gem description}
|
s.description = %q{Insert LiveReload into your app easily as Rack middleware}
|
||||||
|
|
||||||
s.rubyforge_project = "rack-livereload"
|
s.rubyforge_project = "rack-livereload"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue