[ANN] mime-types 2.99 Released

mime-types version 2.99 has been released!

* home: <https://github.com/mime-types/ruby-mime-types/>
* code: <https://github.com/mime-types/ruby-mime-types/>
* bugs: <https://github.com/mime-types/ruby-mime-types/issues>
* rdoc: <http://rdoc.info/gems/mime-types/>
* continuous integration: <{img src="
https://travis-ci.org/mime-types/ruby-mime-types.png" /}[
https://travis-ci.org/mime-types/ruby-mime-types]>
* test coverage: <{img src="
https://coveralls.io/repos/mime-types/ruby-mime-types/badge.png"
alt="Coverage Status" /}[https://coveralls.io/r/mime-types/ruby-mime-types]>

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.

This is release 2.99, the deprecation version of mime-types 2.x, where
deprecation warnings are noisy and data that has been deprecated is now no
longer available. The data is both dropped from the data files and is
stubbed
out as empty or +nil+ values as appropriate.

mime-types-2.6 was the last version of mime-types 2.x with newly available
features, and mime-types 2.99 will only receive quarterly updates to the
IANA
registered MIME media types plus any security updates that may be required.

If the loss of the deprecated data matters, be sure to set your dependency
appropriately:

   gem 'mime-types', '~> 2.6, < 2.99'

mime-types 2.99.x will receive security updates as needed and quarterly
updates
of the IANA registry for two years, ending on 2017-11-21.

Changes:

## 2.99 / 2015-11-21

* 1 governance change

  * This project now has a {Code of Conduct}[Code-of-Conduct_rdoc.html]

* 1 major change

  * Replaced deprecated fields for MIME types with fixed empty responses.