This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 05a6b82844fe45353d4a9fe627d12d35cafc6d5f
tree a8ff6a75153e96f59685a43ee339b6d2517b9e5b
parent 1d06d2cee77d78cc3f34dc8c73a626e73ac1853f
tree a8ff6a75153e96f59685a43ee339b6d2517b9e5b
parent 1d06d2cee77d78cc3f34dc8c73a626e73ac1853f
gitnub / mime-types
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
ChangeLog | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
Install | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
LICENCE | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
README | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
Rakefile | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
lib/ | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
pre-setup.rb | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
setup.rb | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
tests/ | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
README
= README: Mime::Types for Ruby This library allows for the identification of a file's likely MIME content type. This is release 1.15. 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 - 2005. 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/ Copyright:: 2002 - 2006, Austin Ziegler Based on prior work copyright Mark Overmeer == Licensing MIME::Types is available under three disjunctive licences, as detailed in the LICENCE file. == Requirements MIME::Types requires Ruby 1.8.2 or better. #-- # MIME::Types for Ruby # http://rubyforge.org/projects/mime-types/ # Copyright 2003 - 2005 Austin Ziegler. # Licensed under a MIT-style licence. # # $Id: Readme,v 1.3 2006/02/12 21:27:21 austin Exp $ #++ # vim: sts=2 sw=2 ts=4 et ai tw=77






