summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-02 23:49:27 +0900
committerRandy Morgan <[email protected]>2012-08-02 23:49:27 +0900
commit5f149a6a324249d933abdcb68ad21ccb19a54700 (patch)
treee1931e00e5abd41b2c3eda0f34f5ac3bd9920104
parentacc890d52089dbf18ac3d56bace3a393d195eb9c (diff)
downloadcaxlsx-5f149a6a324249d933abdcb68ad21ccb19a54700.tar.gz
caxlsx-5f149a6a324249d933abdcb68ad21ccb19a54700.zip
too much documentation to finish tonight. - release 1.2.0 will happen tomorrow.
-rw-r--r--README.md4
-rw-r--r--lib/axlsx/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a877245d..a0c8f8cf 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: August 2nd 2012
+**Release Date**: August 3rd 2012
If you are working in rails, or with active record see:
* http://github.com/randym/acts_as_xlsx
@@ -145,7 +145,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- **August.2.12**: 1.2.0
+- **August.3.12**: 1.2.0
- added data labels for charts
- added table header printing for each sheet via defined_name. This
means that when you print your worksheet, the header rows show for every page
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 57456c4e..ab15542f 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.8" unless defined? Axlsx::VERSION
+ VERSION="1.2.0" unless defined? Axlsx::VERSION
end