halostatue / minitar

Minimal pure-ruby support for POSIX tar(1) archives.
Other
38 stars 27 forks source link

Treat a regular file entry with a name ending with a slash as a directory #36

Closed knu closed 5 years ago

knu commented 5 years ago

This is what other major tar implementations do for interoperability and compatibility with older tar variants and some new ones.

Related issue with a link to an example tar file: https://bugs.ruby-lang.org/issues/15461

AppVeyorBot commented 5 years ago

:white_check_mark: Build minitar 87 completed (commit https://github.com/halostatue/minitar/commit/ff29bf14b0 by @knu)

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.03%) to 81.441% when pulling 945c5265197c286d3b37f6e7fca91435a3fba84d on knu:dir_with_typeflag_0 into 41c3ca6536b441fb034a0a7f7d40cc76d3b45529 on halostatue:master.

AppVeyorBot commented 5 years ago

:white_check_mark: Build minitar 88 completed (commit https://github.com/halostatue/minitar/commit/491bdcd853 by @knu)

halostatue commented 5 years ago

This looks good and I’ll merge it and release when I’m back from vacation.