Metadata


Name
mime-types
Version
3.6.0
Platform
ruby
Authors
Austin Ziegler
Bindir
bin
Date
2024-10-02 00:00:00 UTC
Dependencies
mime-types-data (~> 3.2015)
logger (>= 0)
minitest (~> 5.25, development)
hoe (>= 3.0, < 5, development)
hoe-doofus (~> 1.0, development)
hoe-gemspec2 (~> 1.1, development)
hoe-git2 (~> 1.7, development)
hoe-rubygems (~> 1.0, development)
minitest-autotest (~> 1.0, development)
minitest-focus (~> 1.0, development)
minitest-hooks (~> 1.4, development)
rake (>= 10.0, < 14.0, development)
standard (~> 1.0, development)
rdoc (>= 4.0, < 7, development)
simplecov (~> 0.21, development)
Description
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. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
Email
halostatue@gmail.com
Extra rdoc files
Code-of-Conduct.md
Contributing.md
History.md
Licence.md
Manifest.txt
README.rdoc
Files
.standard.yml
Code-of-Conduct.md
Contributing.md
History.md
Licence.md
Manifest.txt
README.rdoc
Rakefile
lib/mime-types.rb
lib/mime/type.rb
lib/mime/type/columnar.rb
lib/mime/types.rb
lib/mime/types/_columnar.rb
lib/mime/types/cache.rb
lib/mime/types/columnar.rb
lib/mime/types/container.rb
lib/mime/types/deprecations.rb
lib/mime/types/full.rb
lib/mime/types/loader.rb
lib/mime/types/logger.rb
lib/mime/types/registry.rb
test/bad-fixtures/malformed
test/fixture/json.json
test/fixture/old-data
test/fixture/yaml.yaml
test/minitest_helper.rb
test/test_mime_type.rb
test/test_mime_types.rb
test/test_mime_types_cache.rb
test/test_mime_types_class.rb
test/test_mime_types_lazy.rb
test/test_mime_types_loader.rb
Homepage
https://github.com/mime-types/ruby-mime-types/
Licenses
MIT
Metadata
{"homepage_uri"=>"https://github.com/mime-types/ruby-mime-types/", "source_code_uri"=>"https://github.com/mime-types/ruby-mime-types/", "bug_tracker_uri"=>"https://github.com/mime-types/ruby-mime-types/issues", "changelog_uri"=>"https://github.com/mime-types/ruby-mime-types/blob/master/History.md", "rubygems_mfa_required"=>"true"}
Rdoc options
--main
README.rdoc
Require paths
lib
Required ruby version
>= 2.0
Required rubygems version
>= 0
Rubygems version
3.5.16
Specification version
4
Summary
The mime-types library provides a library and registry for information about MIME content type definitions
Original platform
ruby
New platform
ruby