summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Various upgradesHEADmainAustin Ziegler2023-02-174-23/+19
* Define MIME::Type#hashAlex Vondrak2022-07-011-0/+26
* Fix invalid syntax for < Ruby 2.3Austin Ziegler2021-11-165-6/+6
* IANA Provisional Registration SupportAustin Ziegler2021-11-157-12/+21
* Convert to standardrb (#156)Austin Ziegler2021-06-0213-171/+193
* 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-264-13/+13
* 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-268-49/+47
* Add a configuration file for unusedAustin Ziegler2018-08-172-19/+18
* Finalize 3.2.2 hotfixv3.2.2Austin Ziegler2018-08-121-1/+1
* Remove unintentional debugging codehfukui2018-08-131-1/+0
* v3.2.1: An encoding bugfix releasev3.2.1Austin Ziegler2018-08-122-14/+45
* MIME::Types::Container is still an internalv3.2Austin Ziegler2018-08-121-1/+1
* Resolve #136 and control growth of containersAustin Ziegler2018-08-122-15/+41
* Resolve a bug related to the switch to SetsAustin Ziegler2018-08-122-6/+6
* Perform some maintenance for v3.2Austin Ziegler2018-08-124-8/+10
* Hardcode common argument results to prevent dup string allocationsDillon Welch2018-08-1113-1/+31
* Calculate priority from MIME types of same familyJanko Marohnić2018-08-111-1/+1
* Add __instances__ entry when loading from cache (#126)Burke Libbey2017-04-111-2/+3
* mime-types 3.1 (#120)v3.1Austin Ziegler2016-05-225-151/+152
* mime-types 3.0Austin Ziegler2015-11-2113-992/+483
* Finalizing for release of 2.6.2.v2.6.2Austin Ziegler2015-09-131-1/+1
* Fix typo in MIME::Type::Columnarmattbeedle2015-09-011-1/+1
* 'each_with_object' passes the given object as last argument.losadaem2015-08-241-1/+1
* Bump version to 2.6.1Jeremy Evans2015-05-251-1/+1
* Merge pull request #103 from jeremyevans/fix_columnar_extAustin Ziegler2015-05-251-1/+1
|\
| * Record all extensions when using the columnar storeJeremy Evans2015-05-251-1/+1
* | Avoid circular require when you do require 'mime/types/columnar'Jeremy Evans2015-05-251-1/+1
|/
* mime-types 2.6 release ready code.Austin Ziegler2015-05-257-229/+349
* Make column format optional, JSON is default.Austin Ziegler2015-05-257-251/+346
* Deprecations are noisy, now.Austin Ziegler2015-05-251-17/+11
* Use text-based columnar storageJeremy Evans2015-05-254-3/+235
* Avoid conflict with existing `mime` gemJosep M. Blanquer2015-05-232-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
* Set Container default_proc when marshal loadedDavid Genord II2014-12-091-0/+1
* Restore Ruby 1.9.2 support.v2.4.3Austin Ziegler2014-10-212-5/+9
* Finalize release 2.4.2.v2.4.2Austin Ziegler2014-10-151-1/+1
* Merge pull request #75 from chancancode/use_json_parseAustin Ziegler2014-10-151-1/+1
|\
| * Use `JSON.parse` to limit exposureGodfrey Chan2014-10-141-1/+1
* | remove unnecessary object duplicationAaron Patterson2014-10-141-3/+1
|/
* Clearing up some code smells.Austin Ziegler2014-10-081-4/+9
* Making a lot of comments private.Austin Ziegler2014-10-082-16/+22
* Remove an unused variable.Austin Ziegler2014-10-081-1/+1
* Better handling of incomplete cases.Austin Ziegler2014-10-081-1/+3