summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve issue #47: undefined method zero?v1.25.1v1-bug-fixesAustin Ziegler2013-11-244-15/+25
|
* Finalizing release of 1.25.v1.25Austin Ziegler2013-08-301-2/+2
|
* Making the match method work with Ruby 1.8.Austin Ziegler2013-08-301-1/+6
|
* Documenting caching for 1.25 release.Austin Ziegler2013-08-3010-36/+110
| | | | | | - Fixing some issues with loading the cache container. - Fixing some issues with the run of tests in a particular order. - Modernized Minitest usage.
* Adding MIME::Types caching and lazy loading.Austin Ziegler2013-08-297-37/+237
|
* Updating History for release.Austin Ziegler2013-08-291-0/+11
| | | | | Conflicts: History.rdoc
* Fix issues with Minitest setup.Austin Ziegler2013-08-292-7/+2
|
* Add .mjpeg for video/x-motion-jpeg.Austin Ziegler2013-08-291-1/+1
|
* Use the internal encoding for data reading.Austin Ziegler2013-08-291-1/+1
|
* Addressing MIME::Types#[] method complexity.Austin Ziegler2013-08-141-19/+24
|
* Fixing Travis compiles.v1.24Austin Ziegler2013-08-142-8/+10
|
* Finalizing the 1.24 release.Austin Ziegler2013-08-146-20/+19
|
* Finishing IANA updates.Austin Ziegler2013-08-132-0/+4
|
* Importing latest IANA updates.Austin Ziegler2013-08-134-6/+37
|
* Adding application/x-www-form-urlencoded.Austin Ziegler2013-08-132-0/+3
|
* Adding 7z MIME type.Austin Ziegler2013-08-132-0/+4
| | | | Fixes issue #32.
* Merge branch 'master' of github-halostatue:halostatue/mime-typesAustin Ziegler2013-08-133-10/+18
|\ | | | | | | | | | | | | | | * 'master' of github-halostatue:halostatue/mime-types: Added two more examples from the README. Fix main documentation example so it matches the README. According to RFC 4329, section 7.1, text/javascript has the ext .js added PSD file extension to the Photoshop type
| * Merge pull request #35 from postmodern/improve_main_documentation_exampleAustin Ziegler2013-08-021-8/+16
| |\ | | | | | | Improve main documentation example
| | * Added two more examples from the README.Postmodern2013-07-231-0/+6
| | |
| | * Fix main documentation example so it matches the README.Postmodern2013-07-231-8/+10
| | |
| * | Merge pull request #34 from postmodern/add_js_extension_to_text_javascriptAustin Ziegler2013-08-021-1/+1
| |\ \ | | | | | | | | Add .js extension to text/javascript
| | * | According to RFC 4329, section 7.1, text/javascript has the ext .jsPostmodern2013-07-231-1/+1
| | |/ | | | | | | | | | * http://tools.ietf.org/html/rfc4329#section-7.1
| * | Merge pull request #33 from rnhurt/add_psd_typeAustin Ziegler2013-08-021-1/+1
| |\ \ | | |/ | |/| added PSD file extension to the Photoshop type
| | * added PSD file extension to the Photoshop typeRichard Hurt2013-06-101-1/+1
| |/
* | Fixing contribution documentation.Austin Ziegler2013-08-131-2/+2
|/
* Fixing a documentation error.Austin Ziegler2013-05-042-17/+29
|
* Cleaning up some code climate issues.Austin Ziegler2013-04-294-55/+48
|
* Finalizing the 1.23 release.v1.23Austin Ziegler2013-04-2011-53/+76
|
* Merge pull request #30 from ameuret/enumerableAustin Ziegler2013-04-202-0/+29
|\ | | | | Make the collection Enumerable
| * Amend docArnaud Meuret2013-04-151-1/+3
| |
| * Enumerate MIME::Type objects instead of assoc arraysArnaud Meuret2013-04-152-3/+4
| |
| * Make the collection EnumerableArnaud Meuret2013-04-122-0/+26
| |
* | Merge pull request #31 from nycvotes-dev/patch-1Austin Ziegler2013-04-171-0/+1
|\ \ | |/ |/| Add licenses to gemspec
| * Add licenses to gemspecnycvotes-dev2013-04-171-0/+1
|/
* Updating Gemfile for next revision.Austin Ziegler2013-03-311-5/+5
|
* Adding new and updated IANA MIME-Types.v1.22Austin Ziegler2013-03-3013-29/+62
| | | | - Bumping to version 1.22 for release.
* Merge pull request #27 from cgat/add3frsupportAustin Ziegler2013-03-301-0/+1
|\ | | | | Added support for 3FR (Hasselblad raw images) files. Mime-type was obtai...
| * Added support for 3FR (Hasselblad raw images) files. Mime-type was obtained ↵Chris Gat2013-03-211-0/+1
|/ | | | by looking at exif data with exiftool.
* Merge branch 'master' of github-halostatue:halostatue/mime-typesv1.21Austin Ziegler2013-02-093-1/+7
|\ | | | | | | | | | | | | | | | | | | | | * 'master' of github-halostatue:halostatue/mime-types: Add extensions appcache and manifest for text/cache-manifest Add extension webapp for application/x-web-app-manifest+json Add extension webp for image/webp Add extension svgz for image/svg+xml Add extension xpi for application/x-xpinstall Add extension crx for application/x-chrome-extension Add extension eot for application/vnd.ms-fontobject
| * Merge pull request #24 from 5apps/masterAustin Ziegler2013-02-093-1/+7
| |\ | | | | | | Web related mime-types
| | * Add extensions appcache and manifest for text/cache-manifestGarret Alfert2013-02-091-0/+1
| | |
| | * Add extension webapp for application/x-web-app-manifest+jsonGarret Alfert2013-02-091-0/+1
| | |
| | * Add extension webp for image/webpGarret Alfert2013-02-091-0/+1
| | |
| | * Add extension svgz for image/svg+xmlGarret Alfert2013-02-091-1/+1
| | |
| | * Add extension xpi for application/x-xpinstallGarret Alfert2013-02-091-0/+1
| | |
| | * Add extension crx for application/x-chrome-extensionGarret Alfert2013-02-091-0/+1
| | |
| | * Add extension eot for application/vnd.ms-fontobjectGarret Alfert2013-02-091-0/+1
| | |
* | | Documenting release 1.21; bumping version.Austin Ziegler2013-02-093-2/+12
|/ /
* | Helping the manifest checks on Travis.Austin Ziegler2013-02-092-10/+3
|/
* Use .gemtest for bundle installs.Austin Ziegler2013-02-032-0/+1
|