Yes, there is one that works great, by the way, I just tried and found your post in the middle.
Archive-zip
Usage example:
require 'archive/zip'
Archive::Zip.extract('example5.zip', 'a_destination', :password => 'seakrit')
I am sure it will be useful for someone else looking for the same in google :)
source
share