master/lib/guard
Olivier Amblet cb8b845eb6 A bad guard do not threaten the whole process.
Every guard task are now executed through
supervised_task method.

If a guard failed to achieve its task(raise error)
a message is logged and the guard is fired.

The stop method now always quit the application
at the end.

Specs added. The documentation specify that if a
throw an exception, it will be dismissed.
2010-10-27 15:18:00 +02:00
..
listeners Depends on rb-fsevent >= 0.3.5 for ruby 1.8.6 support 2010-10-26 21:24:04 +02:00
templates Added init feature 2010-10-07 22:37:30 +02:00
cli.rb Added debug start option 2010-10-10 12:38:25 +02:00
dsl.rb Added init feature 2010-10-07 22:37:30 +02:00
guard.rb A bad guard do not threaten the whole process. 2010-10-27 15:18:00 +02:00
interactor.rb A bad guard do not threaten the whole process. 2010-10-27 15:18:00 +02:00
listener.rb Refactorized listeners support 2010-10-17 21:42:40 +02:00
notifier.rb Updated Notifier readme 2010-10-25 21:36:45 +02:00
ui.rb Added debug start option 2010-10-10 12:38:25 +02:00
version.rb Bump to 0.2.2 2010-10-26 21:24:29 +02:00
watcher.rb Fixed watch block without params on 1.9.2 2010-10-07 22:37:13 +02:00