flickr-objects
flickr-objects copied to clipboard
🤔what do I require?
trafficstars
👋Hello @janko,
I am at the spike phase of a new project, and I'm having trouble requiring the lib in a non-rails context. I tried flickr and flicker-objects individually, like so;
require "flickr"
# require "flickr-objects"
Flickr.configure do |config|
config.api_key = "API_KEY"
config.shared_secret = "SHARED_SECRET"
end
Both times I'm getting:
cannot load such file -- flickr (LoadError)
cannot load such file -- flickr-objects (LoadError)
Am I missing a step or thinking about this wrong?
Both of these requires should work 🤔 You can see that both of these files exist in the lib/ directory.
Okay, I thought so as well. I forked the repo and noticed a few failing specs which I'm looking into.
I'll keep digging...