Compare commits

..

1 Commits

Author SHA1 Message Date
meganemura
c959433361 Write homepage in gemspec 2018-03-19 01:40:03 +09:00
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# Rack::LiveReload # Rack::LiveReload
_This fork is deprecated: Go check out https://github.com/onesupercoder/rack-livereload instead._
<a href="http://travis-ci.org/johnbintz/rack-livereload"><img src="https://secure.travis-ci.org/johnbintz/rack-livereload.png" /></a> <a href="http://travis-ci.org/johnbintz/rack-livereload"><img src="https://secure.travis-ci.org/johnbintz/rack-livereload.png" /></a>
[![Code Climate](https://codeclimate.com/github/johnbintz/rack-livereload.png)](https://codeclimate.com/github/johnbintz/rack-livereload) [![Code Climate](https://codeclimate.com/github/johnbintz/rack-livereload.png)](https://codeclimate.com/github/johnbintz/rack-livereload)

View File

@ -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}