After my last post I tried re-installing rubygems from the zip file. That time I got a clean install, but I am still getting errors like this:
[EMAIL PROTECTED] ~ $ ls *.gem ZenTest-3.4.3.gem [EMAIL PROTECTED] ~ $ gem install -b -y ZenTest-3.4.3.gem ERROR: While executing gem ... (RuntimeError) Error instaling ZenTest-3.4.3.gem: ZenTest requires hoe >= 1.1.4 [EMAIL PROTECTED] ~ $ gem install hoe ERROR: While executing gem ... (NoMethodError) undefined method `refresh' for #<Hash:0x7feefe74> [EMAIL PROTECTED] ~ $ IMHO, -b -y should mean look locally and remotely and get dependencies. So I should never see ZenTest requires hoe >= 1.1.4 And what is this about? ERROR: While executing gem ... (NoMethodError) undefined method `refresh' for #<Hash:0x7feefe74> Is anyone else getting this or have I raally mucked up somethinga at this end? I'd have thought that installing from the zipfile would have fixed that. [EMAIL PROTECTED] ~ $ ruby --version ruby 1.8.5 (2006-08-25) [i386-cygwin] [EMAIL PROTECTED] ~ Thank you, Hugh _______________________________________________ Rubygems-developers mailing list Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers