diff --git a/couchrest.gemspec b/couchrest.gemspec index 989033c..dc339d1 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -1,13 +1,13 @@ Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.8.9" + s.version = "0.9.0" s.date = "2008-08-03" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" s.homepage = "http://github.com/jchris/couchrest" s.description = "CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments." s.has_rdoc = false - s.authors = ["J. Chris Anderson"] + s.authors = ["J. Chris Anderson", "Greg Borenstein"] s.files = %w{ lib/couchrest.rb lib/couch_rest.rb lib/database.rb lib/pager.rb lib/file_manager.rb