tbalthazar-archives / ubuntu-machine

- no longer maintained - These Capistrano recipes allow you to setup a machine running Ubuntu Server 8.0.4 or 8.1. They will install/setup : SSH, iptables, MySQL, Apache, PHP, Ruby (+ Ruby Enterprise Edition), Rails, Phusion Passenger, and Git.
MIT License
89 stars 45 forks source link

rubygems download url no longer works #6

Open jackdempsey opened 14 years ago

jackdempsey commented 14 years ago

I expect this is a result of the recent gemcutter.org related changes, but the command to install_gems no longer works.

http://rubyforge.org/frs/download.php/45905/rubygems-#{rubygem_version}.tgz is no longer valid.

Access is denied for http://production.cf.rubygems.org/rubygems/rubygems-1.3.5.tgz but 1.3.6 does download correctly from that url.

jackdempsey commented 14 years ago

Thomas,

Just realized something: if the recipe has a 'gem update --system' in it anyway, why allow people to pick a version. Won't that bump them up to the latest anyway? I think that's definitely not the choice for a decent amount of users. Thoughts?

update: talked to qrush in #gemcutter. He's going to upload other versions of rubygems (perhaps back to 1.3.0?) to gemcutter for easier download.