Skip to content

Commit

Permalink
Update ruby-mime-types to 1.23.
Browse files Browse the repository at this point in the history
== 1.23 / 2013-04-20

* New Feature:
  * Arnaud Meuret (ameuret) suggested that it could be useful if the MIME type
    collection was enumerable, so he implemented it in #30. Thanks for the
    contribution! mime-types/ruby-mime-types#30
* Updated MIME Types:
  * RFC6910 was adopted (application/call-completion).
  * RFC6902 was adopted (application/json-patch\+json).
  * RFC6917 was adopted (application/mrb-consumer\+xml,
    application/mrb-publish\+xml).
  * RFC6922 was adopted (application/sql).
  * RFC2560 is being
    {updated}[http://tools.ietf.org/html/draft-ietf-pkix-rfc2560bis].
* Administrivia:
  * The gemspec now includes information about the licenses under which the
    mime-types gem is available.
  * Using hoe-gemspec2 instead of hoe-gemspec.

== 1.22 / 2013-03-30

* New MIME Types:
  * Added support for 3FR (Hasselblad raw images) files. MIME-Type was obtained
    by looking at exif data with exiftool. Thanks to cgat for these changes.
    mime-types/ruby-mime-types#27
* Updated MIME Types:
    * Pulled the latest updates from the IANA MIME-Type registry.
* Added support for Ruby 2.0 with Travis CI.
  • Loading branch information
taca committed Jun 16, 2013
1 parent e9308a4 commit a497913
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.6 2013/02/11 03:18:15 taca Exp $
# $NetBSD: Makefile,v 1.7 2013/06/16 16:59:36 taca Exp $

DISTNAME= mime-types-1.21
DISTNAME= mime-types-1.23
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 1 addition & 2 deletions mail/ruby-mime-types/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2013/02/11 03:18:15 taca Exp $
@comment $NetBSD: PLIST,v 1.8 2013/06/16 16:59:36 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.hoerc
Expand Down Expand Up @@ -38,7 +38,6 @@ ${GEM_LIBDIR}/lib/mime/types/text.vms
${GEM_LIBDIR}/lib/mime/types/video
${GEM_LIBDIR}/lib/mime/types/video.nonstandard
${GEM_LIBDIR}/lib/mime/types/video.obsolete
${GEM_LIBDIR}/mime-types.gemspec
${GEM_LIBDIR}/test/test_mime_type.rb
${GEM_LIBDIR}/test/test_mime_types.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
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.6 2013/02/11 03:18:15 taca Exp $
$NetBSD: distinfo,v 1.7 2013/06/16 16:59:36 taca Exp $

SHA1 (mime-types-1.21.gem) = 4a8ff499e52a92b0c3a7354717c6ac920fd8024d
RMD160 (mime-types-1.21.gem) = 4fe2d2fe1af63f947755272caac76feca8268256
Size (mime-types-1.21.gem) = 55808 bytes
SHA1 (mime-types-1.23.gem) = 98878d75c56c4a4de49269fa4e97438c1fe51d56
RMD160 (mime-types-1.23.gem) = b2197830cb75c09537d81ab36e4777c98335071c
Size (mime-types-1.23.gem) = 55296 bytes

0 comments on commit a497913

Please sign in to comment.