README.md in guard-rails-0.0.2 vs README.md in guard-rails-0.0.3
- old
+ new
@@ -1,4 +1,6 @@
+[![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!
guard 'rails', :port => 5000 do
watch('Gemfile.lock')
watch(%r{^(config|lib)/.*})