Skip to content

Commit

Permalink
Prepare for release of 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Jan 5, 2019
1 parent 14c6fe1 commit 3b360d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Thanks to everyone who has contributed to minitar:
* Kazuyoshi Kato
* dearblue
* Kevin McDermott
* inkstak
* Akinori MUSHA (knu)

[Minitest]: https://github.com/seattlerb/minitest
[quality commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
Expand Down
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
strings that include multibyte characters. The PR has been modified to be
compatible with older versions of Ruby and extend tests.

* Akinori MUSHA (knu) contributed PR [#36][] that treats certain badly
encoded regular files (with names ending in `/`) as if they were
directories on decode.

## 0.7 / 2018-02-19

* Fixed issue [#28][] with a modified version of PR [#29][] covering the
Expand Down Expand Up @@ -153,5 +157,7 @@
[#28]: https://github.com/halostatue/minitar/issues/28
[#29]: https://github.com/halostatue/minitar/issues/29
[#30]: https://github.com/halostatue/minitar/issues/30
[#32]: https://github.com/halostatue/minitar/issues/32
[#33]: https://github.com/halostatue/minitar/issues/33
[#35]: https://github.com/halostatue/minitar/issues/35
[#36]: https://github.com/halostatue/minitar/issues/36
2 changes: 1 addition & 1 deletion minitar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Austin Ziegler".freeze]
s.date = "2018-10-28"
s.date = "2019-01-05"
s.description = "The minitar library is a pure-Ruby library that provides the ability to deal\nwith POSIX tar(1) archive files.\n\nThis is release 0.7, providing fixes for several issues and clarifying the\nMinitar security stance. There are two minor breaking changes in this version\nso that exceptions will be thrown if a negative size is provided in a tar\nstream header or if the tar stream header is otherwise invalid.\n\nThis release continues the migration and modernization of the code:\n\n* the licence has been changed to match the modern Ruby licensing scheme\n (Ruby and Simplified BSD instead of Ruby and GNU GPL);\n* the +minitar+ command-line program has been separated into the\n +minitar-cli+ gem; and\n* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+\n gems and discourages its installation.\n\nSome of these changes may break existing programs that depend on the internal\nstructure of the minitar library, but every effort has been made to ensure\ncompatibility; inasmuch as is possible, this compatibility will be maintained\nthrough the release of minitar 1.0 (which will have strong breaking changes).\n\nminitar (previously called Archive::Tar::Minitar) is based heavily on code\noriginally written by Mauricio Julio Fern\u00E1ndez Pradier for the rpa-base\nproject.".freeze
s.email = ["halostatue@gmail.com".freeze]
s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "docs/bsdl.txt".freeze, "docs/ruby.txt".freeze]
Expand Down

0 comments on commit 3b360d7

Please sign in to comment.