From: Curt Hibbs Date: 2004-05-14T00:50:41+09:00 Subject: Re: [ANN] Ruby Installer for Windows 1.8.1-13 final Joel VanderWerf wrote: > > Three things don't seem right... Sorry for the delay in responding, this got buried in my inbox and I only just noticed it. > 1. The doc/dl/dl.txt is missing. It was in an earlier 1.8.1 installer. I'm not sure why this is, but I'll look into it. > 2. The Yaml lib seems to be out of date, compared with recent 1.8.1 > tarballs. In the latter, symbols are serialized in the new way: That's because this wasn't built with the most recent 1.8.1 tarball, it was built using the official 1.8.1 release tarball. > 3. Yaml crashes with this hash: > > D:\>ruby -v -r yaml -e 'y({:foo=>:bar})' > File creation error Do you have write access the current directory? This might be a question for the YAML project. Curt