diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 12:38:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 12:38:21 +0000 |
commit | 794119a4672e9f41db32b28e8751bc5aef37eb05 (patch) | |
tree | ee75746296fa79e71a320ed3d36867235088e4b1 | |
parent | 929ad246f8b4279587bc83f0f613a83ae709ef9a (diff) | |
download | pkgsrc-794119a4672e9f41db32b28e8751bc5aef37eb05.tar.gz |
Update ruby-mime-types to 2.6.2.
== 2.6.2 / 2015-09-13
* Bugs:
* Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block
parameters are the inverse of those used by +inject+. Resolves
{#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull
request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108].
* Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively
affecting people who use the +use_instead+ functionality. Resolved in
{#109}[https://github.com/mime-types/ruby-mime-types/pull/109].
* Documentation:
* Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README
not properly linking internally on the generated rdoc source. Resolved with
{#105}[https://github.com/mime-types/ruby-mime-types/pull/105].
* Development:
* Fixed a minor issue in the IANA registry parser that would generate empty
+text+ xrefs if the +text+ section was empty.
-rw-r--r-- | mail/ruby-mime-types/Makefile | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 4cab82194c6..8e3caeafa32 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2015/09/26 15:07:42 taca Exp $ +# $NetBSD: Makefile,v 1.12 2015/10/04 12:38:21 taca Exp $ -DISTNAME= mime-types-2.6.1 +DISTNAME= mime-types-2.6.2 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo index 8dbd4c1c546..f31e5cd4334 100644 --- a/mail/ruby-mime-types/distinfo +++ b/mail/ruby-mime-types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2015/06/07 15:49:54 taca Exp $ +$NetBSD: distinfo,v 1.11 2015/10/04 12:38:21 taca Exp $ -SHA1 (mime-types-2.6.1.gem) = b85a2bbce1d613d5ab4a6b0e25aad8d77769807c -RMD160 (mime-types-2.6.1.gem) = cb4642598569f083fa1725062d98f3092b055f44 -Size (mime-types-2.6.1.gem) = 189440 bytes +SHA1 (mime-types-2.6.2.gem) = 1421cbf3a78fc5c9a779f49c1b3b417af0f21889 +RMD160 (mime-types-2.6.2.gem) = 5db1923f293ec25e61295444c9432ea24c0ebc84 +Size (mime-types-2.6.2.gem) = 190976 bytes |