From: Michal Date: 2005-11-27T21:05:35+09:00 Subject: Re: [ANN] Turing 0.0.7 && cry for help Hi, > You can patch rubygems/builder.rb with > http://rubyforge.org/tracker/index.php?func=detail&aid=2885&group_id=126&atid=577 excellent! Thanks! Just released 0.0.9: http://rubyforge.org/frs/shownotes.php?release_id=3633 Oh, and I added it to Rakefile so no /usr/lib/ruby/.../rubygems changes are necessary ;) If anyone is interested, the trick is overriding to_yaml method: def spec.to_yaml out = super out = '--- ' + out unless out =~ /^---/ out end on Gem::Specification instance :-) God bless Ruby's open classes :-) Rg, M. -- # Michal Safranek, email: a=(("a".."z").to_a+["@","."]);p(("%b"%[0x645bbb83a6a496] ).scan(/...../).map{|x|a[Integer("0b"+x)]}.join.reverse)