Commit Graph

24 Commits

Author SHA1 Message Date
Thibaud Guillaume-Gentil
8d1ac00bcb Added guard-cucumber in readme
Ordred guards alphabetically
2010-10-31 20:48:29 +01:00
Yann Lugrin
4da879e849 Add guard-nanoc 2010-10-28 11:00:18 +02:00
Thibaud Guillaume-Gentil
01bf7505cd Merge branch 'master' of http://github.com/oliamb/guard into oliamb-master
Conflicts:
	lib/guard/guard.rb
2010-10-28 08:23:02 +02:00
Thibaud Guillaume-Gentil
470e763339 Updated guard methods readme 2010-10-27 22:14:21 +02:00
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
Thibaud Guillaume-Gentil
3d4b0d080d Added guards authors 2010-10-26 21:47:36 +02:00
Thibaud Guillaume-Gentil
728ae8cbe7 Added guard-coffeescript 2010-10-26 21:36:08 +02:00
Thibaud Guillaume-Gentil
edeaa1e864 Depends on rb-fsevent >= 0.3.5 for ruby 1.8.6 support 2010-10-26 21:24:04 +02:00
Thibaud Guillaume-Gentil
9c89577a6d Merge branch 'master' of http://github.com/oliamb/guard into oliamb-master 2010-10-26 20:16:11 +02:00
Olivier Amblet
20d6938cf6 Added some docs about stop method
Tell about the fact that the stop metod must
return a value which can be evaluated to true if
everything went well.
2010-10-26 19:28:49 +02:00
Thibaud Guillaume-Gentil
6c89086dea Updated Notifier readme 2010-10-25 21:36:45 +02:00
Yann Lugrin
6730679cc4 fix guard-bundler url in README 2010-10-24 18:38:45 +02:00
Yann Lugrin
4f4ec47e71 add guard-bundler to available guards list 2010-10-24 18:12:06 +02:00
Thibaud Guillaume-Gentil
8f0cb7c9e7 Updated Readme & Changelog 2010-10-21 20:56:09 +02:00
Thibaud Guillaume-Gentil
f08a1025c2 Added guard-minitest in README 2010-10-20 22:36:26 +02:00
Thibaud Guillaume-Gentil
e5f4f2aa8d Updated guards list 2010-10-19 22:37:16 +02:00
Thibaud Guillaume-Gentil
67be4aae7a Added specific docs for Mac OS X & Linux 2010-10-19 21:49:54 +02:00
Thibaud Guillaume-Gentil
c347c2c7e0 Added 1.8.6 compatibility
Closes #2.
2010-10-18 21:45:31 +02:00
Thibaud Guillaume-Gentil
3f922a0667 Refactorized listeners support
Added polling fallback
Removed sys-uname dependency
2010-10-17 21:42:40 +02:00
Thibaud Guillaume-Gentil
a0ecca82e5 Added guard-livereload link 2010-10-10 21:51:50 +02:00
Thibaud Guillaume-Gentil
5b4363b450 README update 2010-10-08 15:06:37 +02:00
Thibaud Guillaume-Gentil
860ba9631e Small README update 2010-10-08 15:03:45 +02:00
Thibaud Guillaume-Gentil
9641f3e2a4 README draft 2010-10-08 15:00:36 +02:00
Thibaud Guillaume-Gentil
4d3744ff43 Initial commit 2010-10-03 23:00:33 +02:00