-
-
Notifications
You must be signed in to change notification settings - Fork 179
Fixed #168. Rubyzip changed default behavior. #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,11 @@ | |
| require 'nokogiri' | ||
| require 'zip' | ||
|
|
||
| # Disable ZIP64 support to maintain compatibility with version 0.9.1 and | ||
| # ensure compatibility with all readers. Rubyzip 3.x enables ZIP64 by default, | ||
| # but many readers (including pandoc) don't support it for small files. | ||
| Zip.write_zip64_support = false | ||
|
||
|
|
||
| module Docx | ||
| # The Document class wraps around a docx file and provides methods to | ||
| # interface with it. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.