master/lib/guard
Michael Kessler 072d5404ee Merge pull request #137 from hron/guard
---

It seems like the new interactor eats input from $stdin even while it is locked. This disallow using tools like ruby-debug or pry in specs or cucumber.

The fix just kills the interactor when it is locked and runs it again when ulocked.

Conflicts:
	lib/guard/interactor.rb
2011-09-21 00:34:11 +02:00
..
listeners Add yardoc to listeners. 2011-09-20 13:58:25 +02:00
templates Added guard-stendhal & guard-soca 2010-11-30 22:46:52 +01:00
cli.rb Add yardoc for CLI class. 2011-09-20 10:05:11 +02:00
dsl_describer.rb Tiny doc improvements 2011-09-20 21:52:59 +02:00
dsl.rb Tiny doc improvements 2011-09-20 21:52:59 +02:00
guard.rb Initial yardoc for the main Guard class for specific implementations. 2011-09-20 12:07:34 +02:00
hook.rb Document the hook module. 2011-09-20 14:42:32 +02:00
interactor.rb Merge pull request #137 from hron/guard 2011-09-21 00:34:11 +02:00
listener.rb 100% yardoc 2011-09-20 15:07:29 +02:00
notifier.rb Initial notifier yardoc. 2011-09-20 13:06:35 +02:00
ui.rb Tiny doc improvements 2011-09-20 21:52:59 +02:00
version.rb 100% yardoc 2011-09-20 15:07:29 +02:00
watcher.rb Add yardoc to the watcher class. 2011-09-20 12:54:28 +02:00