summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-01-03 21:52:32 -0600
committerTerence Lee <hone02@gmail.com>2011-01-03 23:50:32 -0600
commitfdc730dc09ae109bea061f381e2c4a4280d36e37 (patch)
tree1b2967fe45f30cd33a0a4574b61a3c2ef1c5b551 /Rakefile
parent03378109d5b589b635429f7dbb63016156182b62 (diff)
downloadbundler-fdc730dc09ae109bea061f381e2c4a4280d36e37.tar.gz
let's use the rubygems git repo
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cd9c7c50dc..48b87e0fa1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -69,7 +69,7 @@ begin
task "clone_rubygems_#{rg}" do
unless File.directory?("tmp/rubygems_#{rg}")
- system("git clone git://github.com/jbarnette/rubygems.git tmp/rubygems_#{rg} && cd tmp/rubygems_#{rg} && git reset --hard #{rg}")
+ system("git clone git://github.com/rubygems/rubygems.git tmp/rubygems_#{rg} && cd tmp/rubygems_#{rg} && git reset --hard #{rg}")
end
ENV["RUBYOPT"] = "-I#{File.expand_path("tmp/rubygems_#{rg}/lib")} #{rubyopt}"
end