I used the rubyzip gem in Ruby 1.8.7 before, but I heard rubyzip doesn\'t work well with ruby 1.9.2.
What zip libraries work well with Ruby 1.9.2?
I used rubyzip gem in Ruby 1.8.7 also. For Ruby 1.9.x you need to use version 0.9.5 or higher. Works without any problems.
rubyzip