- 03 Feb, 2019 2 commits
-
-
README: Use GitHub Markdown code fences
Daniel Mendler committed -
README: Use SVG badges
Daniel Mendler committed
-
- 02 Feb, 2019 2 commits
-
-
Olle Jonsson committed
-
Olle Jonsson committed
-
- 23 Dec, 2018 2 commits
-
-
Add metadata uris
Daniel Mendler committed -
Add rubygems uris leading directly to changelog and other places. This helps with automated gems management.
Stanisław Pitucha committed
-
- 20 Dec, 2018 2 commits
-
-
Daniel Mendler committed
-
Daniel Mendler committed
-
- 03 May, 2018 2 commits
-
-
Change testing framework from bacon to minitest.
Daniel Mendler committed -
Jun Aruga committed
-
- 02 May, 2018 7 commits
-
-
Gratipay is no longer a thing
Daniel Mendler committed -
Oleg committed
-
Fixing API link and adding button to rubygems
Daniel Mendler committed -
Set available rbx name on Travis CI.
Daniel Mendler committed -
"rbx" does not exist in Travis.
Jun Aruga committed -
Update .travis.yml.
Daniel Mendler committed -
* Add Ruby 2.4 and 2.5. * Update old Ruby versions to use the latet version.
Jun Aruga committed
-
- 27 Oct, 2017 1 commit
-
-
Oleg committed
-
- 09 Aug, 2016 1 commit
-
-
Docs: Introduce changelog
Daniel Mendler committed
-
- 08 Aug, 2016 1 commit
-
-
[ci skip]
Jared Beck committed
-
- 02 Aug, 2016 2 commits
-
-
Daniel Mendler committed
-
Support IO-like objects efficiently
Janko Marohnić committed
-
- 26 Jul, 2016 1 commit
-
-
Previously if we passed in an IO object which doesn't respond to #seek, MimeMagic would read the whole IO into memory. And this is exactly the type of objects that the Shrine file upload library deals with. However, we can also "seek" by blank-reading that many bytes, and always rewinding to the beginning, which is what we've implemented in this change. This change also doesn't require IOs to respond to #binmode.
Janko Marohnić committed
-
- 25 Jul, 2016 1 commit
-
-
Improve performance
Daniel Mendler committed
-
- 23 Jul, 2016 3 commits
-
-
If you speed up detection of common MIME types, you speed up MIME type detection in general.
Janko Marohnić committed -
Janko Marohnić committed
-
Previously we had to separate branches which did the same thing, one was for IOs and other was for strings. However, if we wrap the string into a StringIO, we can use the same branch for both.
Janko Marohnić committed
-
- 28 Jun, 2016 2 commits
-
-
Updated to shared-mime-info 1.6
Daniel Mendler committed
-
- 27 May, 2016 4 commits
-
-
Add support for returning all possible mime types by magic.
Daniel Mendler committed -
Rob Cherry committed
-
Rob Cherry committed
-
Rob Cherry committed
-
- 15 Feb, 2016 1 commit
-
-
Fedot Praslov committed
-
- 04 Jan, 2016 1 commit
-
-
Daniel Mendler committed
-
- 14 Aug, 2015 2 commits
-
-
avoid loose matching on msoffice formats in overlay.rb
Daniel Mendler committed -
Gurusamy Sarathy committed
-
- 07 Aug, 2015 1 commit
-
-
Extend the range we search for MS files
Daniel Mendler committed
-
- 05 Aug, 2015 1 commit
-
-
Sometimes the first instance of the word/ or ppt/ is not in the first 2000 bytes - 5000 should cover it.
Jordan Thoms committed
-
- 27 Jul, 2015 1 commit
-
-
replace test images by images from public domain
Daniel Mendler committed
-