Ruby MIME::Types implementation
Перейти к файлу
Austin Ziegler 1ab8d0b36a Fixing the Rakefile in case of other 1.17 bugs. 2011-10-26 00:15:15 -04:00
lib/mime Should be a fix for MIME::Types 1.1.1 with 1.9. 2011-10-25 12:21:33 -04:00
test Initial cleanup for new release. 2011-10-22 00:27:05 -04:00
type-lists Tracking MIME types for comparison. 2011-10-23 23:29:05 -04:00
.gitignore Modifying the gitignore rules. 2011-10-23 23:18:29 -04:00
.hoerc Final preparations for release. 2009-03-02 00:31:43 -05:00
History.rdoc Should be a fix for MIME::Types 1.1.1 with 1.9. 2011-10-25 12:21:33 -04:00
License.rdoc Updating to 1.17.1 to fix a documentation error. 2011-10-23 23:34:28 -04:00
Manifest.txt Updating manifest 2011-10-23 23:35:43 -04:00
README.rdoc Should be a fix for MIME::Types 1.1.1 with 1.9. 2011-10-25 12:21:33 -04:00
Rakefile Fixing the Rakefile in case of other 1.17 bugs. 2011-10-26 00:15:15 -04:00
mime-types.gemspec Should be a fix for MIME::Types 1.1.1 with 1.9. 2011-10-25 12:21:33 -04:00

README.rdoc

= MIME::Types for Ruby

== Description

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.

Homepage::  http://mime-types.rubyforge.org/
GitHub::    http://github.com/halostatue/mime-types/
Copyright:: 2002 - 2011, Austin Ziegler
            Based in part on prior work copyright Mark Overmeer

:include: License.rdoc