Bye bye 1.8.6 support.

This commit is contained in:
Thibaud Guillaume-Gentil 2011-05-06 22:10:38 +02:00
parent 5740548a51
commit d7394e4262
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
rvm: rvm:
- 1.8.6
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- ree - ree

View File

@ -14,7 +14,7 @@ Features
* Automatic & Super fast (when polling is not used) files modifications detection (even new files are detected). * Automatic & Super fast (when polling is not used) files modifications detection (even new files are detected).
* Growl notifications ([growlnotify](http://growl.info/documentation/growlnotify.php) & [growl gem](https://rubygems.org/gems/growl) required). * Growl notifications ([growlnotify](http://growl.info/documentation/growlnotify.php) & [growl gem](https://rubygems.org/gems/growl) required).
* Libnotify notifications ([libnotify gem](https://rubygems.org/gems/libnotify) required). * Libnotify notifications ([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.7, 1.9.2 && ree.
Install Install
------- -------

View File

@ -8,7 +8,7 @@ task :default => :spec
namespace(:spec) do namespace(:spec) do
desc "Run all specs on multiple ruby versions (requires rvm)" desc "Run all specs on multiple ruby versions (requires rvm)"
task(:portability) do task(:portability) do
%w[1.8.6 1.8.7 1.9.2].each do |version| %w[1.8.7 1.9.2 ree].each do |version|
system <<-BASH system <<-BASH
bash -c 'source ~/.rvm/scripts/rvm; bash -c 'source ~/.rvm/scripts/rvm;
rvm #{version}; rvm #{version};