Compare commits
2 Commits
robotex82/
...
master
Author | SHA1 | Date |
---|---|---|
John Bintz | 36d24c0c14 | |
John Bintz | c1344a98b7 |
|
@ -1,3 +1,5 @@
|
||||||
|
_This fork is no longer maintained. Visit [https://github.com/ranmocy/guard-rails](https://github.com/ranmocy/guard-rails) for the current official fork._
|
||||||
|
|
||||||
[![Build Status](http://travis-ci.org/johnbintz/guard-rails.png)](http://travis-ci.org/johnbintz/guard-rails)
|
[![Build Status](http://travis-ci.org/johnbintz/guard-rails.png)](http://travis-ci.org/johnbintz/guard-rails)
|
||||||
|
|
||||||
Want to restart your Rails development server whilst you work? Now you can!
|
Want to restart your Rails development server whilst you work? Now you can!
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module GuardRails
|
module GuardRails
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.1.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue