RubyGems Navigation menu

mime-types 2.0

The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. MIME content types are used in MIME-compliant communications, as in e-mail or HTTP traffic, to indicate the type of content which is transmitted. The mime-types library provides the ability for detailed information about MIME entities (provided as an enumerable collection of MIME::Type objects) to be determined and used programmatically. There are many types defined by RFCs and vendors, so the list is long but by definition incomplete; don't hesitate to to add additional type definitions (see Contributing.rdoc). The primary sources for MIME type definitions found in mime-types is the IANA collection of registrations (see below for the link), RFCs, and W3C recommendations. The mime-types library uses semantic versioning. This is release 2.0; there are incompatible changes in the API provided by mime-types, mostly around registry initialization (see History.rdoc for full details), and the removal of support for Ruby 1.8 interpreters. mime-types (previously called MIME::Types for Ruby) was originally based on MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. It is built to conform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA registry}[http://www.iana.org/assignments/media-types/] ({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types added from the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp] and added by the users of mime-types.

Gemfile:
=

installation:
=

Versions:

  1. 3.6.0.beta1 - September 22, 2024 (38,5 ko)
  2. 3.5.2 - January 02, 2024 (37 ko)
  3. 3.5.1 - August 22, 2023 (37 ko)
  4. 3.5.0 - August 07, 2023 (37 ko)
  5. 3.4.1 - November 16, 2021 (36 ko)
  6. 2.0 - October 28, 2013 (71 ko)
Voir toutes les versions (44)

Dépendances de Development (12):

hoe ~> 3.7
hoe-bundler ~> 1.2
hoe-doofus ~> 1.0
hoe-gemspec2 ~> 1.1
hoe-git ~> 1.5
hoe-rubygems ~> 1.0
hoe-travis ~> 1.2
minitest ~> 5.0
rake ~> 10.0
rdoc ~> 4.0
rubyforge >= 2.0.4
simplecov ~> 0.7

Propriétaires:

Auteurs:

  • Austin Ziegler

Total de contrôle SHA 256:

=

Total de téléchargements 727 272 254

Pour cette version 1 192 091

Version publiée:

Licenses:

MIT, Artistic 2.0, GPL-2

Version de Ruby requise: >= 1.9.2

New versions require MFA: true

Liens: