Open rept opened 10 years ago
Ok including this in the gemfile worked: gem 'internet_bs_api', :git => 'git://github.com/jedeleh/internet_bs_api.git'
Argh, closed too early. The config file isn't created and I'm not even sure the gem is installed (although with the command above 'bundle install' isn't throwing errors anymore.
I found this on the net: "Rails 4 doesn't support plugins anymore, so you will have to make this into a local gem yourself."
Would you consider publishing this gem to RubyGem? That way it can get more followers...
Hi,
Thanks for this gem. I looking to try it out but is it possible this gem isn't in some kind of gem repository? I tried including it in my gemfile like this:
gem 'internet_bs_api'
and like this:
gem 'internetbs_api'
But both times it couldn't find the gem?