sova 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/sova/http.rb +0 -1
  2. data/sova.gemspec +1 -1
  3. 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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sova"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.date = "2011-02-17"
5
5
  s.summary = "CouchDB library"
6
6
  s.email = "harry@vangberg.name"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Harry Vangberg