remvee / exifr

EXIF Reader
https://remvee.github.io/exifr/
MIT License
489 stars 65 forks source link

Require exifr not found #44

Closed luispereira closed 8 years ago

luispereira commented 8 years ago

I'm using require 'exifr' on my script on windows 10 although when I'm running the script it always gives: `require': cannot load such file -- exifr

Although, if I do irb and then require 'exifr' on my command line it works. my env:

Am I doing anything wrong here?

remvee commented 8 years ago

Hi Luis, I have no experience with ruby on windows but I am pretty sure you're doing something wrong and I am very sure the exifr gem is not the problem. You're probably using a different ruby when you're running a script or you using bundler without exifr in the gemfile or something else. Try your luck on one of the ruby related mailinglists or stackoverflow.