RubyGems Navigation menu

mime-types 2.3

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. This is release 2.2, mostly changing how the MIME type registry is updated from the IANA registry (the format of which was incompatibly changed shortly before this release) and taking advantage of the extra data available from IANA registry in the form of MIME::Type#xrefs. In addition, the {LTSW list}[http://www.ltsw.se/knbase/internet/mime.htp] has been dropped as a supported list. As a reminder, mime-types 2.x is no longer compatible with Ruby 1.8 and mime-types 1.x is only being maintained for security issues. No new MIME types or features will be added. 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 Media Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml] with some types added by the users of mime-types.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 3.5.2 - January 02, 2024 (37 KB)
  2. 3.5.1 - August 22, 2023 (37 KB)
  3. 3.5.0 - August 07, 2023 (37 KB)
  4. 3.4.1 - November 16, 2021 (36 KB)
  5. 3.4.0 - November 15, 2021 (36 KB)
  6. 2.3 - May 23, 2014 (104 KB)
Show all versions (43 total)

Development Dependencies (11):

coveralls ~> 0.7
hoe ~> 3.12
hoe-doofus ~> 1.0
hoe-gemspec2 ~> 1.1
hoe-git ~> 1.6
hoe-rubygems ~> 1.0
hoe-travis ~> 1.2
minitest ~> 5.3
rake ~> 10.0
rdoc ~> 4.0
simplecov ~> 0.7

Owners:

Authors:

  • Austin Ziegler

SHA 256 checksum:

6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548

Total downloads 680,032,903

For this version 2,478,065

Licenses:

MIT, Artistic 2.0, GPL-2

Required Ruby Version: >= 1.9.2

New versions require MFA: true

Links: