Commit Graph

57 Commits

Author SHA1 Message Date
Thibaud Guillaume-Gentil
479c6b1918 Typo 2011-09-28 08:47:01 +02:00
Darren Pearce
ec463a271b Merge branch 'master' of git://github.com/guard/guard
Conflicts:
	lib/guard/listener.rb
2011-09-21 17:14:09 -06:00
Darren Pearce
0c9634a1c2 updated README 2011-09-21 17:04:10 -06:00
Michael Kessler
78448631ab Remove GitHub flavoured Markdown until rubydoc.info shows the README correct. 2011-09-21 00:55:07 +02:00
Ryan McGeary
dd1a5cbb49 Fixed comments in example scaffold to reference interactions instead of signal handlers 2011-09-20 16:24:00 -03:00
Darren Pearce
5a70faf974 updated deletion option name to be more explict 2011-09-14 11:44:01 -06:00
Darren Pearce
879732fb43 updated README with deletions option 2011-09-13 22:56:23 -06:00
Darren Pearce
b74d09b9d6 Merge remote branch 'upstream/master'
Conflicts:
	lib/guard.rb
	lib/guard/listener.rb
	spec/guard/listener_spec.rb
2011-09-13 16:50:24 -06:00
Darren Pearce
423610f22d moved timestamp hash creation into it's own method add initial specs for watching deleted files and fixed some minor formatting 2011-09-13 16:22:39 -06:00
Rémy Coutable
9ad866079f https://secure.travis-ci.org is working again! Houra! 2011-09-06 13:01:06 +03:00
Michael Kessler
2edf8bead6 Add JRuby and Rubinius to the list of tested Rubies. 2011-09-05 10:57:21 +02:00
Rémy Coutable
3de4f505d6 Merge branch 'master' into hook 2011-09-04 18:50:59 +02:00
Rémy Coutable
596f92f7eb Update README 2011-09-04 18:47:51 +02:00
Rémy Coutable
3d9d1ad649 Make it (even) more clear that stdin.gets is only available in the HEAD/0.7! [ci skip] 2011-09-04 19:29:18 +03:00
Rémy Coutable
11495687f4 Merge branch 'master' into hook
Conflicts:
	Guardfile
	lib/guard.rb
	lib/guard/dsl.rb
	spec/guard/interactor_spec.rb
	spec/guard/listeners/darwin_spec.rb
2011-09-04 18:00:29 +02:00
Michael Kessler
69d308b505 Fix Travis CI build status image.
The image is not displayed properly because Travis SSL uses the
Heroku wildcard SSL certificate and is thus not trusted because
of the URL mismatch.
2011-09-04 01:13:23 +02:00
Michael Kessler
8bb295f105 Link to the wiki for more information on growl_notify vs. growl. 2011-09-03 23:38:07 +02:00
Thibaud Guillaume-Gentil
215af072a2 Replace Signal handlers README section by Interactions 2011-09-03 22:40:06 +02:00
Thibaud Guillaume-Gentil
b0295c1437 Merge branch 'master' into stdin 2011-09-03 21:33:32 +02:00
Rémy Coutable
7ffa358b3a Edited README.md via GitHub 2011-09-03 21:30:44 +03:00
Rémy Coutable
62ef515824 Oops! [ci skip] 2011-09-03 20:07:08 +03:00
Rémy Coutable
2769541e8e Improve the README 2011-09-03 20:05:50 +03:00
Thibaud Guillaume-Gentil
45ba095093 Merge branch 'master' into stdin 2011-09-02 16:22:49 +02:00
Michael Kessler
2ad9c5d51c Remove claim that Spork doesn't work with growl_notify. 2011-09-01 21:33:51 +02:00
Thibaud Guillaume-Gentil
5c1fb285e8 Merge branch 'master' into stdin
Conflicts:
	lib/guard/listener.rb
2011-09-01 21:28:03 +02:00
Thibaud Guillaume-Gentil
8040fe65a7 Fix travis png link 2011-09-01 21:25:45 +02:00
Thibaud Guillaume-Gentil
74b3445549 Fix travis png link 2011-09-01 21:24:53 +02:00
Ian White
d5b4c4ede7 Words for ignore_paths method 2011-09-01 12:43:02 +01:00
Tim Pope
b59d6ac07b Add a user guard config
Users can add additional settings to ~/.guard.rb that augment the
existing Guardfile.
2011-08-31 04:07:42 -04:00
Thibaud Guillaume-Gentil
5de94ccbcb Merge branch 'master' into stdin
Conflicts:
	Guardfile
	lib/guard.rb
2011-08-30 21:16:30 +02:00
Michael Kessler
1fd6f2d7be Explain the growl/growl_notify differences. 2011-08-17 14:57:20 +02:00
Michael Kessler
0e1564ef3b Revert "remove growl support completely"
This reverts commit 7f87411189.
2011-08-17 14:27:40 +02:00
Rémy Coutable
eb347ee266 Merge branch 'master' into hook
Conflicts:
	Gemfile
	Guardfile
	README.markdown
	Rakefile
	lib/guard.rb
	lib/guard/dsl.rb
	lib/guard/interactor.rb
	lib/guard/listener.rb
	lib/guard/ui.rb
	lib/guard/watcher.rb
	spec/guard/dsl_spec.rb
	spec/guard/notifier_spec.rb
2011-08-17 01:34:27 +02:00
Thibaud Guillaume-Gentil
8144a43726 Merge branch 'master' of github.com:guard/guard 2011-08-16 09:06:23 +02:00
Rémy Coutable
e9cef8809b [ci skip] Added a link to the screencast on Guard by Ryan Bates (idea taken from the guard-process's README!). :) 2011-08-14 21:25:57 +03:00
Michael Kessler
e375d2f327 Explain what happens with guards without a group. 2011-08-14 14:17:48 +02:00
Thibaud Guillaume-Gentil
e7c23ff78d Add gem 'win32console' note in the README 2011-08-13 16:50:27 +02:00
Thibaud Guillaume-Gentil
3c326611e9 Merge pull request #99 from johnbintz/also-use-growl_notify
Option to also use growl_notify gem
2011-08-13 07:42:08 -07:00
Rémy Coutable
63ca5f0b70 [ci skip] Added missing documentation for options and for win32console! 2011-08-11 13:27:41 +03:00
Christian Höltje
0054af64ed Mention 'guard list' in README 2011-08-09 09:08:53 -04:00
Nicholas A Clark
0c9cf69980 Fix unmatched quotes in readme 2011-08-03 22:15:27 -03:00
Rémy Coutable
a6d0dab45c Use the SSL version of the Travis build image 2011-07-29 00:30:07 +02:00
John Bintz
7f87411189 remove growl support completely 2011-07-06 15:45:20 -04:00
John Bintz
8917682cdf update README 2011-06-28 16:58:23 -04:00
Thibaud Guillaume-Gentil
8c5be4536b Merge pull request #92 from tpope/hidden_home_config_file
Make home Guardfile hidden
2011-06-22 12:22:18 -07:00
Tim Pope
524af462d9 Make home Guardfile hidden 2011-06-22 10:54:50 -04:00
John Bintz
7ba4819d3b documentation and man page updates 2011-06-21 11:00:00 -04:00
Rémy Coutable
c8002ac2de Making the README more awesome 2011-06-19 12:36:44 +02:00
Rémy Coutable
d7557659dd Improved README 2011-06-19 12:23:34 +02:00
Rémy Coutable
bbe42f9d23 Added informations on the --debug option! 2011-06-19 02:54:17 -07:00