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

Clean up temp file usage and fix #410 #411

Merged
merged 2 commits into from Oct 4, 2019

Commits on Sep 27, 2019

  1. StreamableStream now uses the OS temp directory.

    Rather than using the local folder.
    
    Fixes rubyzip#410
    hainesr committed Sep 27, 2019
    Copy the full SHA
    506d557 View commit details
    Browse the repository at this point in the history
  2. Require 'tmpdir' only in the tests.

    It's not used in the library code.
    hainesr committed Sep 27, 2019
    1
    Copy the full SHA
    e871842 View commit details
    Browse the repository at this point in the history