From: Sylvain Joyeux Date: 2005-09-24T18:01:11+09:00 Subject: Re: Outputting custom YAML types in 1.8.3 I don't know if it is related but the 1.8.3 from Debian unstable broke RubyGem ... It seems that the Yaml spec built with 1.8.3 is not accepted by previous versions. I have now !ruby/object:Gem::Specification while 1.8.2 is expecting --- !ruby/object:Gem::Specification Sylvain