I have noticed issues on my host that my code keeps trying to require the installed version of the OTHER gem the flickr gem they have installed when I say "require 'flickr'", but as far as I know, thats how you also require the rflickr gem is by:
"require 'flickr'" what gives here? how can I fix this, and is this gem even being supported anymore?
|