Skip to content

Commit

Permalink
Capistrano 3.1 post_install_message capistrano#813
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Jan 3, 2014
1 parent 9dbea5e commit 0b511e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion capistrano.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ Gem::Specification.new do |gem|

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.post_install_message = <<eos
Capistrano 3.1 has some breaking changes, like `deploy:restart` callback should be added manually to your deploy.rb. Please, check the CHANGELOG: http://goo.gl/SxB0lr
If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB
eos

#gem.signing_key = '/Volumes/SD Card/leehambley-private_key.pem'
#gem.cert_chain = ['capistrano-public_cert.pem', 'leehambley-public_cert.pem']
Expand Down

0 comments on commit 0b511e3

Please sign in to comment.