PS. I was just having a look where "gem env" fails (refer code below). It
would seem the 'yaml/syck' require works OK, but it's just the DefaultLoader
class it can't find. What does this imply re my ruby installation, which
seems to be ok I think. How would I verify the "DefaultLoader" class was
present in my Ruby installation? (i.e. trying to determine if my ruby
installation is missing something, or there is a bug in the rubygems, or
some issue in the rubygems install)
module YAML
begin
require 'yaml/syck'
@@parser = YAML::Syck::Parser
@@loader = YAML::Syck::DefaultLoader # <=== THIS IS WHERE IT FALLS
OVER
@@emitter = YAML::Syck::Emitter
thanks in advance
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers