Skip to content

Commit

Permalink
pre release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Morgan committed Apr 3, 2012
1 parent de475af commit 6a828bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Axlsx: Office Open XML Spreadsheet Generation

**Author**: Randy Morgan

**Copyright**: 2011
**Copyright**: 2011 - 2012

**License**: MIT License

Expand All @@ -20,7 +20,7 @@ Axlsx: Office Open XML Spreadsheet Generation

**JRuby Version**: 1.6.7

**Release Date**: April 2st 2012
**Release Date**: April 3st 2012

Synopsis
--------
Expand Down Expand Up @@ -374,7 +374,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,

#Change log
---------
- ** April.2.12**: 1.1.0 release
- ** April.3.12**: 1.1.0 release
- bugfix patch name_to_indecies to properly handle extended ranges.
- bugfix properly serialize chart title.
- lower rake minimum requirement for 1.8.7 apps that don't want to move on to 0.9 NOTE this will be reverted for 2.0.0 with workbook parsing!
Expand Down
1 change: 0 additions & 1 deletion test/workbook/worksheet/tc_date_time_converter.rb
Expand Up @@ -113,7 +113,6 @@ def test_time_to_serial_1904
def test_timezone
utc = Time.utc 2012 # January 1st, 2012 at 0:00 UTC
local = begin
ENV["TZ"]="GMT+1"
Time.new 2012, 1, 1, 1, 0, 0, 3600 # January 1st, 2012 at 1:00 GMT+1
rescue ArgumentError
Time.parse "2012-01-01 01:00:00 +0100"
Expand Down

0 comments on commit 6a828bf

Please sign in to comment.