README in archive-tar-external-1.3.1 vs README in archive-tar-external-1.3.2
- old
+ new
@@ -15,33 +15,29 @@
# The short way
t = Tar::External.new('test.tar', '*.rb', 'gzip')
== Prerequisites
- The win32-open3 library (MS Windows only).
The 'tar' command line program.
At least one compression program, e.g. gzip, bzip2, zip, etc.
== Known Issues
The tar program that comes with Solaris will not raise an error if you
try to expand a file from an archive that does not contain that file.
If you come across any other issues, please report them on the project
- page at http://www.rubyforge.org/projects/shards.
+ page at https://github.com/djberg96/archive-tar-external.
-== Future Plans
- Anything folks are looking for?
-
== License
Artistic 2.0
== Warranty
This package is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantability and fitness for a particular purpose.
== Copyright
- (C) 2003 - 2011 Daniel J. Berger
+ (C) 2003 - 2014 Daniel J. Berger
All Rights Reserved
== Author
Daniel J. Berger