mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
enable rdoc generation from the gem
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7924 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
c0bae8399c
commit
8e9d456b9e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Gem::Specification.new do |s|
|
|||
s.files = Dir.glob("{bin,lib,examples,test}/**/*") + %w(README MIT-LICENSE CHANGELOG)
|
||||
s.require_path = 'lib'
|
||||
s.autorequire = 'capistrano'
|
||||
s.has_rdoc = true
|
||||
|
||||
s.bindir = "bin"
|
||||
s.executables << "cap" << "capify"
|
||||
|
|
Loading…
Add table
Reference in a new issue