touched the gemspec file to rebuild the gem on GitHub

This commit is contained in:
Matt Aimonetti 2009-02-10 18:00:38 -08:00
parent e000c8b68c
commit dedea6a0b8

View file

@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = "0.13" s.version = "0.13"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson"] s.authors = ["J. Chris Anderson", "Matt Aimonetti"]
s.date = %q{2008-11-22} s.date = %q{2008-11-22}
s.description = %q{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.description = %q{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.email = %q{jchris@apache.org} s.email = %q{jchris@apache.org}