add couchapp to executables list
This commit is contained in:
parent
06f904262d
commit
92f4871696
1
Rakefile
1
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue