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.7.0 May 07, 2025 (41.0 KB)
  2. 3.7.0.pre2 April 07, 2025 (41.0 KB)
  3. 3.7.0.pre1 April 04, 2025 (41.0 KB)
  4. 3.6.2 March 25, 2025 (39.5 KB)
  5. 3.6.1 March 18, 2025 (39.5 KB)
  6. 2.5 April 25, 2015 (114.5 KB)
顯示所有版本(共 50)

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 總和檢查碼:

=

總下載次數 842,835,917

這個版本 1,499,368

版本发布:

授權:

MIT, Artistic 2.0, GPL-2

Ruby 版本需求: >= 1.9.2

新版本需要 MFA: true

相關連結: