From 8f0cb7c9e72cf77af839745825043ed24797b443 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Thu, 21 Oct 2010 20:56:09 +0200 Subject: [PATCH] Updated Readme & Changelog --- CHANGELOG.rdoc | 3 ++- README.rdoc | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 9660adb..f899993 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,9 +1,10 @@ -== Master +== 0.2.0.0 (Oct 21, 2010) Bugs fixes: - Fixes for 1.8.6 compatibility (issue #2) - guard init no more need Gemfile presence but open_gem is required now (issue #3) +- Removes growl & libnotify dependencies == 0.2.0.beta.1 (Oct 17, 2010) diff --git a/README.rdoc b/README.rdoc index fbe02f0..aec1598 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,13 +4,13 @@ Guard is a command line tool to easly handle events on files modifications. == Features -- {FSEvent}[http://en.wikipedia.org/wiki/FSEvents] support on Mac OS X 10.5+ (without RubyCocoa!, please install {rb-fsevent gem, >= 0.3.2}[https://rubygems.org/gems/rb-fsevent]) -- {Inotify}[http://en.wikipedia.org/wiki/Inotify] support on Linux (beta, please install {rb-inotify gem, >= 0.5.1}[https://rubygems.org/gems/rb-inotify]) +- {FSEvent}[http://en.wikipedia.org/wiki/FSEvents] support on Mac OS X 10.5+ (without RubyCocoa!, {rb-fsevent gem, >= 0.3.2}[https://rubygems.org/gems/rb-fsevent] required) +- {Inotify}[http://en.wikipedia.org/wiki/Inotify] support on Linux ({rb-inotify gem, >= 0.5.1}[https://rubygems.org/gems/rb-inotify] required) - Polling for others (help us to support more systems) - Super fast change detection (when polling not used) - Automatic files modifications detection (even new files are detected) -- Growl notification (please install {growlnotify}[http://growl.info/documentation/growlnotify.php] & {growl gem}[https://rubygems.org/gems/growl]) -- Libnotify notification (please install {libnotify gem}[https://rubygems.org/gems/libnotify]) +- Growl notification ({growlnotify}[http://growl.info/documentation/growlnotify.php] & {growl gem}[https://rubygems.org/gems/growl] required) +- Libnotify notification ({libnotify gem}[https://rubygems.org/gems/libnotify] required) - Tested on Ruby 1.8.6, 1.8.7 & 1.9.2 == Install @@ -49,7 +49,6 @@ Install libnotify for libonity notification support gem install libnotify - == Usage Just launch Guard inside your ruby/rails project with: