Skip to content

Commit

Permalink
Update ruby-xz to 0.2.3.
Browse files Browse the repository at this point in the history
== 0.2.3 (2015-12-29)

* *Fix* documentation of XZ module (a :nodoc: was causing havoc
  in the XZ module so it appeared to have no methods).
* No other changes this release.

== 0.2.2 (2015-12-27)

* *Add* XZ.disable_deprecation_notices
* *Deprecate* use of XZ::StreamReader.open with an IO argument
* *Deprecate* use of XZ::StreamReader.new with a filename argument
* *Deprecate* use of XZ::StreamWriter.open with an IO argument
* *Deprecate* use of XZ::StreamWriter.new with a filename argument
* *Deprecate* nonautomatic IO close in XZ::StreamReader#close
* *Deprecate* nonautomatic IO close in XZ::StreamWriter#close
* *Fix* incompatibility with Resolv.getaddress() in Ruby 2.2 (Ticket #13
  by Ken Simon)
* Goal of these deprecations is to sync the API with Ruby’s own
  Zlib::GzipWriter and Zlib::GzipReader mostly.
* Add required versions to gemspec.
* Comment format cleanup, results in better docs.
* Internal code cleanup
* Add more tests.
  • Loading branch information
taca committed Jan 3, 2016
1 parent 547818f commit b867d40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions archivers/ruby-xz/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2015/11/25 12:47:32 jperkin Exp $
# $NetBSD: Makefile,v 1.13 2016/01/03 05:31:55 taca Exp $

DISTNAME= ruby-xz-0.2.1
DISTNAME= ruby-xz-0.2.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= archivers

Expand Down
6 changes: 4 additions & 2 deletions archivers/ruby-xz/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@comment $NetBSD: PLIST,v 1.3 2015/03/01 12:58:16 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2016/01/03 05:31:55 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/HISTORY.rdoc
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/xz.rb
${GEM_LIBDIR}/lib/xz/lib_lzma.rb
${GEM_LIBDIR}/lib/xz/stream.rb
${GEM_LIBDIR}/lib/xz/stream_reader.rb
${GEM_LIBDIR}/lib/xz/stream_writer.rb
${GEM_LIBDIR}/lib/xz/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions archivers/ruby-xz/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.6 2015/11/03 00:56:25 agc Exp $
$NetBSD: distinfo,v 1.7 2016/01/03 05:31:55 taca Exp $

SHA1 (ruby-xz-0.2.1.gem) = c9fa108b21a5f5fb23ff5185d827e1ef5bdd6b78
RMD160 (ruby-xz-0.2.1.gem) = 94b9d4f0636585ec90c7ff4a092ed2306addb651
SHA512 (ruby-xz-0.2.1.gem) = ac3aff70c0bfd445ce1f41279d2d438eee21b9fbabed0a240bbe5bd80d393d6bebe8bbd0f95d6e68d32bd0d15d6dbe006106f0fecff685945038756b7fb2b298
Size (ruby-xz-0.2.1.gem) = 16896 bytes
SHA1 (ruby-xz-0.2.3.gem) = ca7f717d02a3a59ca9442c55f9e2ab4125ed46b8
RMD160 (ruby-xz-0.2.3.gem) = 726aa6e89f44f171014731a4dc698bcb2d8b867f
SHA512 (ruby-xz-0.2.3.gem) = 68ddd53d2f3f42f179f529c9aeadb8040216d7de44d63692ef0b50ba5085baad417e61e5f61a38ff8817e966af59f00177fd4016514e93409e6be4c3fa988a8d
Size (ruby-xz-0.2.3.gem) = 20480 bytes
SHA1 (patch-lib_xz_lib__lzma.rb) = f0ab463ffab401a935551b560af28e26bff8d4eb

0 comments on commit b867d40

Please sign in to comment.