Sha256: c14efeeccd7680ccd2e914f3c1443ab2c196f48e2c924d06c284f5ad30ea7471
Contents?: true
Size: 397 Bytes
Versions: 55
Compression:
Stored size: 397 Bytes
Contents
module Faraday class Adapter # This class is just a stub, the real adapter is in https://github.com/philsturgeon/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb class Typhoeus < Faraday::Adapter # Needs to define this method in order to support Typhoeus <= 1.3.0 def call; end dependency 'typhoeus' dependency 'typhoeus/adapters/faraday' end end end
Version data entries
55 entries across 51 versions & 4 rubygems