sovaa 0.0.5 → 0.0.6

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/database.rb +1 -1
  2. data/sovaa.gemspec +1 -1
  3. metadata +1 -1
@@ -88,7 +88,7 @@ module Sovaa
88
88
  # GET an attachment directly from CouchDB
89
89
  def fetch_attachment(doc, name)
90
90
  uri = url_for_attachment(doc, name)
91
- HTTP.request(:get, uri).body
91
+ HTTP.request(:get, uri)
92
92
  end
93
93
 
94
94
  # PUT an attachment directly to CouchDB
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sovaa"
3
- s.version = "0.0.5"
3
+ s.version = "0.0.6"
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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan Stott