RubyGems Navigation menu

mime-types 2.6.2

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. There are many types defined by RFCs and vendors, so the list is long but by definition incomplete; don't hesitate to add additional type definitions. MIME type definitions found in mime-types are from RFCs, W3C recommendations, the {IANA Media Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml], and user contributions. It conforms to RFCs 2045 and 2231. This is release 2.6 with two new experimental features. The first new feature is a new default registry storage format that greatly reduces the initial memory use of the mime-types library. This feature is enabled by requiring +mime/types/columnar+ instead of +mime/types+ with a small performance cost and no change in *total* memory use if certain methods are called (see {Columnar Store}[#label-Columnar+Store]). The second new feature is a logger interface that conforms to the expectations of an ActiveSupport::Logger so that warnings can be written to an application's log rather than the default location for +warn+. This interface may be used for other logging purposes in the future. mime-types 2.6 is the last planned version of mime-types 2.x, so deprecation warnings are no longer cached but provided every time the method is called. mime-types 2.6 supports Ruby 1.9.2 or later.

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.6.2 - September 14, 2015 (187 KB)
Show all versions (43 total)

Development Dependencies (13):

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

Owners:

Authors:

  • Austin Ziegler

SHA 256 checksum:

b595583540f1228dd24978c0f87cf1918e4f2c709fe5d517fb6706cbb35ede8c

Total downloads 688,411,406

For this version 27,817,183

Licenses:

MIT, Artistic 2.0, GPL-2

Required Ruby Version: >= 1.9.2

New versions require MFA: true

Links: