Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb,
where <<- heredocs were converted to <<~ heredocs. These have been
reverted back to <<- with the indentation kept and a .strip call
to prevent excess whitespace.
3.4.0 / 2021-11-15
1 minor enhancement:
Added a new field to MIME::Type for checking provisional registrations
from IANA. #157
Documentation:
Kevin Menard synced the documentation so that all examples are correct.
#153
Administrivia:
Added Ruby 3.0 to the CI test matrix. Added windows/jruby to the
CI exclusion list; it refuses to run successfully.
Removed the Travis CI configuration and changed it to Github Workflows
#150. Removed Coveralls configuration.
Igor Victor added TruffleRuby to the Travis CI configuration. #149
Koichi ITO loosened an excessively tight dependency. #147
Started using standardrb for Ruby formatting and validation.
Moved deps:top functionality to a support file.
Commits
5b931d7 Merge pull request #160 from mime-types/fix-mime-types-syntax-error
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps mime-types from 3.3.1 to 3.4.1.
Changelog
Sourced from mime-types's changelog.
Commits
5b931d7
Merge pull request #160 from mime-types/fix-mime-types-syntax-error35cc02d
Fix invalid syntax for < Ruby 2.354cb8ed
Switch primary branch to mainf83ff9a
Merge pull request #157 from mime-types/additional-columnsfdbbaa8
Move deps retrieval to a support file0c76e5c
IANA Provisional Registration Support89736d5
CI: Avoid double bundle install (#158)6c8324d
Convert to standardrb (#156)b8db65a
Mark Ruby versions for CI as strings, not numbersa2ac225
Administrivia:Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)