Skip to content

Commit

Permalink
Temp fix to rubygems-1.3.7 URL while the package isn't online at prod…
Browse files Browse the repository at this point in the history
…uction.cf.rubygems.org.
  • Loading branch information
benhoskings committed Jun 3, 2010
1 parent da9ae34 commit 86377ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
merge :versions, :rubygems => '1.3.7'
met? { provided? %w[gem ruby] }
meet {
handle_source "http://production.cf.rubygems.org/rubygems/rubygems-#{var(:versions)[:rubygems]}.tgz" do
handle_source "http://rubyforge.org/frs/download.php/70696/rubygems-1.3.7.tgz" do
shell "ruby setup.rb", :sudo => !File.writable?(which('ruby'))
end
}
Expand Down

0 comments on commit 86377ee

Please sign in to comment.