I have a Ruby program that zips a directory tree of XML files using the rubyzip gem. My problem is that the file is starting to be heavy and I would like to increase the compres
you'll probably get better traction by calling out to the 'zip' program or what not to do the zipping.