aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-01-03 23:24:27 -0600
committerTerence Lee <hone02@gmail.com>2011-01-03 23:50:32 -0600
commit63de668da8de6e7b6bbc99c9a52ec1703059402b (patch)
treec39b8eee012305e20726ad375cc426a17010f5de /Rakefile
parentad5f56a62897b64081377bf14f87e3b448f5ae62 (diff)
downloadbundler-63de668da8de6e7b6bbc99c9a52ec1703059402b.tar.gz
add rubygems 1.3.7 and 1.4.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b2235d9d..9208a305 100644
--- a/Rakefile
+++ b/Rakefile
@@ -60,7 +60,7 @@ begin
namespace :rubygems do
# Rubygems 1.3.5, 1.3.6, and HEAD specs
rubyopt = ENV["RUBYOPT"]
- %w(master v1.3.5 v1.3.6).each do |rg|
+ %w(master v1.3.5 v1.3.6 v1.3.7 v1.4.0).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)