README.md in acts_as_xlsx-1.0.4 vs README.md in acts_as_xlsx-1.0.5

- old
+ new

@@ -5,13 +5,13 @@ **IRC**: [irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx) **Git**: [http://github.com/randym/acts_as_xlsx](http://github.com/randym/acts_as_xlsx) **Author**: Randy Morgan **Copyright**: 2011 **License**: MIT License -**Latest Version**: 1.0.4 +**Latest Version**: 1.0.5 **Ruby Version**: 1.8.7 - 1.9.3 -**Release Date**: December 8th 2011 +**Release Date**: February 12th 2012 Synopsis -------- Acts_as_xlsx is an active record plugin for Axlsx. It makes generating excel spreadsheets from any subclass of ActiveRecord::Base as simple as a couple of lines of code. @@ -53,11 +53,11 @@ [http://axlsx.blogspot.com/] (http://axlsx.blogspot.com/) For examples on how to use axlsx for custom styles, charts, images and more see: - [http://rubygems.org/gems/axlsx] (https://rubygems.org/gems/axlsx) +[http://github.com/randym/axlsx](http://github.com/randym/axlsx) ###Documentation This gem is 100% documented with YARD, an exceptional documentation library. To see documentation for this, and all the gems installed on your system use: @@ -69,9 +69,12 @@ This gem has 100% coverage using Test::Unit Changelog --------- +- **February.14.12**: 1.0.5 release + - acts_as_xlsx propery declares it's dependancy on i18n instead of relying on the parent gem. + - **December.7.11**: 1.0.4 release - acts_as_xlsx now supports specifying the Axlsx package the export will be added to - Support for custom named and I18n names for worksheets.