On Saturday 29 January 2005 06:02 pm, Lloyd Zusman wrote: > I'm trying to download packages via rubygems, but only a subset of the > packages that are available on the rubygems site are showing up when I > do queries. How odd. When I do gem query --remote | egrep '^[^ ]' | wc -l I get an answer of 182. Try this command: gem env remote You should get http://gems.rubyforge.org as a response. This will tell us if you are attempting to get the gems from the correct source. -- -- Jim Weirich jim / weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)