The new version of ruby-ole has been released! ruby-ole is a library for read/write access to OLE2 structured storage files, such as those produced by Microsoft Office, eg *.doc, *.msg etc. It provides a simple filesystem style api. Details at http://code.google.com/p/ruby-ole/. Changes: - MBAT write support re-implmented (for saving large OLE files). - Minor fixes and better test coverage. - Initial (read-only) property set support. - Optimizations from benchmarks and profiling, mostly for writes. -- Posted via http://www.ruby-forum.com/.