Files | Admin

Notes:

Release Name: Archive::Tar::Minitar 0.5.2

Notes: Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Fernández's implementation in rpa-base, but has been reorganised to promote reuse in other projects. This release is version 0.5.2, offering a Ruby 1.9 compatibility bugfix over version 0.5.1. The library can only handle files and directories at this point. A future version will be expanded to handle symbolic links and hard links in a portable manner. The command line utility, minitar, can only create archives, extract from archives, and list archive contents.


Changes: == 0.5.2 * Fixed a Ruby 1.9 compatibility error.