Update org name for typhoeus repo

This commit is contained in:
Bobby McDonald 2020-02-07 12:07:34 -05:00 committed by Olle Jonsson
parent d77c9efee9
commit a4837c8509

View File

@ -3,7 +3,7 @@
module Faraday
class Adapter
# Typhoeus adapter. This class is just a stub, the real adapter is in
# https://github.com/philsturgeon/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb
# https://github.com/typhoeus/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