Where is rubyforge gem?

At the moment, I’m behind a firewall which doesn’t allow gem install
to reach the repository. But I can go to rubyforge and download gems
manually and do a gem install -l.
I was trying to update hoe, and I got this error

C:\ruby\localgems>gem install -l hoe-1.7.0.gem
ERROR: Error installing hoe-1.7.0.gem:
hoe requires rubyforge (>= 1.0.0, runtime)

My problem is that i can’t find the rubyforge gem or project anywhere
on Rubyforge.
(even though it shows up in the top 20 list of downloaded gems…)
What’s wrong with my search-fu?

-Adam

On Aug 1, 2008, at 1:03 PM, Adam S. wrote:

on Rubyforge.
(even though it shows up in the top 20 list of downloaded gems…)
What’s wrong with my search-fu?

-Adam

it’s in the codeforpeople project

a @ http://codeforpeople.com/

On Aug 1, 2008, at 12:03 , Adam S. wrote:

At the moment, I’m behind a firewall which doesn’t allow gem install
to reach the repository. But I can go to rubyforge and download gems
manually and do a gem install -l.
I was trying to update hoe, and I got this error

C:\ruby\localgems>gem install -l hoe-1.7.0.gem
ERROR: Error installing hoe-1.7.0.gem:
hoe requires rubyforge (>= 1.0.0, runtime)

Ara already answered you, but you’re gonna have this problem again…

RubyGems.org | your community gem host

lets you grab any released gem directly.