Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
update rubygems versions
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jun 11, 2011
1 parent a5d5b65 commit c78d29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -40,7 +40,7 @@ begin
end

namespace :rubygems do
# Rubygems 1.3.5, 1.3.6, and HEAD specs
# Rubygems specs by version
rubyopt = ENV["RUBYOPT"]
%w(master v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.3).each do |rg|
desc "Run specs with Rubygems #{rg}"
Expand Down Expand Up @@ -95,7 +95,7 @@ begin
raise "RVM is not available" unless File.exist?(File.expand_path("~/.rvm/scripts/rvm"))
end

%w(1.8.6-p399 1.8.7-p302 1.9.2-p0).each do |ruby|
%w(1.8.6-p420 1.8.7-p334 1.9.2-p180).each do |ruby|
ruby_cmd = File.expand_path("~/.rvm/bin/ruby-#{ruby}")

desc "Run specs on Ruby #{ruby}"
Expand Down

0 comments on commit c78d29f

Please sign in to comment.