diff --git a/Rakefile b/Rakefile index 69db178..14249cc 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/couchrest.gemspec b/couchrest.gemspec index 9893d5b..e6cbe87 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -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"