Updated Readme & Changelog
This commit is contained in:
parent
59f9a9dafb
commit
8f0cb7c9e7
@ -1,9 +1,10 @@
|
|||||||
== Master
|
== 0.2.0.0 (Oct 21, 2010)
|
||||||
|
|
||||||
Bugs fixes:
|
Bugs fixes:
|
||||||
|
|
||||||
- Fixes for 1.8.6 compatibility (issue #2)
|
- Fixes for 1.8.6 compatibility (issue #2)
|
||||||
- guard init <guard-name> no more need Gemfile presence but open_gem is required now (issue #3)
|
- guard init <guard-name> 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)
|
== 0.2.0.beta.1 (Oct 17, 2010)
|
||||||
|
|
||||||
|
@ -4,13 +4,13 @@ Guard is a command line tool to easly handle events on files modifications.
|
|||||||
|
|
||||||
== Features
|
== 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])
|
- {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 (beta, please install {rb-inotify gem, >= 0.5.1}[https://rubygems.org/gems/rb-inotify])
|
- {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)
|
- Polling for others (help us to support more systems)
|
||||||
- Super fast change detection (when polling not used)
|
- Super fast change detection (when polling not used)
|
||||||
- Automatic files modifications detection (even new files are detected)
|
- 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])
|
- Growl notification ({growlnotify}[http://growl.info/documentation/growlnotify.php] & {growl gem}[https://rubygems.org/gems/growl] required)
|
||||||
- Libnotify notification (please install {libnotify gem}[https://rubygems.org/gems/libnotify])
|
- Libnotify notification ({libnotify gem}[https://rubygems.org/gems/libnotify] required)
|
||||||
- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2
|
- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2
|
||||||
|
|
||||||
== Install
|
== Install
|
||||||
@ -49,7 +49,6 @@ Install libnotify for libonity notification support
|
|||||||
|
|
||||||
gem install libnotify
|
gem install libnotify
|
||||||
|
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|
||||||
Just launch Guard inside your ruby/rails project with:
|
Just launch Guard inside your ruby/rails project with:
|
||||||
|
Loading…
Reference in New Issue
Block a user