updated the gem version to 0.10

This commit is contained in:
Chris Anderson 2008-11-22 14:16:44 -08:00
parent e23ad9876e
commit 555764bbe8
2 changed files with 9 additions and 4 deletions

View file

@ -5,8 +5,8 @@ require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
s.name = "couchrest"
s.version = "0.9.15"
s.date = "2008-10-29"
s.version = "0.10.0"
s.date = "2008-11-22"
s.summary = "Lean and RESTful interface to CouchDB."
s.email = "jchris@grabb.it"
s.homepage = "http://github.com/jchris/couchrest"