types.rb
Path: mime/types.rb
Modified: Mon Feb 10 01:26:25 Eastern Standard Time 2003
MIME Types RuntimeError InvalidContentType Comparable Type TopLevel

MIME::Types#-- # MIME::Types for Ruby # Version 1.005 # # Copyright (c) 2002 Austin Ziegler # # $Id: types.rb,v 1.1 2003/02/10 06:26:25 austin Exp $ # # ========================================================================== # Revision History :: # YYYY.MM.DD Change ID Developer # Description # -------------------------------------------------------------------------- # 2003.02.10 Austin Ziegler # Cleaned up types per Perl::Types 1.005. Cleaned up split code # so that results are cleaner and more accurate. # 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. # # ========================================================================== #++