mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix licensing
This commit is contained in:
parent
83d64d7be7
commit
7d7cf634a9
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
|
|||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.require_paths = ["lib"]
|
||||
|
||||
gem.licenses = ['MIT']
|
||||
|
||||
gem.post_install_message = "If you're updating Capistrano from 2.x.x, we recommend you to read the upgrade guide: http://www.capistranorb.com/documentation/upgrading/"
|
||||
|
||||
#gem.signing_key = '/Volumes/SD Card/leehambley-private_key.pem'
|
||||
|
|
Loading…
Reference in a new issue