| Short description: |
Wrapper for external tar/zip commands |
| Category: |
Library/Utility |
| Status: |
stable |
| Created: |
2006-04-07 16:37:08 GMT |
| Last update: |
2007-07-30 21:04:13 GMT |
| Owner: |
Daniel J. Berger
(Projects of this owner) |
| Homepage: |
http://www.rubyforge.org/projects/shards |
| Download: |
http://rubyforge.org/frs/download.php/23408/archive-tar-external-1.2.1.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| 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)]
|