{rubyzip is a ruby module for reading and writing zip files,} with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.

WWW: https://github.com/rubyzip/rubyzip
