diff options
| author | Randy Morgan <[email protected]> | 2011-12-08 00:58:21 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-12-08 00:58:21 +0900 |
| commit | 0910dc150b319f65ec1d649f3e480143c537e228 (patch) | |
| tree | e4a6a4d32cf36314a066d16123045dbf97475eec | |
| parent | 21b674f1a744de681f3cd219b1b82edfee7c461f (diff) | |
| download | caxlsx-0910dc150b319f65ec1d649f3e480143c537e228.tar.gz caxlsx-0910dc150b319f65ec1d649f3e480143c537e228.zip | |
bumping version and readme for update.
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -7,10 +7,10 @@ Axlsx: Office Open XML Spreadsheet Generation **Author**: Randy Morgan **Copyright**: 2011 **License**: MIT License -**Latest Version**: 1.0.12 +**Latest Version**: 1.0.13 **Ruby Version**: 1.8.7, 1.9.2, 1.9.3 -**Release Date**: December 7th 2011 +**Release Date**: December 8th 2011 Synopsis -------- @@ -244,7 +244,11 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, Changelog --------- +- **December.8.11**: 1.0.13 release + Fixing .gemspec errors that caused gem to miss the lib directory. Sorry about that. + - **December.7.11**: 1.0.12 release + DO NOT USE THIS VERSION = THE GEM IS BROKEN - changed dependency from 'zip' gem to 'rubyzip' and added conditional code to force binary encoding to resolve issue with excel 2011 - Patched bug in app.xml that would ignore user specified properties. - **December.5.11**: 1.0.11 release diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index f2f7571f..64f350fa 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,4 +1,4 @@ module Axlsx # version - VERSION="1.0.12" + VERSION="1.0.13" end |
