Go to file
thomas d7b198dcd2 Read and write entry modification date/time correctly 2002-04-20 22:57:30 +00:00
samples Moved example.rb to samples/. Added another sample gtkRubyzip.rb 2002-03-29 22:26:20 +00:00
test improved ZipRequireTest 2002-04-20 00:44:16 +00:00
.cvsignore Added rdoc markup (only #:nodoc:all modifiers) to zip.rb. Made README 'RDoc compliant' 2002-03-30 00:52:13 +00:00
NEWS Read and write entry modification date/time correctly 2002-04-20 22:57:30 +00:00
README *** empty log message *** 2002-03-31 00:13:01 +00:00
TODO Read and write entry modification date/time correctly 2002-04-20 22:57:30 +00:00
install.rb Added install.rb 2002-03-21 21:12:19 +00:00
zip.rb Read and write entry modification date/time correctly 2002-04-20 22:57:30 +00:00
ziprequire.rb Made a warning go away 2002-04-20 00:39:47 +00:00
ziprequiretest.rb improved ZipRequireTest 2002-04-20 00:44:16 +00:00
ziptest.rb Read and write entry modification date/time correctly 2002-04-20 22:57:30 +00:00

README

= rubyzip

rubyzip is a ruby library for reading and writing zip (pkzip format)
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. zlib is accessible from ruby thanks to ruby/zlib (see below)

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


= Install

ruby install.rb


= Ruby/zlib

This library requires ruby/zlib version 0.5.0 or newer.

* zlib http://www.gzip.org/zlib/
* ruby-zlib: http://www.blue.sky.or.jp/atelier/ruby/

= License

rubyzip is distributed under the same license as ruby. See
http://www.ruby-lang.org/en/LICENSE.txt

= Project page

http://rubyzip.sourceforge.net

= Author

Thomas Sondergaard thomass@deltadata.dk