Ruby / rubyzip alternative capable of handling rar/tar/zip/7z?
Posted
by Nick Gorbikoff
on Stack Overflow
See other posts from Stack Overflow
or by Nick Gorbikoff
Published on 2010-05-19T21:11:45Z
Indexed on
2010/05/21
17:00 UTC
Read the original article
Hit count: 321
I was wondering if anyone knows of rubyzip alternatives for Ruby, that can handle various formats in particular zip / rar / 7z?
I know of libarchive, but it's not complete for my purposes ( it's a good gem thou). (To clarify, libarchive - won't work for me - cause I need to be able to run in on Windows. ( Yeah I know sucks to be me))
Right now I end up running system commands to the os, but I'd like something OS independent, and capable of handling those formats - reading and writing.
Thank you
© Stack Overflow or respective owner