From: Martin DeMello Date: 2004-09-07T13:40:09+09:00 Subject: Re: ruby archiver Austin Ziegler wrote: > On Tue, 7 Sep 2004 04:25:10 +0900, Martin DeMello > wrote: > > Is there any pure-ruby way to pack multiple files into a single file, > > and unpack them later? Compression is optional. > > As a matter of fact, you can use either Jamis Buck's tar.rb or my > forthcoming Archive::Tar::Minitar based on work by Mauricio Fernandez > (aka batsman). I'm putting some finishing touches on documentation and > the command line utility, but: Cool - this sounds like just what I need. martin