rev gem to 0.9.11

This commit is contained in:
Chris Anderson 2008-10-02 23:57:27 -07:00
parent 696d89c45c
commit f9de11c23f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.executables = ["couchview", "couchdir", "couchapp"]
s.authors = ["J. Chris Anderson"]
s.required_rubygems_version = ">= 0"
s.version = "0.9.10"
s.version = "0.9.11"
s.files = ["LICENSE",
"README.rdoc",
"Rakefile",