Registry / utility / rubyzip2

rubyzip2

JSON →
library2.0.2rbrubygemsunverified

Ruby library for reading and writing Zip files, compatible with Ruby 1.9.1.

gem install rubyzip2
INSTALL
IMPORT
SIG · RUBYZIP2
R
rubyzip2
utilityrubyv2.0.2
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 and read its contents.

require 'zip/zip' Zip::ZipFile.open('example.zip') do |zipfile| puts zipfile.read('file.txt') end
Debug
Known issues
breakingLegacy gem; consider using rubyzip instead.
fix
Switch to the 'rubyzip' gem for active maintenance.
affects: >= 2.0.0
Upgrade
Version history
2.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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