lib/puree/rest/base.rb in puree-2.9.0 vs lib/puree/rest/base.rb in puree-2.9.1

- old
+ new

@@ -26,10 +26,10 @@ @http_client = @http_client.basic_auth options end @http_client = @http_client.headers(api_key_header(config[:api_key])) @http_client = @http_client.timeout read: config[:http_read_timeout], write: config[:http_write_timeout], - connection: config[:http_connection_timeout] + connect: config[:http_connection_timeout] @url = config[:url] end # @param params [Hash] Combined GET and POST parameters for all records # @param accept [Symbol] \ No newline at end of file