From d7394e426223e0e29085f6a37245f89591fa12db Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Fri, 6 May 2011 22:10:38 +0200 Subject: [PATCH] Bye bye 1.8.6 support. --- .travis.yml | 1 - README.markdown | 2 +- Rakefile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8fb0a9..36b2ab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ rvm: - - 1.8.6 - 1.8.7 - 1.9.2 - ree diff --git a/README.markdown b/README.markdown index 6b4c087..d38176c 100644 --- a/README.markdown +++ b/README.markdown @@ -14,7 +14,7 @@ Features * 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). * 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 ------- diff --git a/Rakefile b/Rakefile index 4541498..289b504 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ task :default => :spec namespace(:spec) do desc "Run all specs on multiple ruby versions (requires rvm)" 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 bash -c 'source ~/.rvm/scripts/rvm; rvm #{version};