master/lib/guard
Scott Parrish 562c367383 Made slight alteration to Guard::Notifier. pulled out logic into #should_send? to allow for stubbing in tests and added #turn_on to allow more flexibility for when things are or are not sent.
Notifier Specs changed to make pass, expanded and to use new notify strategies.  NOTE mac tests not tested.

i like the @enable as opposed to @disable, should be easy to reverse if necessary though
2011-05-07 00:43:21 -06:00
..
listeners Removed the unless with multiple conditions. Changed it back to if 2011-05-05 20:52:11 -03:00
templates Added guard-stendhal & guard-soca 2010-11-30 22:46:52 +01:00
cli.rb Added a command line option (-n false) to disable notifications (growl/libnotify). closed #28 2011-04-10 22:32:29 +02:00
dsl.rb Guard::Dsl changed massively. overall strategy was to decouple to evaluate_guardfile into "getting the data" and "using the data" parts. this provides the ability to pass a string that contains the contents of a guardfile, or to pass a filename for a guardfile as well as reading the default loc for a guardfile. 2011-05-06 20:53:34 -06: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 Merge branch 'master' of https://github.com/stereobooster/guard into stereobooster-master 2011-05-06 23:35:09 +02:00
listener.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
notifier.rb Made slight alteration to Guard::Notifier. pulled out logic into #should_send? to allow for stubbing in tests and added #turn_on to allow more flexibility for when things are or are not sent. 2011-05-07 00:43:21 -06:00
ui.rb Merge branch 'master' of https://github.com/stereobooster/guard into stereobooster-master 2011-05-06 23:35:09 +02:00
version.rb fixing require bug; updating documentation and version 2011-04-25 09:18:59 -05:00
watcher.rb Fix bug that occurred when pattern was a string and no action was associated. 2010-12-16 15:09:36 +01:00