Registry / utility / zip-zip

zip-zip

JSON →
library0.3rbrubygemsunverified

Compatibility shim to ease migration from rubyzip < 1.0.0 to rubyzip >= 1.0.0.

gem install zip-zip
INSTALL
IMPORT
SIG · ZIP-ZIP
Z
zip-zip
utilityrubyv0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Zip
require 'zip/zip'

Open a zip file using the old rubyzip API

require 'zip/zip' Zip::ZipFile.open('example.zip') do |zipfile| zipfile.each do |entry| puts entry.name end end
Debug
Known issues
gotchaThis gem is a compatibility shim and should only be used temporarily.
fix
Update your code to use the new rubyzip API (require 'zip' instead of 'zip/zip').
affects: >= 0.3
Upgrade
Version history
0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources
zip-zip — gem install zip-zip · libregistry