lib/frenetic/configuration.rb in frenetic-0.0.20.alpha.0 vs lib/frenetic/configuration.rb in frenetic-0.0.20.alpha.1
- old
+ new
@@ -14,10 +14,10 @@
def initialize( cfg = {} )
@_cfg = cfg.symbolize_keys
end
def adapter
- @_cfg[:adapter] || :net_http
+ @_cfg[:adapter] || Faraday.default_adapter
end
def api_token
@_cfg[:api_token]
end
\ No newline at end of file