janfri / mini_exiftool

This library is a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of Exiftool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. Branch master is for actual development and branch compatibility-version is for compatibility with Ruby 1.8 and exiftool versions prior 7.65.
GNU Lesser General Public License v2.1
213 stars 52 forks source link

Fix bundler/gemspec dependencies #28

Closed stjhimy closed 8 years ago

stjhimy commented 8 years ago

I promise this is the last PR with dependencies fix :-)

This will allow a complete setup with bundle install avoiding require error messages.

bundle install
bundle exec rake test
stjhimy commented 8 years ago

I think ce7c8ff91e9f7fee7452c0f8fc83ef9a6ba8f50b do the same in a different way. Thanks @janfri !