Michael Kessler
e126c7f609
Add yardoc for CLI class.
2011-09-20 10:05:11 +02:00
Michael Kessler
48863fee0d
Ignore generated documentation.
2011-09-20 10:03:09 +02:00
Michael Kessler
42d4d94611
Add yard options.
2011-09-20 10:02:54 +02:00
Michael Kessler
fc3e179a0c
Add yard and kramdown to development dependencies.
2011-09-20 10:02:43 +02:00
Aleksei Gusev
443f57efce
Fix interacting with tools like ruby-debug.
...
It seems like the new interactor eats input from $stdin even while it 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.
2011-09-19 23:27:05 +03:00
Rémy Coutable
f9521fe0fe
nil is not accepted for catch's arg in other implementation than 1.9.2
2011-09-16 01:26:27 +02:00
Rémy Coutable
1608b17501
Build only master and guard_dependencies branches on Travis
2011-09-16 01:20:42 +02:00
Rémy Coutable
078d55f13c
Actually halt guards' execution in a group only when the guard's task throw :task_has_failed (not when it returns false).
2011-09-16 01:20:22 +02:00
Rémy Coutable
b1b69924a7
First implementation of #97 "Guard dependencies".
2011-09-16 01:01:58 +02:00
Rémy Coutable
22001c5ecd
Optimize multiple if statements in Gemfile.
2011-09-15 22:02:23 +03:00
Darren Pearce
6993712c38
Merge branch 'master' of git://github.com/guard/guard
2011-09-14 11:44:36 -06:00
Darren Pearce
5a70faf974
updated deletion option name to be more explict
2011-09-14 11:44:01 -06:00
Thibaud Guillaume-Gentil
fb2c320a2a
Version 0.7.0
2011-09-14 09:52:36 +02:00
Darren Pearce
879732fb43
updated README with deletions option
2011-09-13 22:56:23 -06:00
Darren Pearce
34aaed9741
fixed specs to cleanup afterwards
2011-09-13 22:46:56 -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
Thibaud Guillaume-Gentil
c704fe5d0b
Version 0.7.0.rc1
2011-09-05 11:25:49 +02:00
Thibaud Guillaume-Gentil
da46791204
Added @netzpirat to the JRuby & Rubinius support in the CHANGELOG [ci skip]
2011-09-05 12:24:26 +03:00
Michael Kessler
84d6641925
Merge branch 'master' of github.com:guard/guard
2011-09-05 10:57:41 +02:00
Michael Kessler
2edf8bead6
Add JRuby and Rubinius to the list of tested Rubies.
2011-09-05 10:57:21 +02:00
Michael Kessler
b37928a540
Remove jruby_spec branch from Travis.
2011-09-05 10:54:45 +02:00
Michael Kessler
b1bef902b1
Correct typo.
2011-09-05 10:44:50 +02:00
Thibaud Guillaume-Gentil
16fe7441d4
Use [mtime, ctime].max for == comparaison
...
Conflicts:
lib/guard/listener.rb
2011-09-05 10:43:18 +02:00
Rémy Coutable
58af2b2c1d
Merge branch 'master' of github.com:guard/guard
2011-09-05 10:40:13 +02:00
Rémy Coutable
330493a572
Don't put a newline in debug output
2011-09-05 10:39:56 +02:00
Michael Kessler
59103ffe09
Use the listener_helpers start/stop.
2011-09-05 10:36:45 +02:00
Michael Kessler
d88ffec9a0
Merge branch 'master' of github.com:guard/guard
2011-09-05 10:17:18 +02:00
Michael Kessler
54689318cc
Configure Travis to build new branches.
2011-09-05 10:16:40 +02:00
Rémy Coutable
dc9bddf02e
Merge branch 'master' of github.com:guard/guard
2011-09-05 10:16:17 +02:00
Rémy Coutable
771c9d08c0
Tell Travis-CI to notify only the core team.
...
Currently it notifies some people but I don't get how they are chosen, it even notifies me on 2 email addresses (my current and my former registered on GitHub)…
2011-09-05 10:16:11 +02:00
Michael Kessler
d1c452bc1e
Revert "More Travis tests."
...
This reverts commit bd67a69a8b
.
2011-09-05 10:07:19 +02:00
Michael Kessler
bd67a69a8b
More Travis tests.
2011-09-05 09:42:05 +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
fe103ca9a4
Update CHANGELOG
2011-09-04 18:45:26 +02:00
Rémy Coutable
b8beb3fb9e
Update man
2011-09-04 18:45:14 +02:00
Rémy Coutable
96604060ed
Clean Hook code
2011-09-04 18:44:42 +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
8255ae0be9
Working on a fork with Travis won't work. Re-add feature branch.
2011-09-04 16:18:31 +02:00
Michael Kessler
20305a59ba
Remove testing branch.
2011-09-04 15:26:58 +02:00
Michael Kessler
b8e43e7a7c
Add JRuby/Travis test branch to CI.
2011-09-04 14:41:28 +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
Rémy Coutable
0a2a34e55f
Edited CHANGELOG.md via GitHub
2011-09-04 00:33:53 +03:00
Thibaud Guillaume-Gentil
50d80d962b
Update CHANGELOG
2011-09-03 23:17:00 +02:00
Thibaud Guillaume-Gentil
85f67f26ab
Update man
2011-09-03 23:15:03 +02:00
Thibaud Guillaume-Gentil
60874a6991
Clean
2011-09-03 22:46:09 +02:00