Closed luispereira closed 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.
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?