From: Hannes Wyss Date: 2007-02-08T23:37:14+09:00 Subject: [ANN] spreadsheet-excel-0.3.5.1 Hi all, This is a highly recommended release for all rubygem-installations of Spreadsheet::Excel. It fixes a critical bug reported by Kirk Haines. If you downladed and installed the tarball of 0.3.5 you're fine: == What is it? Spreadsheet::Excel is a port of John McNamara's Perl module "Spreadsheet::WriteExcel". It allows you to generate Microsoft Excel compatible spreadsheets (in Excel 95 format) on *any* platform. These spreadsheets are viewable with most other popular spreadsheet programs, including Gnumeric. Spreadsheet::Excel was originally written by Daniel J. Berger and is now maintained by Hannes Wyss. == How to get it? gem install spreadsheet-excel == Changes: 0.3.5.1 - 8-Feb-2007 * Fixed a bug reported by Kirk Haines where string-inputs were sliced into oblivion by Worksheet#write. This only concerns gem-installations of Spreadsheet::Excel. Stupid, stupid maintainers should create gems from a clean export, not a working directory containing highly experimental code! apologies to all, -H