I have looked around for over an hour for any kind of library providing zip file support for Ruby, without any success. Can anybody point me to such a library, if it exists? I did find the zlib stuff, but since I need to manipulate standard .zip files I wouldn't be able to use that. I suppose my other option is to run the external zip/unzip programs from Info-Zip and parse the output...