fixed up gemspec

This commit is contained in:
Chris Anderson 2008-09-11 22:30:08 -07:00
parent bcd9618341
commit 8270869459

View file

@ -6,18 +6,9 @@ Gem::Specification.new do |s|
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.has_rdoc = true
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 lib/streamer.rb
lib/couch_rest/commands.rb
lib/couch_rest/commands/generate.rb lib/couch_rest/commands/push.rb
Rakefile README.markdown
bin/couchdir bin/couchview
spec/couchrest_spec.rb spec/database_spec.rb spec/pager_spec.rb spec/file_manager_spec.rb spec/streamer_spec.rb
spec/spec_helper.rb
}
s.files = %w( LICENSE README.rdoc Rakefile ) + Dir["{bin,examples,lib,spec,utils}/**/*"]
s.require_path = "lib"
s.bindir = 'bin'
s.executables << 'couchview'