RubyGems Navigation menu

mime-types 2.5

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 add additional type definitions (see Contributing.rdoc). The primary sources for MIME type definitions found in mime-types is the {IANA Media Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml], RFCs, and W3C recommendations. It conforms to RFCs 2045 and 2231. This is release 2.5 with a couple of bug fixes, updating to the latest IANA type registry, and adding a user-contributed type. mime-types 2.x supports Ruby 1.9.2 or later.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 3.5.2 - January 02, 2024 (37.0 KB)
  2. 3.5.1 - August 22, 2023 (37.0 KB)
  3. 3.5.0 - August 07, 2023 (37.0 KB)
  4. 3.4.1 - November 16, 2021 (36.0 KB)
  5. 3.4.0 - November 15, 2021 (36.0 KB)
  6. 2.5 - April 25, 2015 (114.5 KB)
顯示所有版本(共 43)

Development 相依性套件 (12):

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

擁有者:

作者:

  • Austin Ziegler

SHA 256 checksum:

229fbe5d9682c2b360dde81b92e98e1deec021d88bdb5e51cded8f96b8c7537e

總下載次數 691,047,823

這個版本 1,493,277

License:

MIT, Artistic 2.0, GPL-2

Ruby 版本需求: >= 1.9.2

New versions require MFA: true

相關連結: