source "https://rubygems.org" gem "typhoeus", :git => "https://github.com/typhoeus/typhoeus.git" gem "nokogiri" gem "json" group :development, :test do gem "webmock", "~>1.9.3" gem "simplecov" gem "rspec", :require => "spec" end