Skip to content

Commit

Permalink
guard-coffeescript also runs fine on MRI Ruby 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 10, 2011
1 parent 67c5c62 commit 45a266a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- ree
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
![travis-ci](http://travis-ci.org/netzpirat/guard-coffeescript.png)

Guard::CoffeeScript compiles you CoffeeScripts automatically when files are modified.
Tested on Ruby 1.8.7, 1.9.2, JRuby & Rubinius.

Tested on MRI Ruby 1.8.6, 1.8.7, 1.9.2 and the latest versions of JRuby & Rubinius.

## Install

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7 1.9.2 ree rbx jruby].each do |version|
%w[1.8.6 1.8.7 1.9.2 ree rbx jruby].each do |version|
system <<-BASH
bash -c 'source ~/.rvm/scripts/rvm;
rvm #{version};
Expand Down

0 comments on commit 45a266a

Please sign in to comment.