Commit Graph

  • fa44ef31bc Moved stop "\n" Thibaud Guillaume-Gentil 2011-05-06 22:58:18 +0200
  • 75c1758b22 Updated Guardfile Thibaud Guillaume-Gentil 2011-05-06 22:57:44 +0200
  • d7394e4262 Bye bye 1.8.6 support. Thibaud Guillaume-Gentil 2011-05-06 22:10:38 +0200
  • 5740548a51 Kept support of Rubygems < 1.8.0 (for now!) Thibaud Guillaume-Gentil 2011-05-06 21:51:50 +0200
  • a84e46ab48 Oups! Thibaud Guillaume-Gentil 2011-05-06 21:29:22 +0200
  • 296837895a Skipped Guard::Notifier spec if growl/libnotify not installed Thibaud Guillaume-Gentil 2011-05-06 21:27:28 +0200
  • 660baf7adc Tried to not require rb-inotify (travis-ci issue) Thibaud Guillaume-Gentil 2011-05-06 21:24:00 +0200
  • 2da724f5e9 Fixed Rubygems deprecation messages Thibaud Guillaume-Gentil 2011-05-06 21:23:30 +0200
  • f7e9e42dce Skipped Darwin/Linux listener specs if rb-fsevent/rb-inotify not available Thibaud Guillaume-Gentil 2011-05-06 21:15:33 +0200
  • 869ed2fa28 Fixed Interactor spec Thibaud Guillaume-Gentil 2011-05-06 21:14:39 +0200
  • d6d9dd9e75 Merge pull request #58 from nicksieger/interactor-module-methods Thibaud Guillaume-Gentil 2011-05-06 12:08:45 -0700
  • 466f4273f4 Merge pull request #57 from nicksieger/specs-green-on-jruby Thibaud Guillaume-Gentil 2011-05-06 12:04:19 -0700
  • 70c15a7c94 Extract code from signal handlers into methods Nick Sieger 2011-05-06 12:29:24 -0500
  • 5c1e264c39 Fix spec on JRuby that was failing due to different execution order Nick Sieger 2011-05-06 12:09:00 -0500
  • 815a81dd54 Merge pull request #56 from bltavares/master Rémy Coutable 2011-05-05 23:40:41 -0700
  • ed0b086cc5 Removed the unless with multiple conditions. Changed it back to if Bruno Tavares 2011-05-05 20:52:11 -0300
  • cefb872360 Changed some conditions to positive statement Bruno Tavares 2011-05-05 20:14:58 -0300
  • f3d49ee81e Made slight alteration to Guard::Notifier. pulled out logic into #should_send? to allow for stubbing in tests and added #turn_on to allow more flexibility for when things are or are not sent. Notifier Specs changed to make pass, expanded and to use new notify strategies. NOTE mac tests not tested. Guard::Dsl changed massively. overall strategy was to decouple to evaluate_guardfile into "getting the data" and "using the data" parts. this provides the ability to pass a string that contains the contents of a guardfile, or to pass a filename for a guardfile as well as reading the default loc for a guardfile. Dsl specs changed massivly to support new style of Dsl listener/linux_spec changed to add a few :long_running tags and to alter some paths to correct values listener/polling_spec changed to add a few :long_running tags and to alter some paths to correct values Scott Parrish 2011-05-05 03:05:58 -0600
  • 32cb5d7bf8 Added a "require" in spec that was making specs failing on Travis CI Rémy Coutable 2011-05-02 15:34:33 +0200
  • aeb2c67c17 Typo Rémy Coutable 2011-05-02 00:07:39 +0200
  • 0f7bca7bbd now all specs work slavic 2011-05-01 21:49:16 +0300
  • efdacce491 Added hooks to README monocle 2011-04-30 20:46:41 -0700
  • d798bf05e2 Merge branch hook of github.com:guard/guard into hook monocle 2011-04-30 18:41:27 -0700
  • 94e04ec7e0 add support for Windows using rb-fchange. Specs fail because of k32WaitForMultipleObjects blocks all threads slavic 2011-04-30 13:38:57 +0300
  • d12a2368b2 Added links to issues in CHANGELOG Rémy Coutable 2011-04-30 01:47:11 +0200
  • 8d3ad21cb1 Added .travis.yml file Rémy Coutable 2011-04-30 01:40:54 +0200
  • de42d0d08a Convert CHANGELOG from RDOC to Markdown and cleaned it! Rémy Coutable 2011-04-30 01:39:40 +0200
  • 20b8a9af69 Merge branch 'hook' of github.com:guard/guard into hook Rémy Coutable 2011-04-30 00:49:46 +0200
  • 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. Rémy Coutable 2011-04-30 00:40:12 +0200
  • 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' monocle 2011-04-17 17:06:45 -0700
  • b83653db2e Added #callback DSL, modified Guard and Guard::Hook a bit in consequence. Rémy Coutable 2011-04-16 23:02:13 +0200
  • b646ae53f6 Fix preexisting tests after adding default hooks monocle 2011-04-14 13:53:53 -0700
  • 386b0be53d Hooks - Add :begin and :end hook to all guard actions via Guard.supervised_task monocle 2011-04-14 13:31:34 -0700
  • 7916139726 Added hook/callback feature. monocle 2011-04-10 16:08:43 -0700
  • bb28799240 Removed useless Bundler requirement. Fixes #41 Thibaud Guillaume-Gentil 2011-04-29 08:25:57 +0200
  • ae1ae1cfbd Allow options (like :priority) to be passed through to Growl Andre Arko 2011-04-28 20:22:41 -0700
  • ead039b2f2 Fixed README v0.3.4 Thibaud Guillaume-Gentil 2011-04-25 20:45:48 +0200
  • 76df310cad README rdoc => markdown Thibaud Guillaume-Gentil 2011-04-25 20:44:18 +0200
  • 42288ece11 Merged pull request #50 from jrsacks/master. Thibaud Guillaume-Gentil 2011-04-25 11:19:18 -0700
  • 38c371272d fixing require bug; updating documentation and version Jeff Sacks 2011-04-25 09:18:59 -0500
  • 6ecb72c9cb support color on windows slavic 2011-04-24 22:30:54 +0300
  • cbe2cb353c fix issue #27 slavic 2011-04-24 20:21:39 +0300
  • a0b6ecacdb adding support for inline classes Jeff Sacks 2011-04-21 16:39:46 -0500
  • d329e4e3b0 Version 0.3.3 v0.3.3 Thibaud Guillaume-Gentil 2011-04-19 09:40:56 +0200
  • 98c112c074 Fixed new_modified_files rerun conditions on Guard.run_on_change_for_all_guards Thibaud Guillaume-Gentil 2011-04-19 09:40:34 +0200
  • 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' monocle 2011-04-17 17:06:45 -0700
  • c5df9949fe Version 0.3.2 v0.3.2 Thibaud Guillaume-Gentil 2011-04-17 21:49:07 +0200
  • 5b8ae609da Merge branch 'master' into hook Rémy Coutable 2011-04-16 23:23:08 +0200
  • c0f1ea6459 Merge branch 'master' of https://github.com/brainopia/guard into brainopia-master Rémy Coutable 2011-04-16 23:17:21 +0200
  • 9b981f5459 Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!). Rémy Coutable 2011-04-16 23:13:29 +0200
  • 44aed3264c Added #callback DSL, modified Guard and Guard::Hook a bit in consequence. Rémy Coutable 2011-04-16 23:02:13 +0200
  • 097ce1f17e Fix Guard.locate_guard to return path to gem folder brainopia 2011-04-16 23:43:50 +0400
  • d47aebd424 Merge branch 'hook' of git://github.com/monocle/guard Rémy Coutable 2011-04-16 19:23:08 +0200
  • 1d38c59200 Fix preexisting tests after adding default hooks monocle 2011-04-14 13:53:53 -0700
  • bbc63abd5e Updated CHANGELOG (0.3.1 tag) Thibaud Guillaume-Gentil 2011-04-14 21:40:46 +0200
  • 1027e4b6b3 Version 0.3.1 Thibaud Guillaume-Gentil 2011-04-14 21:39:29 +0200
  • da0d059a43 Updated CHANGELOG Thibaud Guillaume-Gentil 2011-04-14 21:38:30 +0200
  • 154ef207ed Use the correct ANSI escape code to reset SGR parameters. Nico Rieck 2011-03-24 21:36:24 +0100
  • 7b559ce255 Hooks - Add :begin and :end hook to all guard actions via Guard.supervised_task monocle 2011-04-14 13:31:34 -0700
  • e13bde0411 Updated CHANGELOG (0.3.1 tag) Thibaud Guillaume-Gentil 2011-04-14 21:40:46 +0200
  • 0c37dcd35a Version 0.3.1 v0.3.1 Thibaud Guillaume-Gentil 2011-04-14 21:39:29 +0200
  • d1ae2863c9 Updated CHANGELOG Thibaud Guillaume-Gentil 2011-04-14 21:38:30 +0200
  • 2359723763 Merge branch 'fix/ui-reset-line' of https://github.com/gix/guard into gix-fix/ui-reset-line Thibaud Guillaume-Gentil 2011-04-14 21:29:18 +0200
  • c4ce612bde Added hook/callback feature. monocle 2011-04-10 16:08:43 -0700
  • 4f13ab2785 Added some doc for the new --notify false option Thibaud Guillaume-Gentil 2011-04-10 22:38:14 +0200
  • 42c27242e1 Added a command line option (-n false) to disable notifications (growl/libnotify). closed #28 Thibaud Guillaume-Gentil 2011-04-10 22:32:29 +0200
  • 31c43f7c13 Cleared screen when new files modified during the guards run Thibaud Guillaume-Gentil 2011-04-10 21:56:48 +0200
  • 2a06c13356 Updated gems Thibaud Guillaume-Gentil 2011-04-10 21:50:18 +0200
  • bdc6dd06f3 Moved available guard to the wiki Thibaud Guillaume-Gentil 2011-04-10 12:27:41 -0700
  • 0d396b690f Added guard-pow by @thibaudgg (good guy!) Thibaud Guillaume-Gentil 2011-04-08 01:02:17 -0700
  • b569cf47a5 Added guard-phantomjs by @carhartl Thibaud Guillaume-Gentil 2011-04-04 01:49:06 -0700
  • ba508981a8 Merge branch 'typos' of https://github.com/nathany/guard into nathany-typos Rémy Coutable 2011-03-31 10:02:22 +0200
  • 3d0a3f135f Merge branch 'master' of github.com:guard/guard Rémy Coutable 2011-03-31 10:02:11 +0200
  • 6854a4c853 In Readme: method => methods Rémy Coutable 2011-03-31 10:02:08 +0200
  • ac5c605304 fix a few typos Nathan Youngman 2011-03-25 19:27:21 -0600
  • 74ddb05d2d Use the correct ANSI escape code to reset SGR parameters. Nico Rieck 2011-03-24 21:36:24 +0100
  • 67f481f89b Added guard-prove to README Thibaud Guillaume-Gentil 2011-03-22 00:17:36 -0700
  • 2188881093 Added guard-webrick to README Thibaud Guillaume-Gentil 2011-03-22 00:14:14 -0700
  • ccb7c3a8c1 Edited README.rdoc via GitHub Rémy Coutable 2011-03-03 12:51:49 -0800
  • 072e639128 Edited README.rdoc via GitHub Rémy Coutable 2011-03-03 12:51:16 -0800
  • b3d61c251c Edited README.rdoc via GitHub Rémy Coutable 2011-03-03 12:49:31 -0800
  • c76e753949 Improved README (via GitHub)! Rémy Coutable 2011-03-03 12:44:02 -0800
  • 26e42db3ae Added guard-pusher to the list! Thibaud Guillaume-Gentil 2011-02-25 12:08:04 -0800
  • 59f555e086 Switched to gem which command to locate gem path rather than open-gem Thibaud Guillaume-Gentil 2011-02-22 15:15:09 +0100
  • 17f048d883 Added koshigoe bug fixes Thibaud Guillaume-Gentil 2011-02-21 12:07:09 +0100
  • 36e11c3820 fixed problem: Guard.get_guard_class return wrong class when loaded nested class. koshigoe 2011-02-19 03:53:05 +0900
  • 523e10e118 Added guard-krl Thibaud Guillaume-Gentil 2011-01-26 14:03:56 +0100
  • 07ad987dfc Updated Changelog Thibaud Guillaume-Gentil 2011-01-26 14:03:48 +0100
  • 9ff627cfaa Return unique filenames from Linux listener Marian Schubert 2011-01-26 12:15:43 +0000
  • 260c09a79f Updated Changelog Thibaud Guillaume-Gentil 2011-01-19 23:08:41 +0100
  • 95da678d6a Bump to 0.3.0 v0.3.0 Thibaud Guillaume-Gentil 2011-01-19 23:07:14 +0100
  • c2fdcd76a6 Updated license date Thibaud Guillaume-Gentil 2011-01-19 23:06:18 +0100
  • d37502d5cc Updated dev gems Thibaud Guillaume-Gentil 2011-01-19 23:06:02 +0100
  • 9772e9d9c8 Replaced Thread (incompatible with inotify) by a whole dir scan after each run_on_changes Thibaud Guillaume-Gentil 2011-01-19 23:05:45 +0100
  • 48b9c2b824 Added guard-less in README Thibaud Guillaume-Gentil 2011-01-05 00:04:54 -0800
  • a21bb8e306 Making the Readme clear about the required "guard" and "watch" and the optional "group" in Guardfile. Rémy Coutable 2010-12-17 20:57:54 +0100
  • 73b2d0ba53 Removed not-used-anymore accessor Rémy Coutable 2010-12-17 20:57:11 +0100
  • 1c86b1e632 Fix "uninitialized class variable @@guardfile in Guard::Dsl" Rémy Coutable 2010-12-17 18:44:12 +0100
  • a0f1ac4053 Renamed Guard::Dsl.guardfile_included? to Guard::Dsl.guardfile_include? (private API) and fix a bug where Guard::Dsl.guardfile_include? was not detecting guard specified with a symbol, double quotes or parenthesis in Guardfile. Rémy Coutable 2010-12-17 18:37:24 +0100
  • 5db6149651 Updated Changelog and Readme Rémy Coutable 2010-12-17 18:14:33 +0100