Skip to content
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

Add an option to create temp files in the zip file directory #432

Closed
wants to merge 1 commit into from
Closed

Add an option to create temp files in the zip file directory #432

wants to merge 1 commit into from

Commits on Feb 6, 2020

  1. Add an option to create temp files in the zip file directory

    Before zip files were created in the system temporary directory they
    were created in the same directory as the zip file. This adds an option
    to have the same behaviour as before by passing in
    `use_system_temp_dir: false` as an option to `Zip.open`, which passes
    that down to `Zip::StreamableStream`.
    samsonjs committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    fa29377 View commit details
    Browse the repository at this point in the history