Google

"DTD/xhtml1-strict.dtd">
types.rb
Path: MIME/types.rb
Modified: Wed Oct 30 17:38:56 Eastern Standard Time 2002

MIME::Types#-- # MIME::Types for Ruby # Version 1.004 # # Copyright (c) 2002 Austin Ziegler # # $Id: $ # # ========================================================================== # Revision History :: # YYYY.MM.DD Change ID Developer # Description # -------------------------------------------------------------------------- # 2002.10.30 Austin Ziegler # Updated to match 1.004 Perl version, links credited to Dan # Puro. Adds new reference list to # www.indiana.edu/cgi-bin-local/mimetypes ... I've kept # the same decisions that Mark Overmeer did for the 1.004 # version. # 2002.10.22 Austin Ziegler # Removed MIME::InvalidType with TypeError. Changed .type to # .class. Cleaned up how simplified versions are created. # # ========================================================================== #++

Required files
test/unit