RAA - tar-external

tar-external / 1.2.3

Short description: Wrapper for external tar/zip commands
Category: Library/Utility
Status: stable
Created: 2006-04-07 16:37:08 GMT
Last update: 2009-09-26 04:30:27 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://www.rubyforge.org/projects/shards
Download: http://rubyforge.org/frs/download.php/64348/archive-tar-external-1.2.3.tar.gz
License: Ruby's
Dependency:
None
Description:

Description

   A very simple tar/compress package that uses calls to external programs
   to do the work.

Synopsis

   require "archive/tar_external"
   include Archive

   # The long way
   t = Tar::External.new("test.tar")
   t.create_archive("*.rb")
   t.compress_archive("gzip")

   # The short way
   t = Tar::External.new("test.tar", "*.rb", "gzip")
Versions: [1.2.3 (2009-09-26)] [1.2.1 (2007-07-30)] [1.2.0 (2006-04-07)]

Edit this project (for project owner)

back to RAA top