From: Petri Kivikangas on
> Can you do wget on the gem?
>
> wget http://rubygems.org/gems/activesupport-2.3.5.gem
>
> From here I get this:
>
> --2010-03-03 19:38:49--
> http://rubygems.org/gems/activesupport-2.3.5.gem
> Resolving rubygems.org... 72.4.120.124
> Connecting to rubygems.org|72.4.120.124|:80... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: http://production.cf.rubygems.org/gems/activesupport-2.3.5.gem
> [following]
> --2010-03-03 19:38:49--
> http://production.cf.rubygems.org/gems/activesupport-2.3.5.gem
> Resolving production.cf.rubygems.org... 216.137.61.103, 216.137.61.59,
> 216.137.61.230, ...
> Connecting to production.cf.rubygems.org|216.137.61.103|:80...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 410624 (401K) []
> Saving to: `activesupport-2.3.5.gem'
>
> 100%
> [=============================================================================================>]
> 410,624 867K/s in 0.5s
>
> 2010-03-03 19:38:50 (867 KB/s) - `activesupport-2.3.5.gem' saved
> [410624/410624]
>
> If you get timeouts there please report here:
>
> http://help.rubygems.org/
>
> It may be a issue from your ISP/Firewall and Amazon CloudFront

Wget works ok.

It seems that I have same problem as Evan Dorn
(http://www.ruby-forum.com/topic/204146).

I switched my VirtualBox (I run Kubuntu under Win 7) network adapter
from NAT to Bridged, and everything works now. Though I don't know what
the problem was, this seems to solve it :S
--
Posted via http://www.ruby-forum.com/.