Socket
Book a DemoInstallSign in
Socket

async-ruby-zip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-ruby-zip

bundlerRubyGems.org
Version
1.0.0
Version published
Maintainers
1
Created
Source

async-ruby-zip

Non-blocking zip reading and writing for Ruby

Requirements.

  • OS X or Linux
  • MRI 1.9.2
  • libzip >=0.10.1

Example.

require 'rubygems'
require 'async_zip'
include AsyncZip


# Non-blocking zip-file creation:
AsyncZip.create(files, './output.zip') do |task|
  puts task.inspect
end

# Non-blocking zip-file extraction:
AsyncZip.extract('./output.zip', './extracted') do |task|
  puts task.inspect
end

FAQs

Package last updated on 16 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts