Simple and compact gem to look up MIME types based on your system's mime.types file or one you specify.
A gem to detect mime type of a file, using libmagic.
Monkeypatches File and IO to include a '''magic_number_type''' method which returns a symbol, and a '''mime_type''' method which returns a string, representing the mime type guessed.