Skip to content

Commit

Permalink
Update ruby-mime-types to 2.6.2.
Browse files Browse the repository at this point in the history
== 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}[mime-types/ruby-mime-types#107] with pull
    request {#108}[mime-types/ruby-mime-types#108].
  * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively
    affecting people who use the +use_instead+ functionality. Resolved in
    {#109}[mime-types/ruby-mime-types#109].
* Documentation:
  * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README
    not properly linking internally on the generated rdoc source. Resolved with
    {#105}[mime-types/ruby-mime-types#105].
* Development:
  * Fixed a minor issue in the IANA registry parser that would generate empty
    +text+ xrefs if the +text+ section was empty.
  • Loading branch information
taca committed Oct 4, 2015
1 parent 4be90c8 commit b80fd20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b80fd20

Please sign in to comment.