Commit Graph

21 Commits

Author SHA1 Message Date
Thibaud Guillaume-Gentil
98c112c074 Fixed new_modified_files rerun conditions on Guard.run_on_change_for_all_guards 2011-04-19 09:40:34 +02:00
Thibaud Guillaume-Gentil
c5df9949fe Version 0.3.2 2011-04-17 21:49:07 +02:00
Thibaud Guillaume-Gentil
e13bde0411 Updated CHANGELOG (0.3.1 tag) 2011-04-14 21:40:46 +02:00
Thibaud Guillaume-Gentil
d1ae2863c9 Updated CHANGELOG 2011-04-14 21:38:30 +02:00
Thibaud Guillaume-Gentil
59f555e086 Switched to gem which command to locate gem path rather than open-gem 2011-02-22 15:15:09 +01:00
Thibaud Guillaume-Gentil
17f048d883 Added koshigoe bug fixes 2011-02-21 12:07:09 +01:00
Thibaud Guillaume-Gentil
07ad987dfc Updated Changelog 2011-01-26 14:03:48 +01:00
Thibaud Guillaume-Gentil
260c09a79f Updated Changelog 2011-01-19 23:08:41 +01:00
Thibaud Guillaume-Gentil
9772e9d9c8 Replaced Thread (incompatible with inotify) by a whole dir scan after each run_on_changes 2011-01-19 23:05:45 +01:00
Rémy Coutable
5db6149651 Updated Changelog and Readme 2010-12-17 18:14:33 +01:00
Rémy Coutable
1831bf752f Guard no more automatically convert String into Regexp in "watch" method patterns.
It allows to define:

watch("foo_bar.rb") without meaning /foo_bar.rb/ (where "foo_bar_rb.rb" would have been matched)

However, during the deprecation phase, strings that look like a regexes (e.g. "^foo_bar.rb", "foo_bar.rb$", "foo_.*bar.rb" or "foo_(bar|baz).rb" are converted automatically to Regexp and a *very annoying* deprecation message is displayed.
2010-12-16 01:22:42 +01:00
Thibaud Guillaume-Gentil
2fc6745837 Merge branch 'master' of github.com:guard/guard
Conflicts:
	lib/guard.rb
	lib/guard/interactor.rb
	spec/guard_spec.rb
2010-11-30 21:23:53 +01:00
Thibaud Guillaume-Gentil
ae55268e88 Updated Changelog 2010-11-25 23:37:56 -08:00
Rémy Coutable
cda514cf2a Updated Changelog and Readme 2010-11-26 00:56:18 +01:00
Yann Lugrin
02d081e84d fix changelog version number and release date 2010-10-27 14:06:26 +02:00
Thibaud Guillaume-Gentil
5d0ec698de Properly close rb-fsevent pipe after killed it
Closes #5.
2010-10-25 21:36:04 +02:00
Thibaud Guillaume-Gentil
df5278e988 Bump to 0.2.1 2010-10-24 10:31:16 +02:00
Thibaud Guillaume-Gentil
8f0cb7c9e7 Updated Readme & Changelog 2010-10-21 20:56:09 +02:00
Thibaud Guillaume-Gentil
ec87585472 guard init <guard-name> command no more need Gemfile presence but open_gem is required now
Closes #3.
2010-10-20 22:34:32 +02:00
Thibaud Guillaume-Gentil
c347c2c7e0 Added 1.8.6 compatibility
Closes #2.
2010-10-18 21:45:31 +02:00
Thibaud Guillaume-Gentil
ad0d40bbaa Added Changelog 2010-10-17 21:42:52 +02:00