mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix gemspec to include license file, etc.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@4832 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
44d8b65ba6
commit
d4a464f02d
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ Gem::Specification.new do |s|
|
|||
automate the deployment of web applications.
|
||||
DESC
|
||||
|
||||
s.files = Dir.glob("{bin,lib,examples,test}/**/*")
|
||||
s.files.concat %w(README MIT-LICENSE ChangeLog)
|
||||
s.files = Dir.glob("{bin,lib,examples,test}/**/*") + %w(README MIT-LICENSE CHANGELOG THANKS)
|
||||
s.require_path = 'lib'
|
||||
s.autorequire = 'capistrano'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue