cupakromer/fetchers

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source :rubygems

gem 'httparty'
gem 'geocoder'
gem "api_key", "~>0.0", git: "git://github.com/cupakromer/api_key.git"

group :test do
  gem "webmock"
  gem "rspec"
  gem "rake"
end