mime-types version 1.19 has been released!
- home: http://mime-types.rubyforge.org/
- code: https://github.com/halostatue/mime-types/
- bugs: https://github.com/halostatue/mime-types/issues
- rdoc: http://mime-types.rubyforge.org/
This library allows for the identification of a file’s likely MIME
content
type. This is release 1.19 with new MIME types. The identification of
MIME
content type is based on a file’s filename extensions.
MIME::Types for Ruby was 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.
Changes:
1.19 / 2012-06-20
- New MIME Types:
- XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf).
https://github.com/halostatue/mime-types/issue/17 - Types reported in
https://github.com/halostatue/mime-types/issues/12:- DV (video/x-dv; .dv)
- IVF (video/x-ivf; .ivf)
- Matroska (video/x-matroska; .mkv)
- Motion JPEG (video/x-motion-jpeg; .mjpg)
- RealMedia (official; application/vnd.rn-realmedia; .rm)
- XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf).
- New extensions:
- dcm (application/dicom);
https://github.com/halostatue/mime-types/issue/16. - Types reported in
https://github.com/halostatue/mime-types/issues/12:- 3g2, 3gpp2 (video/3gpp2)
- mpeg (video/mpeg)
- mxf (application/mxf)
- ts (video/MP2T)
- ogg (video/ogg)
- dcm (application/dicom);
- Fixed MIME Types:
- Adobe AIR application installer packages was missing a hyphen.
https://github.com/halostatue/mime-types/issue/13 - Types reported in
https://github.com/halostatue/mime-types/issues/12:- audio/x-pn-realaudio extension is .ra, not .rm.
- Adobe AIR application installer packages was missing a hyphen.
- Resolved https://github.com/halostatue/mime-types/issues/8.
Apparently some people run the tests on Linux. Imagine that.