master/lib/guard
Rémy Coutable b34cd1acfb Based on @ttilley explanation in https://github.com/thibaudgg/rb-fsevent/issues/17, signal handlers registration should happen before any subprocess creation (fsevent_watch for instance) to be properly catches by the subprocess.
Note that in the case when guard is run via bundler, this –quoting @ttilley– "would make this an unsolvable problem" (isn't it dramatic?! ;)).
2011-07-30 23:58:53 +02:00
..
listeners Dir.glob now ignores files that don't need to be watched 2011-07-21 01:40:40 +02:00
templates Added guard-stendhal & guard-soca 2010-11-30 22:46:52 +01:00
cli.rb New CLI options: watchdir and guardfile thanks to @nestegg! 2011-07-28 23:59:31 +02:00
dsl_describer.rb show the guards defined in the Guardfile with 'guard show' or 'guard -T' 2011-06-21 09:54:52 -04:00
dsl.rb Use #[] instead of #has_key? since it is more flexible (accept symbol as key for actual string keys in the hash). 2011-07-29 09:05:40 +02:00
guard.rb Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!). 2011-04-16 23:13:29 +02:00
interactor.rb Based on @ttilley explanation in https://github.com/thibaudgg/rb-fsevent/issues/17, signal handlers registration should happen before any subprocess creation (fsevent_watch for instance) to be properly catches by the subprocess. 2011-07-30 23:58:53 +02:00
listener.rb Don't assume watched directory, use value from listener 2011-07-22 11:57:49 -06:00
notifier.rb Use RbConfig instead of obsolete and deprecated Config. 2011-06-16 18:14:51 +07:00
ui.rb Merge branch 'master' of https://github.com/stereobooster/guard into stereobooster-master 2011-07-25 23:28:54 +02:00
version.rb Version 0.5.1 2011-07-15 08:35:12 +02:00
watcher.rb Integrated Guard::Ego inside Guard, oh yeah! 2011-07-02 10:01:45 +02:00