Rémy Coutable
|
32cb5d7bf8
|
Added a "require" in spec that was making specs failing on Travis CI
|
2011-05-02 15:34:33 +02:00 |
|
Rémy Coutable
|
aeb2c67c17
|
Typo
|
2011-05-02 00:07:39 +02:00 |
|
slavic
|
0f7bca7bbd
|
now all specs work
|
2011-05-01 21:49:16 +03:00 |
|
monocle
|
efdacce491
|
Added hooks to README
|
2011-04-30 20:46:41 -07:00 |
|
monocle
|
d798bf05e2
|
Merge branch hook of github.com:guard/guard into hook
|
2011-04-30 18:41:27 -07:00 |
|
slavic
|
94e04ec7e0
|
add support for Windows using rb-fchange. Specs fail because of k32WaitForMultipleObjects blocks all threads
|
2011-04-30 13:38:57 +03:00 |
|
Rémy Coutable
|
d12a2368b2
|
Added links to issues in CHANGELOG
|
2011-04-30 01:47:11 +02:00 |
|
Rémy Coutable
|
8d3ad21cb1
|
Added .travis.yml file
|
2011-04-30 01:40:54 +02:00 |
|
Rémy Coutable
|
de42d0d08a
|
Convert CHANGELOG from RDOC to Markdown and cleaned it!
Signed-off-by: Rémy Coutable <rymai@rymai.me>
|
2011-04-30 01:39:40 +02:00 |
|
Rémy Coutable
|
20b8a9af69
|
Merge branch 'hook' of github.com:guard/guard into hook
Conflicts:
lib/guard.rb
lib/guard/dsl.rb
lib/guard/hook.rb
spec/guard/dsl_spec.rb
spec/guard/hook_spec.rb
spec/guard_spec.rb
|
2011-04-30 00:49:46 +02:00 |
|
Rémy Coutable
|
e853009528
|
Refactored Guard::Dsl#callback and updated specs, improved inline docs for Guard::Hook#hook, added ENV["GUARD_ENV"] = 'development' in Guardfile so we see hooks firing! Run specs on REE too.
Signed-off-by: Rémy Coutable <rymai@rymai.me>
|
2011-04-30 00:45:38 +02:00 |
|
monocle
|
134cbdb007
|
Hook - 1) Send args to hooks from Guard.supervised_task
2) Pass args from hooks to callbacks
3) Suppress UI message from hooks unless in 'development'
|
2011-04-30 00:45:38 +02:00 |
|
Rémy Coutable
|
b83653db2e
|
Added #callback DSL, modified Guard and Guard::Hook a bit in consequence.
Signed-off-by: Rémy Coutable <remy@jilion.com>
|
2011-04-30 00:45:38 +02:00 |
|
monocle
|
b646ae53f6
|
Fix preexisting tests after adding default hooks
|
2011-04-30 00:45:13 +02:00 |
|
monocle
|
386b0be53d
|
Hooks - Add :begin and :end hook to all guard actions via Guard.supervised_task
|
2011-04-30 00:41:25 +02:00 |
|
monocle
|
7916139726
|
Added hook/callback feature.
|
2011-04-30 00:41:25 +02:00 |
|
Thibaud Guillaume-Gentil
|
bb28799240
|
Removed useless Bundler requirement. Fixes #41
|
2011-04-29 08:25:57 +02:00 |
|
Andre Arko
|
ae1ae1cfbd
|
Allow options (like :priority) to be passed through to Growl
|
2011-04-28 20:22:41 -07:00 |
|
Thibaud Guillaume-Gentil
|
ead039b2f2
|
Fixed README
|
2011-04-25 20:45:48 +02:00 |
|
Thibaud Guillaume-Gentil
|
76df310cad
|
README rdoc => markdown
|
2011-04-25 20:44:18 +02:00 |
|
Thibaud Guillaume-Gentil
|
42288ece11
|
Merged pull request #50 from jrsacks/master.
Updating docs to describe inline guards
|
2011-04-25 11:19:18 -07:00 |
|
Jeff Sacks
|
38c371272d
|
fixing require bug; updating documentation and version
|
2011-04-25 09:18:59 -05:00 |
|
slavic
|
6ecb72c9cb
|
support color on windows
|
2011-04-24 22:30:54 +03:00 |
|
slavic
|
cbe2cb353c
|
fix issue #27
|
2011-04-24 20:21:39 +03:00 |
|
Jeff Sacks
|
a0b6ecacdb
|
adding support for inline classes
|
2011-04-21 16:39:46 -05:00 |
|
Thibaud Guillaume-Gentil
|
d329e4e3b0
|
Version 0.3.3
|
2011-04-19 09:40:56 +02:00 |
|
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 |
|
monocle
|
c82e1582f8
|
Hook - 1) Send args to hooks from Guard.supervised_task
2) Pass args from hooks to callbacks
3) Suppress UI message from hooks unless in 'development'
|
2011-04-17 17:06:45 -07:00 |
|
Thibaud Guillaume-Gentil
|
c5df9949fe
|
Version 0.3.2
|
2011-04-17 21:49:07 +02:00 |
|
Rémy Coutable
|
5b8ae609da
|
Merge branch 'master' into hook
Conflicts:
lib/guard/guard.rb
spec/guard_spec.rb
|
2011-04-16 23:23:08 +02:00 |
|
Rémy Coutable
|
c0f1ea6459
|
Merge branch 'master' of https://github.com/brainopia/guard into brainopia-master
|
2011-04-16 23:17:21 +02:00 |
|
Rémy Coutable
|
9b981f5459
|
Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!).
Signed-off-by: Rémy Coutable <remy@jilion.com>
|
2011-04-16 23:13:29 +02:00 |
|
Rémy Coutable
|
44aed3264c
|
Added #callback DSL, modified Guard and Guard::Hook a bit in consequence.
Signed-off-by: Rémy Coutable <remy@jilion.com>
|
2011-04-16 23:02:13 +02:00 |
|
brainopia
|
097ce1f17e
|
Fix Guard.locate_guard to return path to gem folder
|
2011-04-16 23:43:50 +04:00 |
|
Rémy Coutable
|
d47aebd424
|
Merge branch 'hook' of git://github.com/monocle/guard
|
2011-04-16 19:23:08 +02:00 |
|
monocle
|
1d38c59200
|
Fix preexisting tests after adding default hooks
|
2011-04-14 13:56:12 -07:00 |
|
Thibaud Guillaume-Gentil
|
bbc63abd5e
|
Updated CHANGELOG (0.3.1 tag)
|
2011-04-14 13:54:18 -07:00 |
|
Thibaud Guillaume-Gentil
|
1027e4b6b3
|
Version 0.3.1
|
2011-04-14 13:54:18 -07:00 |
|
Thibaud Guillaume-Gentil
|
da0d059a43
|
Updated CHANGELOG
|
2011-04-14 13:54:18 -07:00 |
|
Nico Rieck
|
154ef207ed
|
Use the correct ANSI escape code to reset SGR parameters.
|
2011-04-14 13:54:18 -07:00 |
|
monocle
|
7b559ce255
|
Hooks - Add :begin and :end hook to all guard actions via Guard.supervised_task
|
2011-04-14 13:31:34 -07:00 |
|
Thibaud Guillaume-Gentil
|
e13bde0411
|
Updated CHANGELOG (0.3.1 tag)
|
2011-04-14 21:40:46 +02:00 |
|
Thibaud Guillaume-Gentil
|
0c37dcd35a
|
Version 0.3.1
|
2011-04-14 21:39:29 +02:00 |
|
Thibaud Guillaume-Gentil
|
d1ae2863c9
|
Updated CHANGELOG
|
2011-04-14 21:38:30 +02:00 |
|
Thibaud Guillaume-Gentil
|
2359723763
|
Merge branch 'fix/ui-reset-line' of https://github.com/gix/guard into gix-fix/ui-reset-line
|
2011-04-14 21:29:18 +02:00 |
|
monocle
|
c4ce612bde
|
Added hook/callback feature.
|
2011-04-10 16:08:43 -07:00 |
|
Thibaud Guillaume-Gentil
|
4f13ab2785
|
Added some doc for the new --notify false option
|
2011-04-10 22:38:14 +02:00 |
|
Thibaud Guillaume-Gentil
|
42c27242e1
|
Added a command line option (-n false) to disable notifications (growl/libnotify). closed #28
|
2011-04-10 22:32:29 +02:00 |
|
Thibaud Guillaume-Gentil
|
31c43f7c13
|
Cleared screen when new files modified during the guards run
|
2011-04-10 21:56:48 +02:00 |
|
Thibaud Guillaume-Gentil
|
2a06c13356
|
Updated gems
|
2011-04-10 21:50:18 +02:00 |
|