1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix licensing

This commit is contained in:
Lee Hambley 2013-10-18 13:07:13 +02:00
parent 83d64d7be7
commit 7d7cf634a9

View file

@ -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'