Commit Graph

  • e376acc05a Add GitHub home of @bronson to the CHANGELOG. Michael Kessler 2011-07-23 17:49:19 +0200
  • 8e129c585a Add a command line option for directory to watch Doug Renn 2011-07-22 16:10:36 -0600
  • e3bbdbfa42 Add a command line option to specify the guardfile Doug Renn 2011-07-22 15:27:03 -0600
  • ee8489fb83 Don't assume watched directory, use value from listener Doug Renn 2011-07-22 11:57:49 -0600
  • baa1817b3a Update Changelog Rémy Coutable 2011-07-21 02:24:15 +0200
  • 7bfe5a3259 Fix Linux spec Rémy Coutable 2011-07-21 02:24:03 +0200
  • 508aad1787 I don't like the failed specs to always come back! Rémy Coutable 2011-07-21 01:42:32 +0200
  • 06be2107af Dir.glob now ignores files that don't need to be watched Rémy Coutable 2011-07-21 01:40:40 +0200
  • 9cc1cf64d1 Use Guard::Listener#worker as much as possible Rémy Coutable 2011-07-21 01:30:22 +0200
  • 802d134165 Don't add attr_reader and attr_writer when unecessary Rémy Coutable 2011-07-21 01:29:05 +0200
  • 8a1ca41626 Moved Guard::Listener#update_last_event inside Guard::Listener#modified_files Rémy Coutable 2011-07-21 01:25:06 +0200
  • a318e03ad1 Added a debug message when running run_on_change Rémy Coutable 2011-07-21 01:21:04 +0200
  • 76c2977b67 Version 0.5.1 v0.5.1 Thibaud Guillaume-Gentil 2011-07-15 08:35:12 +0200
  • be8cd87be9 Prevents notification on revaluate_guardfile spec Thibaud Guillaume-Gentil 2011-07-15 08:33:13 +0200
  • 694664ced8 Closes #100 Thibaud Guillaume-Gentil 2011-07-15 08:32:34 +0200
  • 8622ba5f94 Merge pull request #102 from bronson/patch-1 Rémy Coutable 2011-07-14 13:33:39 -0700
  • 8d27fff74d Fix undefined method `empty?' for nil:NilClass error Scott Bronson 2011-07-14 11:42:26 -0700
  • 18b741ed4e Merge pull request #101 from bquorning/patch-1 Rémy Coutable 2011-07-12 04:55:29 -0700
  • 13e325ca52 Grammar fix Benjamin Quorning 2011-07-12 04:06:55 -0700
  • 7f87411189 remove growl support completely John Bintz 2011-07-06 15:45:20 -0400
  • 8d02eec38c Add support not to change files when dry run. yuuki arisawa 2011-07-02 19:16:06 +0900
  • 649920b7f0 Version 0.5.0 v0.5.0 Thibaud Guillaume-Gentil 2011-07-02 10:23:18 +0200
  • e7cc14152d Merge branch 'master' of github.com:guard/guard Thibaud Guillaume-Gentil 2011-07-02 10:01:54 +0200
  • ba0b84838d Integrated Guard::Ego inside Guard, oh yeah! Thibaud Guillaume-Gentil 2011-07-02 10:01:45 +0200
  • facd4f2a0b force use of Guard application name when using growl_notify John Bintz 2011-07-01 11:52:24 -0400
  • d78ecb45fb Change inotify event flags (Closes #12). Michael Kessler 2011-06-30 09:23:12 +0200
  • 8917682cdf update README John Bintz 2011-06-28 16:58:23 -0400
  • b13255a9f8 more test and support for growl_notify John Bintz 2011-06-28 16:53:23 -0400
  • e53036ad05 add support for growl_notify John Bintz 2011-06-28 16:15:14 -0400
  • 847b2b8740 Added some specs,and some lines in README/CHANGELOG for dry-run option. And added support for Kernel.#` and %x literal. yuuki arisawa 2011-06-28 22:13:24 +0900
  • 49d14b1360 Added dry_run option for Guardfile debug yuuki arisawa 2011-06-26 00:13:26 +0900
  • 59b1ea2c96 Added @capotej to the CHANGELOG Rémy Coutable 2011-06-23 18:02:49 +0200
  • f394fef7eb Merge branch 'master' of https://github.com/capotej/guard into capotej-master Rémy Coutable 2011-06-23 18:01:32 +0200
  • 268d55a145 changelog Julio Capote 2011-06-23 08:54:27 -0700
  • 05e55545b7 passing specs for watcher exception handling Julio Capote 2011-06-23 08:52:02 -0700
  • 5923cef530 Merge pull request #93 from capotej/master Thibaud Guillaume-Gentil 2011-06-23 00:07:09 -0700
  • 8e91b5f737 Forgot to join the backtrace array with newlines for better output Julio Capote 2011-06-22 17:00:15 -0700
  • 673fa0eebc Better exception handling Julio Capote 2011-06-22 16:47:12 -0700
  • 8c5be4536b Merge pull request #92 from tpope/hidden_home_config_file Thibaud Guillaume-Gentil 2011-06-22 12:22:18 -0700
  • 524af462d9 Make home Guardfile hidden Tim Pope 2011-06-21 14:43:30 -0400
  • c2b2c15a80 Updated CHANGELOG with latest changes Rémy Coutable 2011-06-22 10:44:45 +0200
  • d3f7d8d6a4 Merge pull request #91 from johnbintz/show-guards-in-guardfile Rémy Coutable 2011-06-22 01:40:44 -0700
  • 7ba4819d3b documentation and man page updates John Bintz 2011-06-21 11:00:00 -0400
  • 72f31c9eba inspect values rather than simply print them, so that strings appear quoted John Bintz 2011-06-21 10:34:11 -0400
  • c3ddeac36f remove empty spec John Bintz 2011-06-21 10:33:21 -0400
  • ae320fe003 remove useless method John Bintz 2011-06-21 09:58:02 -0400
  • ef79b5e720 use Guard::UI instead of straight puts John Bintz 2011-06-21 09:52:23 -0400
  • aa3010af91 show the guards defined in the Guardfile with 'guard show' or 'guard -T' John Bintz 2011-06-21 09:48:27 -0400
  • a6f3ebebfa Linux listener work more like others listeners Yann Lugrin 2011-06-20 16:09:47 +0200
  • 2b6d524cfb add const ANSI_ESCAPE_BRIGHT = "1" stereobooster 2011-06-20 05:33:08 -0700
  • 3464d59cb7 more color support for UI stereobooster 2011-06-20 05:26:44 -0700
  • e4514ab298 Fix issue #12. Test it without win32console. stereobooster 2011-06-20 03:13:28 -0700
  • 043d285894 don't return directories when requesting files Yann Lugrin 2011-06-20 10:08:32 +0200
  • f56db548e7 Don't gzip the man page for now. Rémy Coutable 2011-06-19 22:04:20 +0200
  • 5f8880f270 Guard has now a (basic) man page! :) Rémy Coutable 2011-06-19 21:55:28 +0200
  • 63c61e2470 Improved the consistency of the CHANGELOG. Rémy Coutable 2011-06-19 20:56:11 +0200
  • dd7eb7d505 Added last changes to CHANGELOG Rémy Coutable 2011-06-19 20:33:24 +0200
  • 02f404e85f Added a fake guard that simply breaks (for tests purpose) Rémy Coutable 2011-06-19 20:25:52 +0200
  • 20dd08e977 Write exception details using UI.error, and UI.error will now output "ERROR:" in red! Rémy Coutable 2011-06-19 20:24:47 +0200
  • 5573e0d221 Merge branch 'dont_swallow_error_on_running_task' of https://github.com/mcmire/guard into mcmire-dont_swallow_error_on_running_task Rémy Coutable 2011-06-19 19:49:19 +0200
  • c8002ac2de Making the README more awesome Rémy Coutable 2011-06-19 12:36:44 +0200
  • d7557659dd Improved README Rémy Coutable 2011-06-19 12:23:34 +0200
  • 709f63754e Cleaned/improved description of CLI options Rémy Coutable 2011-06-19 12:22:32 +0200
  • 5996951685 Really? "return"? Rémy Coutable 2011-06-19 12:22:09 +0200
  • bbe42f9d23 Added informations on the --debug option! Rémy Coutable 2011-06-19 02:54:17 -0700
  • b41f31e420 If running a task for a guard and it borks, don't swallow the error but print the backtrace Elliot Winkler 2011-06-18 16:30:00 -0600
  • d51b457b71 Improve INotify support on linux (fixes #79 #82) Ricardo Markiewicz 2011-06-17 18:47:27 +0200
  • 975444bda3 Merge pull request #86 from stereobooster/master Thibaud Guillaume-Gentil 2011-06-17 00:01:01 -0700
  • 61b0a7aa05 Fix issue #12. Specs don't work. Fails beacause of ".git/index" slavic 2011-06-17 00:34:09 +0300
  • a0245de6cd Merge commit '2ff6a2229aabaa63444511cc5f0b0c5e31acd8ef' slavic 2011-06-17 00:29:02 +0300
  • 2ff6a2229a Merge pull request #84 from etehtsea/rbconfig-migration Thibaud Guillaume-Gentil 2011-06-16 06:30:24 -0700
  • 668e0f4d85 Use RbConfig instead of obsolete and deprecated Config. Konstantin Shabanov 2011-06-16 18:14:51 +0700
  • ca7b98099c Watching dotfile (hidden files under unix) fix #80 Yann Lugrin 2011-06-15 18:02:32 +0200
  • 8f7034b8a0 Make sure questions go to the Google group/IRC and issues to GitHub. Michael Kessler 2011-06-10 23:14:34 +0200
  • a01a6b6fd2 Updated CHANGELOG (added 0.4.2 changes). Rémy Coutable 2011-06-08 12:26:16 +0200
  • 21f5a41f88 Actually clear the terminal before the setup (don't clear setup messages). Rémy Coutable 2011-06-08 12:25:44 +0200
  • c14460f86e Updated CHANGELOG Rémy Coutable 2011-06-08 12:18:00 +0200
  • ddc6f26b91 Clear the terminal on start when the :clear option is given Rémy Coutable 2011-06-08 12:16:36 +0200
  • 952d4b4b81 Version 0.4.2 v0.4.2 Thibaud Guillaume-Gentil 2011-06-08 09:12:06 +0200
  • a2b3927a2e Fixed Guard::Version in ruby 1.8.7 Thibaud Guillaume-Gentil 2011-06-08 09:10:26 +0200
  • 71e51706b7 Merge pull request #78 from fnichol/patch-1 Rémy Coutable 2011-06-07 14:09:29 -0700
  • 511a9218b1 Fix CHANGELOG @mislav link. Fletcher Nichol 2011-06-07 13:45:23 -0700
  • 1681bc8b45 Version 0.4.1 v0.4.1 Thibaud Guillaume-Gentil 2011-06-07 21:27:19 +0200
  • a058a8b5f3 Updated CHANGELOG Thibaud Guillaume-Gentil 2011-06-07 21:27:09 +0200
  • 7360e4a8cd Merge branch 'enhancements' of https://github.com/mislav/guard into mislav-enhancements Thibaud Guillaume-Gentil 2011-06-07 21:16:28 +0200
  • 3fc02dc344 Updated CHANGELOG Thibaud Guillaume-Gentil 2011-06-07 21:15:33 +0200
  • a3c8bbd860 Updated installation doc Thibaud Guillaume-Gentil 2011-06-07 21:10:49 +0200
  • da1800f18a .turn_on can't work for other platform, stub .enabled? instead Yann Lugrin 2011-06-07 19:13:48 +0200
  • abae416bb0 add Notifu to windows documentation part Yann Lugrin 2011-06-07 18:05:11 +0200
  • d41e9fe7fe don't use system notification library if could not be required Yann Lugrin 2011-06-07 17:58:02 +0200
  • e2b13d2dc5 bad use of around rspec hook (tests passes every times even if should fail) Yann Lugrin 2011-06-07 17:35:49 +0200
  • 2997ed6962 skip version comparison if Gem::Version is not available Mislav Marohnić 2011-05-26 20:10:01 +0200
  • 17a654b171 refactor get_guard_class to first try the constant and fallback to require Mislav Marohnić 2011-05-26 18:53:58 +0200
  • 9d63f1a77f include CHANGELOG in the gem Mislav Marohnić 2011-05-26 18:24:13 +0200
  • 29f671b64a change gem "homepage" property to the GitHub project Mislav Marohnić 2011-05-26 18:18:29 +0200
  • 03aa0b0df8 gemspec: avoid adding the "lib/" directory to load path Mislav Marohnić 2011-05-26 18:17:30 +0200
  • d5a5fa139a fix grammar in gem summary & description Mislav Marohnić 2011-05-26 18:14:49 +0200
  • ff6629f6f1 Version 0.4.0 v0.4.0 Thibaud Guillaume-Gentil 2011-06-05 20:53:36 +0200
  • ffcff59176 Added 'rake' in Gemfile for travis-ci Thibaud Guillaume-Gentil 2011-06-04 21:38:25 +0200
  • deec4135a9 Updated version deps for rb-fsevent & rb-inotify Thibaud Guillaume-Gentil 2011-06-04 21:38:09 +0200