RubyGems Navigation menu

mime-types 1.23

This library allows for the identification of a file's likely MIME content type. This is release 1.23 that adds the ability to enumerate over the collection of MIME types and updates the sources of a few MIME types. The identification of MIME content type is based on a file's filename extensions. MIME types are used in MIME-compliant communications, as in e-mail or HTTP traffic, to indicate the type of content which is transmitted. MIME::Types provides the ability for detailed information about MIME entities (provided as a set 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 not complete; don't hesitate to ask to add additional information. This library follows the IANA collection of MIME types (see below for reference). MIME::Types for Ruby was originally based on and synchronized with MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data format for the MIME::Type list has changed and the synchronization will no longer happen. MIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It follows the official {IANA registry}[http://www.iana.org/assignments/media-types/] ({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types added from the the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp].

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. 1.23 April 21, 2013 (54.0 KB)
顯示所有版本(共 50)

Development 相依性套件 (12):

hoe ~> 3.6
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 ~> 4.7
nokogiri ~> 1.5
rake ~> 10.0
rdoc ~> 4.0
rubyforge >= 2.0.4

擁有者:

作者:

  • Austin Ziegler

SHA 256 總和檢查碼:

=

總下載次數 843,856,479

這個版本 5,105,512

版本发布:

授權:

MIT, Artistic 2.0, GPL-2

Ruby 版本需求:

新版本需要 MFA: true

相關連結: