Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mime-types 3.0 #111

Merged
merged 1 commit into from
Nov 21, 2015
Merged

mime-types 3.0 #111

merged 1 commit into from
Nov 21, 2015

Commits on Nov 21, 2015

  1. mime-types 3.0

    - Require Ruby 2.0 or later. Resolves #97.
    - Remove deprecated methods.
    - Update known registries when a MIME type extension changes. Resolves #84.
    - Relicensed mime-types 3.0 as MIT only. Resolves #95.
    - Extracted data from this gem to mime-types-data; removed deprecated data.
    - Rewrote tests to better understand what is being tested—some of the tests
      were almost ten years old and didn’t make a lot of sense with this version. I
      have switched to minitest/spec with assertions.
    - Columnar data is now the default registry store. Because JSON is not required
      by default, this change resolves #85.
    - MIME::Types containers are now implemented with Set instead of Array to
      prevent data duplication. Resolves #79.
    halostatue committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    026ceea View commit details
    Browse the repository at this point in the history