sova 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sova/http.rb +0 -1
- data/sova.gemspec +1 -1
- metadata +2 -2
data/lib/sova/http.rb
CHANGED
@@ -28,7 +28,6 @@ module Sova
|
|
28
28
|
request.auth.basic uri.user, uri.password if uri.user && uri.password
|
29
29
|
request.proxy = Sova.proxy if Sova.proxy
|
30
30
|
request.body = doc if doc
|
31
|
-
request.read_timeout = 1
|
32
31
|
request.headers = {
|
33
32
|
"Content-Type" => "application/json",
|
34
33
|
"Accept" => "application/json"
|
data/sova.gemspec
CHANGED