Sha256: 983fcfb1fc7df5daf5b0de3a0b4f708f1773c72116a1f5b34e7c6a75cbdbac97

Contents?: true

Size: 1.47 KB

Versions: 3

Compression:

Stored size: 1.47 KB

Contents

This is a stripped down package of Austin Ziegler's windows-pr library.
This is version 1.15.

The original can be found at Rubyforge at:

http://rubyforge.org/projects/mime-types

This library will be installed only if it is not already present on the
appropriate platform.  The main setup.rb for IOWA takes care of it, including
generation of ri documentation and the installation of the document in doc/ to:

Config::CONFIG['datadir']/mime-types

Below is the original 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 external/mime-types/README
IOWA-1.0.2 external/mime-types/README
IOWA-1.0.0 external/mime-types/README