Compare commits

..

1 Commits

Author SHA1 Message Date
John Bintz
8cf0ebec60 deprecation notice 2018-04-04 08:29:05 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# 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>
[![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.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"]
s.homepage = "https://github.com/johnbintz/rack-livereload"
s.homepage = ""
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}