added credit for Greg on FileManager

This commit is contained in:
Chris Anderson 2008-08-03 13:07:31 -07:00
parent 88f83f0742
commit 66c1f0bb20

View file

@ -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