diff options
| author | Randy Morgan <[email protected]> | 2012-05-13 14:39:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-13 14:39:19 +0900 |
| commit | c76532c06fad86c65a1d4bcdfbdd7fbb89980d9d (patch) | |
| tree | 2ba0a7adf17bf62227605f1331d84d3a59cc7025 | |
| parent | fa6a8b68b2ddf86cf7d8042815963e5f8190e9e5 (diff) | |
| download | caxlsx-c76532c06fad86c65a1d4bcdfbdd7fbb89980d9d.tar.gz caxlsx-c76532c06fad86c65a1d4bcdfbdd7fbb89980d9d.zip | |
removing requires for incomplete encryption/cab serialization
| -rw-r--r-- | lib/axlsx.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/axlsx.rb b/lib/axlsx.rb index 6e8f4e23..3963f822 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -4,13 +4,12 @@ require 'axlsx/version.rb' require 'axlsx/util/simple_typed_list.rb' require 'axlsx/util/constants.rb' require 'axlsx/util/validators.rb' -require 'axlsx/util/storage.rb' #not even close to being ready but it does not break anything so it stays for now. # needs a full re-write to use agile-encryption properly -require 'axlsx/util/cbf.rb' -require 'axlsx/util/ms_off_crypto.rb' - +# require 'axlsx/util/storage.rb' +# require 'axlsx/util/cbf.rb' +# require 'axlsx/util/ms_off_crypto.rb' # to be included with parsable intitites. #require 'axlsx/util/parser.rb' |
