aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-01-03 22:10:11 -0600
committerTerence Lee <hone02@gmail.com>2011-01-03 23:50:32 -0600
commitad5f56a62897b64081377bf14f87e3b448f5ae62 (patch)
treeed8bd6d930b7436701d3a7af574140e5f11e6b46 /Rakefile
parentfdc730dc09ae109bea061f381e2c4a4280d36e37 (diff)
downloadbundler-ad5f56a62897b64081377bf14f87e3b448f5ae62.tar.gz
use the tags for rubygem releases
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 48b87e0f..b2235d9d 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 REL_1_3_5 REL_1_3_6).each do |rg|
+ %w(master v1.3.5 v1.3.6).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)