lib/ethon/easy/options.rb in ethon-0.5.1 vs lib/ethon/easy/options.rb in ethon-0.5.2
- old
+ new
@@ -12,10 +12,10 @@
base.extend ClassMethods
base.const_set(:AVAILABLE_OPTIONS, [
:dns_cache_timeout, :httppost, :httpget, :nobody, :upload,
:customrequest, :cainfo, :capath, :connecttimeout, :connecttimeout_ms,
:forbid_reuse, :followlocation, :httpauth, :infilesize, :interface,
- :maxredirs, :nosignal, :postfieldsize, :copypostfields, :proxy,
+ :keypasswd, :maxredirs, :nosignal, :postfieldsize, :copypostfields, :proxy,
:proxyauth, :proxyport, :proxytype, :proxyuserpwd, :timeout, :timeout_ms,
:readdata, :sslcert, :ssl_verifypeer, :ssl_verifyhost, :sslcerttype,
:sslkey, :sslkeytype, :sslversion, :url, :useragent, :userpwd,
:verbose, :readfunction
])