Bug fixes:
- fixed a resource leak for remote URLs - @tmorton - c12decb
- fixed exif inspection - @john-griffin - 578df15
- fixed removing temporary file - @edogawaconan - bbe1f94
Refactors:
- split minimagick into multiple files
- stopped relying on which to pick processor dinamically(gm or mogrify) and instead used a method that is windows and *nix compatible
- removed files that made minimagick gem impossible to install in windows
- made test build pass with windows (and every new pull request from now should be)
Thanks to everybody that helped in that release! This is a good milestone and minimagick needed all that renewal.