Does anyone know of a gem that is compatible with JRuby 1.6.5 that can extract the files from a .gz zip file?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use
Zlibin my JRuby app. It is a standard Ruby library.http://www.ruby-doc.org/stdlib-1.8.7/libdoc/zlib/rdoc/index.html
In Rails you can also use
ActiveSupport::Gziphttp://api.rubyonrails.org/classes/ActiveSupport/Gzip.htmlHere are examples how to unzip a file: Zlib in Ruby to uncompress .gz