https://github.com/github/mime-types
Ruby MIME::Types implementation
https://github.com/github/mime-types
Last synced: 5 months ago
JSON representation
Ruby MIME::Types implementation
- Host: GitHub
- URL: https://github.com/github/mime-types
- Owner: github
- License: other
- Archived: true
- Fork: true (mime-types/ruby-mime-types)
- Created: 2013-06-03T05:18:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T17:09:42.000Z (almost 10 years ago)
- Last Synced: 2024-09-25T21:09:00.929Z (over 1 year ago)
- Language: Ruby
- Homepage: http://rubyforge.org/projects/mime-types/
- Size: 322 KB
- Stars: 8
- Watchers: 15
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= 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