diff options
| author | Randy Morgan <[email protected]> | 2011-11-30 08:53:14 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-30 08:53:14 +0900 |
| commit | 076be316935180341d7ee7a9335281a4b18d1fa9 (patch) | |
| tree | 8754af1eaadb7fa1585aaedcd7845d68b7985d3c /README.md | |
| parent | e99f1ecbe8311f1dbe2b889a82a528f3e85e366d (diff) | |
| download | caxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.tar.gz caxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.zip | |
pre 1.0.10 release commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -10,7 +10,7 @@ Axlsx: Office Open XML Spreadsheet Generation **Latest Version**: 1.0.10 **Ruby Version**: 1.8.7, 1.9.3 -**Release Date**: November 29th 2011 +**Release Date**: November 30th 2011 Synopsis -------- @@ -209,12 +209,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, Changelog --------- -- **October.29.11**: 1.0.10 release +- **October.30.11**: 1.0.10 release - Updating gemspec to lower gem version requirements. - Added row.style assignation for updating the cell style for an entire row - Added col_style method to worksheet upate a the style for a column of cells - Added cols for an easy reference to columns in a worksheet. - - prep for release of acts_as_xlsx gem + - prep for pre release of acts_as_xlsx gem + - added in travis.ci configuration and build status + - fixed out of range bug in time calculations for 32bit time. + - added i18n for active support - **October.26.11**: 1.0.9 release - Updated to support ruby 1.9.3 |
