rubyzip 0.9.1 review
Download
|
|
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 search tags