Write homepage in gemspec

This commit is contained in:
meganemura 2018-03-19 01:40:03 +09:00
parent c0c47cc83b
commit c959433361
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Rack::LiveReload::VERSION
s.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"]
s.homepage = ""
s.homepage = "https://github.com/johnbintz/rack-livereload"
s.license = "MIT"
s.summary = %q{Insert LiveReload into your app easily as Rack middleware}
s.description = %q{Insert LiveReload into your app easily as Rack middleware}