diff options
| author | Randy Morgan <[email protected]> | 2012-04-25 21:00:41 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-25 21:00:41 +0900 |
| commit | 2fc77a8579db5211da84ef717647f0a0d80857b8 (patch) | |
| tree | 5e4ebbd74845bc75fbc75bd130a3178fa8da106f | |
| parent | 91ea5ff009672adbad8587a1a4437d0b02519b0e (diff) | |
| download | caxlsx-2fc77a8579db5211da84ef717647f0a0d80857b8.tar.gz caxlsx-2fc77a8579db5211da84ef717647f0a0d80857b8.zip | |
bump version as I pushed a gem with missing docs.
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation **License**: MIT License -**Latest Version**: 1.1.2 +**Latest Version**: 1.1.3 **Ruby Version**: 1.8.7, 1.9.2, 1.9.3 @@ -474,6 +474,9 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Change log --------- +- ** April.25.12:*: 1.1.3 release + - Primarily because I am stupid.....Updates to readme to properly report version, add in missing docs and restructure example directory. + - ** April.25.12:*: 1.1.2 release - Conditional Formatting completely implemented. - refactoring / documentation for Style#add_style diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 0ecd1d4e..125ca8d6 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -5,6 +5,6 @@ module Axlsx # When using bunle exec rake and referencing the gem on github or locally # it will use the gemspec, which preloads this constant for the gem's version. # We check to make sure that it has not already been loaded - VERSION="1.1.2" unless defined? Axlsx::VERSION + VERSION="1.1.3" unless defined? Axlsx::VERSION end |
