README.md in rerun-0.4 vs README.md in rerun-0.5
- old
+ new
@@ -60,19 +60,22 @@
* Watch arbitrary file types via globbing
* Allow arbitrary sets of directories and file types, possibly with "include" and "exclude" sets
* ".rerun" file to specify options per project or in $HOME.
* Test on Linux.
* Test on Mac without Growlnotify.
+* Merge with Kicker (using it as a library and writing a Rerun recipe)
# Other projects that do similar things
Restartomatic: <http://github.com/adammck/restartomatic>
Shotgun: <http://github.com/rtomayko/shotgun>
Rack::Reloader middleware: <http://github.com/rack/rack/blob/5ca8f82fb59f0bf0e8fd438e8e91c5acf3d98e44/lib/rack/reloader.rb>
and the Sinatra FAQ has a discussion at <http://www.sinatrarb.com/faq.html#reloading>
+
+Kicker: <http://github.com/alloy/kicker/>
# Why would I use this instead of Shotgun?
Shotgun does a "fork" after the web framework has loaded but before
your application is loaded. It then loads your app, processes a