lib/api-client/dispatcher/net-http.rb in api-client-2.0.0.rc1 vs lib/api-client/dispatcher/net-http.rb in api-client-2.0.0.rc2

- old
+ new

@@ -1,6 +1,6 @@ -require "net/http" -require "api-client/net/http" unless Net::HTTP.new("").respond_to?(:patch) +require 'net/http' +require 'api-client/net/http' unless Net::HTTP.new('').respond_to?(:patch) # ApiClient::Dispatcher provides methods to make requests using the native ruby library 'net/http' module ApiClient::Dispatcher::NetHttp # Make a get request and returns it. #