update old info in README

This commit is contained in:
Ranmocy 2013-01-20 08:30:17 +08:00
parent 2690b007f8
commit 5fea9805bd

View File

@ -1,6 +1,4 @@
_I'm currently looking for a new maintainer for this project._
[![Build Status](http://travis-ci.org/johnbintz/guard-rails.png)](http://travis-ci.org/johnbintz/guard-rails)
[![Build Status](https://travis-ci.org/ranmocy/guard-rails.png)](https://travis-ci.org/ranmocy/guard-rails)
Want to restart your Rails development server whilst you work? Now you can!
@ -22,6 +20,4 @@ Lots of fun options!
* `:pid_file` specify your pid_file, so that maybe you can run multiple instances with same rails_env (default `tmp/pids/[RAILS_ENV].pid`)
* `:zeus` support [zeus](https://github.com/burke/zeus) to boost rails init speed.
This is super-alpha, but it works for me! Only really hand-tested in Mac OS X. Feel free to fork'n'fix for other
OSes, and to add some more real tests.
Feel free to fork'n'fix for any willing.