- 24 Mar, 2021 11 commits
-
-
Because we're required to build a C extension in order to do so (don't ask, its a long story), use that C extension to make the path provided at build time available at run time.
Jon Wood committed -
Jon Wood committed
-
Currently looks at the value of `FREEDESKTOP_MIME_TYPES_PATH` and in `/usr/share/mime/packages/freedesktop.org.xml`, which is the path you would expect to find that file at on a typical Linux system.
Jon Wood committed -
This is the first step in removing the dependency on distributing freedesktop.og.xml as part of the gem.
Jon Wood committed -
Jon Wood committed
-
This allows it to be called at runtime.
Jon Wood committed -
Daniel Mendler committed
-
Daniel Mendler committed
-
Daniel Mendler committed
-
Daniel Mendler committed
-
Daniel Mendler committed
-
- 30 Jan, 2021 3 commits
-
-
Daniel Mendler committed
-
Daniel Mendler committed
-
Daniel Mendler committed
-
- 27 Sep, 2020 1 commit
-
-
Reduce gem package size
Daniel Mendler committed
-
- 26 Sep, 2020 1 commit
-
-
Masataka Pocke Kuwabara committed
-
- 28 Jul, 2020 1 commit
-
-
Ensure that frozen string literals used throughout the code
Daniel Mendler committed
-
- 14 Jul, 2020 2 commits
-
-
Ali Ismayilov committed
-
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
-