RubyGems Navigation menu

mime-types 2.4.1

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.4.1 (2.4 was pulled), fixing a bug in observed use of the mime-types library where extensions were not previously sorted, such that MIME::Types.of('image.jpg').first.extensions.first returned a value of +jpeg+ in mime-types 1, but +jpe+ in mime-types 2. This was introduced because extensions were sorted during assignment (MIME::Type#extensions=). This behaviour has been reverted to protect clients that work as noted above. The preferred way to express this is the new method: MIME::Type.of('image.jpg').first.preferred_extension Łukasz Śliwa created the {friendly_mime}[https://github.com/lukaszsliwa/friendly_mime] gem, which offers friendly descriptive names for MIME types. This functionality and English-language data has been added to mime-types as MIME::Type#friendly. To make it easy for internationalization, MIME::Type#i18n_key has been added, which will return a key suitable for use with the {I18n}[https://github.com/svenfuchs/i18n] library. 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:
= 複製 已複製

安裝:
=

版本列表:

  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.4.1 - October 07, 2014 (115.0 KB)
顯示所有版本(共 43)

Development 相依性套件 (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

擁有者:

作者:

  • Austin Ziegler

SHA 256 checksum:

8dab4996ba9e5af58f801c0b57c12678bc927c44831d89ee01eaf71eed102a07

總下載次數 688,504,495

這個版本 247,568

License:

MIT, Artistic 2.0, GPL-2

Ruby 版本需求: >= 1.9.2

New versions require MFA: true

相關連結: