Ruby MIME::Types implementation
Перейти к файлу
Aaron Patterson 05e8f4627d
bumping version
2016-05-18 10:09:22 -07:00
lib/mime we should use binread for reading binary data 2016-05-18 09:43:55 -07:00
script add script to generate a marshalled cache 2013-12-03 23:03:31 +11:00
test Fixing issue #8. 2012-03-21 20:30:31 -04:00
.gitignore add script to generate a marshalled cache 2013-12-03 23:03:31 +11:00
Gemfile add gemfile 2013-12-03 22:43:28 +11:00
Licence.rdoc Preparing documentation for 1.18 release. 2012-03-20 20:54:40 -04:00
README.rdoc Preparing for release of 1.19 with new types. 2012-06-20 22:48:47 -04:00
Rakefile add build_gem task 2013-12-03 23:10:48 +11:00
mime-types.gemspec bumping version 2016-05-18 10:09:22 -07:00

README.rdoc

= MIME::Types for Ruby

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/

== Description

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.

:include: Licence.rdoc