diff options
| author | Delwyn de Villiers <[email protected]> | 2013-08-29 10:41:35 +0100 |
|---|---|---|
| committer | Delwyn de Villiers <[email protected]> | 2013-08-29 10:41:35 +0100 |
| commit | a347f42b61fca091327140e6384c432364c92d73 (patch) | |
| tree | 90e017bda84780f5d94d5938d09253c4466710e6 /lib/axlsx.rb | |
| parent | dd1f24a10f6842e8c4e6254eef586c383791cd03 (diff) | |
| download | caxlsx-a347f42b61fca091327140e6384c432364c92d73.tar.gz caxlsx-a347f42b61fca091327140e6384c432364c92d73.zip | |
upgrade to rubyzip 1.0.0
Diffstat (limited to 'lib/axlsx.rb')
| -rw-r--r-- | lib/axlsx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx.rb b/lib/axlsx.rb index ffebc7ac..cb4ce635 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -23,7 +23,7 @@ require 'axlsx/workbook/workbook.rb' require 'axlsx/package.rb' #required gems require 'nokogiri' -require 'zip/zip' +require 'zip' #core dependencies require 'bigdecimal' @@ -136,7 +136,7 @@ module Axlsx end - # Instructs the serializer to not try to escape cell value input. + # Instructs the serializer to not try to escape cell value input. # This will give you a huge speed bonus, but if you content has <, > or other xml character data # the workbook will be invalid and excel will complain. def self.trust_input |
