sovaa 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/sovaa/http.rb +1 -1
  2. data/sovaa.gemspec +1 -1
  3. metadata +1 -1
@@ -27,7 +27,7 @@ module Sovaa
27
27
  request = HTTPI::Request.new
28
28
  request.url = uri
29
29
  request.auth.basic uri.user, uri.password if uri.user && uri.password
30
- request.proxy = Sovaa.proxy if Sova.proxy
30
+ request.proxy = Sovaa.proxy if Sovaa.proxy
31
31
  request.body = doc if doc
32
32
  request.headers = {
33
33
  "Content-Type" => "application/json",
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sovaa"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.date = "2011-03-19"
5
5
  s.summary = "CouchDB library"
6
6
  s.email = "jonathan.stott@gmail.com"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sovaa
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan Stott