Skip to content

Commit

Permalink
Update ruby-mime-types to 1.25.
Browse files Browse the repository at this point in the history
== 1.25 / 2013-08-30

* New Features:
  * Adding lazy loading and caching functionality to the default data based on
    work done by Greg Brockman (gdb).
* Bugs:
  * Force the default internal application encoding to be used when reading the
    MIME types database. Based on a change by briangamble, found in the rapid7
    fork.
* New extensions:
  * mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the
    vidibus fork.
* Modernized MiniTest configuration.

== 1.24 / 2013-08-14

* Code Climate:
  * Working on improving the quality of the mime-types codebase through the use
    of Code Climate. https://codeclimate.com/github/halostatue/mime-types
  * Simplified MIME::Type.from_array to make more assumptions about assignment.
* Documentation:
  * LeoYoung <mrleoyoung@gmail.com> pointed out that the README.rdoc contained
    examples that could never possibly work because MIME::Types#[] returns (for
    all the versions I have handy) an array, not a single type. I have updated
    README.rdoc to reflect this.
* Removed Nokogiri as a declared development dependency. It is still required
  if you're going to use the IANA parser functionality, but it is not necessary
  for most development purposes. This has been removed to ensure that Travis CI
  passes on Ruby 1.8.7.
* New MIME Types:
  * 7zip (application/x-7z-compressed). Fixes a request by kodram.
    mime-types/ruby-mime-types#32
  * application/x-www-form-urlencoded. Fixes a request by alexkwolfe.
    mime-types/ruby-mime-types#39
  * Various new MIME types from IANA:
    * application/mbms-schedule\+xml from 3GPP and Turcotte.
    * application/provenance\+xml from W3C and Herman.
    * application/session-info from 3GPP and Firmin.
    * application/urc-grpsheet\+xml, application/urc-targetdesc\+xml,
      application/uisocketdesc\+xml from Zimmermann.
    * application/api\+json from Klabnik.
    * application/vnd.etsi.pstn\+xml from Han and Belling.
    * application/vnd.fujixerox.docuworks.container from Tashiro.
    * application/vnd.windows.devicepairing from Dandawate.
    * video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from
      Andersson.
* Updated MIME Types:
  * RFC 6960 was adopted (application/ocsp-request and application/ocsp-response).
  • Loading branch information
taca committed Sep 15, 2013
1 parent 3a0e709 commit 90d8c24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.7 2013/06/16 16:59:36 taca Exp $
# $NetBSD: Makefile,v 1.8 2013/09/15 13:57:41 taca Exp $

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

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion mail/ruby-mime-types/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/06/16 16:59:36 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2013/09/15 13:57:41 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.hoerc
Expand Down Expand Up @@ -40,4 +40,6 @@ ${GEM_LIBDIR}/lib/mime/types/video.nonstandard
${GEM_LIBDIR}/lib/mime/types/video.obsolete
${GEM_LIBDIR}/test/test_mime_type.rb
${GEM_LIBDIR}/test/test_mime_types.rb
${GEM_LIBDIR}/test/test_mime_types_cache.rb
${GEM_LIBDIR}/test/test_mime_types_lazy.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.7 2013/06/16 16:59:36 taca Exp $
$NetBSD: distinfo,v 1.8 2013/09/15 13:57:41 taca Exp $

SHA1 (mime-types-1.23.gem) = 98878d75c56c4a4de49269fa4e97438c1fe51d56
RMD160 (mime-types-1.23.gem) = b2197830cb75c09537d81ab36e4777c98335071c
Size (mime-types-1.23.gem) = 55296 bytes
SHA1 (mime-types-1.25.gem) = 4eab9f4371a3d3528fbb12ce2eea3e125c43e13f
RMD160 (mime-types-1.25.gem) = 096e15a052cc366918d4095956f9a9e6ac09fdec
Size (mime-types-1.25.gem) = 60928 bytes

0 comments on commit 90d8c24

Please # to comment.