From: Charles Lowe Date: 2007-05-15T10:06:28+09:00 Subject: Re: ANN: RubyGems 0.9.3 Released Jim Weirich wrote: > Luc Heinrich wrote: >> I'm pretty sure it was not intentional. Having a look at the diff >> between r1220 and r1222 I would say that it was just an involuntary >> omission: > > Yep. It was unintentional. We will get a fix in soon and make a new > release probably after RailsConf. > > -- Jim I've updated to the new version, but I still get buffer errors at times. Seems to be mostly due to windows file modes not being binary by default. For example, index_gem_repository.rb fails to write "yaml.Z" on windows, and also fails to read it in for #paranoid (File.read is no good for binary files either). -- Posted via http://www.ruby-forum.com/.