From: Tom Copeland Date: 2005-10-20T06:33:00+09:00 Subject: Re: Rails 1.0: Release Candidate 2 On Thu, 2005-10-20 at 06:25 +0900, Ara.T.Howard wrote: > On Thu, 20 Oct 2005, David Heinemeier Hansson wrote: > > >> Rails 0.14.1 is RC2. However, it looks like somehow only the rails > >> gem got uploaded. I'll see if I can grab David next time he's online > >> to upload those. > > > > Sorry about that, chaps. It's all good now. > > [ahoward@localhost ~]$ sudo gem install rails --source http://gems.rubyonrails.org --include-dependencies > Attempting local installation of 'rails' > Local gem file not found: rails*.gem > Attempting remote installation of 'rails' > Updating Gem source index for: http://gems.rubyonrails.org > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find rake (>= 0.6.2) in the repository I just ran the cron job manually, should be there now: =================== $ gem list --remote rails *** REMOTE GEMS *** Updating Gem source index for: http://gems.rubyforge.org rails (0.14.1, 0.13.1, 0.13.0, 0.12.1, 0.12.0, 0.11.1, 0.11.0, 0.10.1, 0.10.0, 0.9.5, 0.9.4.1, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.5, 0.8.0, 0.7.0, 0.6.5, 0.6.0) =================== Yours, tom