summaryrefslogtreecommitdiff
path: root/lib/mime/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Various upgradesHEADmainAustin Ziegler2023-02-171-1/+1
* Define MIME::Type#hashAlex Vondrak2022-07-011-0/+26
* Fix invalid syntax for < Ruby 2.3Austin Ziegler2021-11-161-1/+1
* IANA Provisional Registration SupportAustin Ziegler2021-11-151-2/+13
* Convert to standardrb (#156)Austin Ziegler2021-06-021-78/+80
* Doc fixes (#153)Kevin Menard2021-01-171-15/+49
* Prepare for 3.3.1 releaseAustin Ziegler2019-12-261-1/+1
* Fix [_1,_2,_3] parameters (conflict with Ruby 2.7.0); Updated gems and ruby v...Al Snow2019-12-261-2/+2
* Prepare for mime-types 3.3Austin Ziegler2019-09-041-1/+1
* Intern content type stringsJean Boussier2019-04-031-3/+20
* Code formatting:Austin Ziegler2019-01-261-22/+20
* Add a configuration file for unusedAustin Ziegler2018-08-171-10/+9
* Finalize 3.2.2 hotfixv3.2.2Austin Ziegler2018-08-121-1/+1
* v3.2.1: An encoding bugfix releasev3.2.1Austin Ziegler2018-08-121-9/+3
* Perform some maintenance for v3.2Austin Ziegler2018-08-121-1/+1
* Hardcode common argument results to prevent dup string allocationsDillon Welch2018-08-111-1/+7
* Calculate priority from MIME types of same familyJanko Marohnić2018-08-111-1/+1
* mime-types 3.1 (#120)v3.1Austin Ziegler2016-05-221-2/+9
* mime-types 3.0Austin Ziegler2015-11-211-449/+183
* Finalizing for release of 2.6.2.v2.6.2Austin Ziegler2015-09-131-1/+1
* Bump version to 2.6.1Jeremy Evans2015-05-251-1/+1
* mime-types 2.6 release ready code.Austin Ziegler2015-05-251-119/+192
* Avoid conflict with existing `mime` gemJosep M. Blanquer2015-05-231-1/+1
* Release mime-types 2.5.Austin Ziegler2015-04-251-1/+1
* Add an allocations benchmark.Austin Ziegler2015-04-251-3/+1
* Clarify MIME::Type stringification documentationAustin Ziegler2015-04-241-11/+15
* Drop tens of thousands of object allocations on requireschneems2015-04-011-8/+14
* Restore Ruby 1.9.2 support.v2.4.3Austin Ziegler2014-10-211-4/+7
* Finalize release 2.4.2.v2.4.2Austin Ziegler2014-10-151-1/+1
* Clearing up some code smells.Austin Ziegler2014-10-081-4/+9
* Making a lot of comments private.Austin Ziegler2014-10-081-5/+9
* Better handling of incomplete cases.Austin Ziegler2014-10-081-1/+3
* Release mime-types 2.4.1 on test pass.v2.4.1Austin Ziegler2014-10-071-1/+1
* Adding tests that cover new functionality.Austin Ziegler2014-10-071-1/+1
* Changing friendly from string to hash.Austin Ziegler2014-10-071-11/+59
* Finalizing mime-types 2.4 release.Austin Ziegler2014-10-071-1/+1
* Adding MIME::Type#friendly.Austin Ziegler2014-10-071-0/+6
* Unsort extensions, restore old sort order.Austin Ziegler2014-10-071-2/+13
* Fix a bug with MIME::Types#type_for.Austin Ziegler2014-05-201-1/+1
* Don't warn when called internally.Austin Ziegler2014-03-111-17/+17
* Updating documentation for planned release.Austin Ziegler2014-03-111-1/+1
* Summarizing the impending mime-types 2.1 release.Austin Ziegler2014-01-251-1/+4
* Rewriting IANA registry parsing.Austin Ziegler2014-01-251-12/+47
* Using Array() instead of [ foo ].Austin Ziegler2014-01-231-5/+5
* mime-types 2.0Austin Ziegler2013-10-261-0/+634