rubyzip is a Ruby module for reading and writing zip files.
| Tags | Software Development Libraries Archiving Compression Packaging |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Ruby |
Recent releases


Changes: 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.


Changes: An issue with binary zip entries under MS Windows was fixed.


Changes: A problem with using rubyzip with some versions of ruby and a problem with using rubyzip and fileutils.rb together were fixed. A problem with mixing ZipInputStream::read with other ZipInputStream read methods was fixed.


Changes: A serious memory consumption issue has been fixed.


Changes: This version fixes a bug in the install script.