add couchapp to executables list

This commit is contained in:
Chris Anderson 2008-09-16 11:49:14 -04:00
parent 06f904262d
commit 92f4871696
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@ spec = Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables << 'couchview'
s.executables << 'couchdir'
s.executables << 'couchapp'
s.add_dependency("json", ">= 1.1.2")
s.add_dependency("rest-client", ">= 0.5")
end

View file

@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.rdoc", "LICENSE", "THANKS"]
s.date = "Thu Sep 11 00:00:00 -0400 2008"
s.executables = ["couchview", "couchdir"]
s.executables = ["couchview", "couchdir", "couchapp"]
s.authors = ["J. Chris Anderson"]
s.required_rubygems_version = ">= 0"
s.version = "0.9.7"