Default the validate_entry_sizes option to true, so that callers can trust an entry's reported size when using extract#403
This option defaulted to false in 1.3.0 for backward compatibility, but it now defaults to true. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to true.
Tooling / Documentation
Remove test files from the gem to avoid problems with antivirus detections on the test files #405 / #384
Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract#403
This option defaults to false for backward compatibility in this release, but you are strongly encouraged to set it to true. It will default to true in rubyzip 2.0.
New Feature
Add add_stored method to simplify adding entries without compression #366
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ selenium-webdriver (3.142.4 → 3.142.5) · Repo
Sorry, we couldn't find anything useful about this release.
↗️ rake (indirect, 12.3.2 → 12.3.3) · Repo · Changelog
Release Notes
12.3.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump version to 12.3.3.
Use File.open explicitly.
Merge pull request #317 from ruby/ignore-gitignore
Removed gitignore from gemspec files.
Merge pull request #309 from RDIL/patch-1
Remove deprecated travis ci option
Merge pull request #307 from ruby/azure-pipelines
Only enabled macOS environment
use realpath
Do not specify ruby version of macOS
Ignore matrix build for macOS
Rename
Removed non supported versions.
Extracted ruby versions for matrix
Added missing vmImage
Applied matrix build for the multiple platforms.
Set up CI with Azure Pipelines
Merge pull request #305 from aycabta/use-2.6.1
Use Ruby 2.6.1
Merge pull request #303 from tmatilai/app-name-in-error
Use the application's name in error message if a task is not found
Merge pull request #301 from ruby/colby/update-rubocop
fix outstanding rubocop warnings
Merge pull request #300 from ruby/colby/add-ruby-2.6
Add ruby 2.6.0 to .travis.yml
↗️ rubyzip (indirect, 1.2.4 → 2.0.0) · Repo · Changelog
Release Notes
2.0.0
1.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Merge pull request #408 from rubyzip/v2-0-0
Bump version to 2.0.0
Merge pull request #406 from rubyzip/bump-supported-ruby
Merge pull request #405 from rubyzip/remove-test-files
Merge pull request #407 from rubyzip/v1-3-0
Bump version to 1.3.0
Merge pull request #403 from rubyzip/check-size
Drop old ruby and JDK versions from CI
Remove test files from gem
Warn when an entry size is invalid
Default validate_entry_sizes to false for 1.3 release
Validate entry sizes when extracting
[ci skip] Update changelog
Check expected entry size in add_stored test
Merge pull request #366 from hainesr/add-stored
Zip::File.add_stored() to add uncompressed files.
Merge pull request #402 from orien/gem-metadata
Add project metadata to the gemspec
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands