Write homepage in gemspec
This commit is contained in:
parent
c0c47cc83b
commit
c959433361
|
@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
||||||
s.version = Rack::LiveReload::VERSION
|
s.version = Rack::LiveReload::VERSION
|
||||||
s.authors = ["John Bintz"]
|
s.authors = ["John Bintz"]
|
||||||
s.email = ["john@coswellproductions.com"]
|
s.email = ["john@coswellproductions.com"]
|
||||||
s.homepage = ""
|
s.homepage = "https://github.com/johnbintz/rack-livereload"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.summary = %q{Insert LiveReload into your app easily as Rack middleware}
|
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.description = %q{Insert LiveReload into your app easily as Rack middleware}
|
||||||
|
|
Loading…
Reference in New Issue