Bump mime-types from 3.3.1 to 3.4.1
Bumps mime-types from 3.3.1 to 3.4.1.
Changelog
Sourced from mime-types's changelog.
3.4.1 / 2021-11-16
1 bugfix:
- 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. #157Documentation:
- 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 -
35cc02d
Fix invalid syntax for < Ruby 2.3 -
54cb8ed
Switch primary branch to main -
f83ff9a
Merge pull request #157 from mime-types/additional-columns -
fdbbaa8
Move deps retrieval to a support file -
0c76e5c
IANA Provisional Registration Support -
89736d5
CI: Avoid double bundle install (#158) -
6c8324d
Convert to standardrb (#156) -
b8db65a
Mark Ruby versions for CI as strings, not numbers -
a2ac225
Administrivia: - Additional commits viewable in compare view