diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 16:06:20 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 16:06:20 +0900 |
| commit | dc76e832d03c64a1be07a94b67bca6521469183e (patch) | |
| tree | 01ff56e270135ef363d1c16e799ee9152d7b3d0f /lib | |
| parent | 836cde042985858a9bddfe29117cd9639f1d1bde (diff) | |
| download | caxlsx-dc76e832d03c64a1be07a94b67bca6521469183e.tar.gz caxlsx-dc76e832d03c64a1be07a94b67bca6521469183e.zip | |
patching capitalized include
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx.rb b/lib/axlsx.rb index 44cc9055..e43f6864 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -17,7 +17,7 @@ require 'axlsx/workbook/workbook.rb' require 'axlsx/package.rb' #required gems -require 'Nokogiri' +require 'nokogiri' require 'active_support/core_ext/object/instance_variables' require 'active_support/inflector' require 'rmagick' |
