almost ready for gem version 0.8.0

This commit is contained in:
Chris Anderson 2008-06-20 14:26:26 -07:00
parent faff0a386c
commit 19e3e45c67
4 changed files with 3 additions and 7 deletions

View file

@ -2,7 +2,6 @@ require "rubygems"
require 'json'
require 'rest_client'
require File.dirname(__FILE__) + '/database'
class CouchRest
@ -65,8 +64,5 @@ class CouchRest
end
url
end
end
end
end

View file

@ -80,4 +80,4 @@ class CouchRest
Base64.encode64(data).gsub(/\s/,'')
end
end
end
end