Releasing the Typhoeus version constraint
This commit is contained in:
@@ -47,20 +47,6 @@ module Typhoeus
|
||||
end
|
||||
end
|
||||
|
||||
module Ethon
|
||||
class Easy
|
||||
module Options
|
||||
def cookiejar=(value)
|
||||
Curl.set_option(:cookiejar, value_for(value, :string), handle)
|
||||
end
|
||||
|
||||
def cookiefile=(value)
|
||||
Curl.set_option(:cookiefile, value_for(value, :string), handle)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Override for puts to enable logging
|
||||
def puts(o = '')
|
||||
# remove color for logging
|
||||
|
||||
Reference in New Issue
Block a user