[ANN] mime-types 2.99.1 Released

mime-types version 2.99.1 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.1, the first scheduled data update for mime-types 2.x. As
of mime-types 2.99. 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'

Changes:

## 2.99.1 / 2016-02-21

* Data release. This release reflects only updates to the embedded MIME type
  data on the specified quarterly schedule.