updated gemspec for version 0.9.10

This commit is contained in:
Chris Anderson 2008-10-02 23:47:10 -07:00
parent b3db1c797f
commit 2f35d3c10e
2 changed files with 7 additions and 10 deletions

View file

@ -5,7 +5,7 @@ require 'spec/rake/spectask'
spec = Gem::Specification.new do |s|
s.name = "couchrest"
s.version = "0.9.9"
s.version = "0.9.10"
s.date = "2008-09-11"
s.summary = "Lean and RESTful interface to CouchDB."
s.email = "jchris@grabb.it"