Registry / utility / rubyzip

rubyzip

JSON →
library3.4.0rbrubygemsunverified

rubyzip is a Ruby module for reading and writing zip files.

gem install rubyzip
INSTALL
IMPORT
SIG · RUBYZIP
R
rubyzip
utilityrubyv3.4.0
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'

Open a zip file and list its entries.

require 'zip' Zip::File.open('example.zip') do |zipfile| zipfile.each { |entry| puts entry.name } end
Debug
Known issues
breakingRubyZip 3.0+ requires Ruby 2.5 or later; older versions may have security vulnerabilities.
fix
Upgrade to Ruby 2.5+ and use rubyzip >= 3.0.
affects: < 3.0
Upgrade
Version history
3.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rubyzip — gem install rubyzip · libregistry