Bye bye 1.8.6 support.
This commit is contained in:
parent
5740548a51
commit
d7394e4262
@ -1,5 +1,4 @@
|
|||||||
rvm:
|
rvm:
|
||||||
- 1.8.6
|
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- ree
|
- ree
|
||||||
|
@ -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
|
||||||
-------
|
-------
|
||||||
|
2
Rakefile
2
Rakefile
@ -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};
|
||||||
|
Loading…
Reference in New Issue
Block a user