- 14 Jul, 2020 1 commit
-
-
Ali Ismayilov committed
-
- 04 May, 2020 1 commit
-
-
Daniel Mendler committed
-
- 27 Apr, 2020 1 commit
-
-
epitron committed
-
- 28 Jan, 2020 1 commit
-
-
Daniel Mendler committed
-
- 18 Dec, 2019 2 commits
-
-
Remove rubyforge_project
Daniel Mendler committed -
This is deprecated by rubygems: ``` NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/build/sul-dlss/pre-assembly/vendor/bundle/ruby/2.5.0/specifications/mimemagic-0.3.3.gemspec:16. ```
Justin Coyne committed
-
- 30 Oct, 2019 1 commit
-
-
Frozen string literal
Daniel Mendler committed
-
- 06 Oct, 2019 1 commit
-
-
Mathieu Mahé committed
-
- 19 Apr, 2019 1 commit
-
-
Handle Office Open XML types for filed generated outside MSOffice
Daniel Mendler committed
-
- 05 Feb, 2019 2 commits
-
-
CI: rbx-3 in allow_failures, comment on Bundler
Daniel Mendler committed -
Olle Jonsson committed
-
- 04 Feb, 2019 1 commit
-
-
Travis: Use Bundler < 2
Daniel Mendler committed
-
- 03 Feb, 2019 2 commits
-
-
README: Use GitHub Markdown code fences
Daniel Mendler committed -
README: Use SVG badges
Daniel Mendler committed
-
- 02 Feb, 2019 3 commits
-
-
Olle Jonsson committed
-
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
-
- 12 Sep, 2018 1 commit
-
-
It turns out that the position of '[Content_Types].xml' is not fixed in this format, and whereas MS Office adds it in the beginning in general, when files are generated using Google Docs, or RubyXL, this is not necessarily true. They might add it at the end, so all these would be detected as application/zip. This fixes #39
Rosa Gutierrez 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 2 commits
-
-
If you speed up detection of common MIME types, you speed up MIME type detection in general.
Janko Marohnić committed -
Janko Marohnić committed
-