rubyzip 0.9.1 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Thomas Sondergaard
0 stars award from rbytes.net

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

Installation:

If you have rubygems you can install rubyzip directly from the gem repository

gem install rubyzip

Otherwise obtain the source (see below) and run

ruby install.rb

To run the unit tests you need to have test::unit installed

rake test

What's New in This Release:
Symlink support was added along with support for Unix file permissions.
Memory usage during decompression was reduced.
Zip streams now model IO objects more closely.

rubyzip 0.9.1 keywords