summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 286d4fb8cc..d3190fa2ee 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,7 +39,7 @@ end
# Rubygems 1.3.5, 1.3.6, and HEAD specs
rubyopt = ENV["RUBYOPT"]
-%w(master REL_1_3_5 REL_1_3_6).each do |rg|
+%w(master REL_1_3_6).each do |rg|
Spec::Rake::SpecTask.new("spec_gems_#{rg}") do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
t.spec_opts = %w(-fs --color)