mime-types version 1.18 has been released!
This library allows for the identification of a file’s likely MIME
content
type. This is release 1.17.2. The identification of MIME content type is
based
on a file’s filename extensions.
MIME::Types for Ruby originally based on and synchronized with
MIME::Types for
Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the
data
format for the MIME::Type list has changed and the synchronization will
no
longer happen.
== Licence
This software is available under a triple disjunctive licence:
{Ruby’s licence}[http://www.ruby-lang.org/en/LICENSE.txt],
the
{Perl Artistic
licence}[http://www.perl.com/pub/a/language/misc/Artistic.html],
or the {GNU GPL version
2}[http://www.gnu.org/licenses/old-licenses/gpl-2.0.html]
(or at your option, any later verison).
If you do not accept one of these licences, you may not use this
software.
- Copyright 20032012 Austin Z…
Changes:
MIME::Types 1.18 / 2012-03-20
- New MIME Types:
- Types reported in Issue #6
(https://github.com/halostatue/mime-types/issues/6):- CoffeeScript (text/x-coffeescript; .coffee; 8bit).
- AIR (application/vnd.adobe.air-applicationinstaller-package+zip,
.air; base64). - WOFF (application/font-woff; .woff; base64).
- TrueType (application/x-font-truetype; .ttf; base64).
- OpenType (application/x-font-opentype; .otf; base64).
- WebM (audio/webm, video/webm; .webm). Issue #11
(https://github.com/halostatue/mime-types/issues/11).
- Types reported in Issue #6
- New extensions:
- f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by
Adobe).
- f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by
- Bug Fixes:
- It was pointed out that Licence.txt was incorrectly named. Fixed
by renaming to Licence.rdoc (from Issue/Pull Request #8,
https://github.com/halostatue/mime-types/issues/8). - It was pointed out that a plan to have the test output generated
automatically never went through. Issue #10
(https://github.com/halostatue/mime-types/issues/10)
- It was pointed out that Licence.txt was incorrectly named. Fixed