From 0910dc150b319f65ec1d649f3e480143c537e228 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 8 Dec 2011 00:58:21 +0900 Subject: bumping version and readme for update. --- README.md | 8 ++++++-- lib/axlsx/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3d83869..b2719113 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3