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.1 #120

Merged
merged 1 commit into from
May 22, 2016
Merged

mime-types 3.1 #120

merged 1 commit into from
May 22, 2016

Conversation

halostatue
Copy link
Member

  • 3 bug fixes
  • A test for MIME::Types::Cache fails under Ruby 2.3 because of frozen
    strings test failure #118. This has been fixed.
  • The JSON data has been incorrectly encoded since the release of
    mime-types 3 on the +xrefs+ field, because of the switch to using a Set
    to store cross-reference information. This has been fixed.
  • A tentative fix for Strange issue on with 3.0, background jobs, Heroku and HTML email attachments #117 has been applied, removing the only circular
    require dependencies that exist (and for which there was code to
    prevent, but the current fix is simpler). I have no way to verify this
    fix and depending on how things are loaded by delayed_job, this fix
    may not be sufficient.
  • 1 governance change
  • Updated to Contributor Covenant 1.4.

*   3 bug fixes

    *   A test for MIME::Types::Cache fails under Ruby 2.3 because of frozen
        strings #118. This has been fixed.

    *   The JSON data has been incorrectly encoded since the release of
        mime-types 3 on the +xrefs+ field, because of the switch to using a Set
        to store cross-reference information. This has been fixed.

    *   A tentative fix for #117 has been applied, removing the only circular
        require dependencies that exist (and for which there was code to
        prevent, but the current fix is simpler). I have no way to verify this
        fix and depending on how things are loaded by `delayed_job`, this fix
        may not be sufficient.

*   1 governance change

    *   Updated to Contributor Covenant 1.4.
@halostatue halostatue force-pushed the mime-types-3.1-pre branch from 21c4425 to 6fc325f Compare May 22, 2016 04:46
@halostatue halostatue merged commit aa499d1 into master May 22, 2016
@halostatue halostatue deleted the mime-types-3.1-pre branch May 22, 2016 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant