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

remove post-install message

This commit is contained in:
Thomas Kriechbaumer 2015-03-03 11:24:16 +00:00
parent 5f043ec9e0
commit 003212fb12
2 changed files with 2 additions and 8 deletions

View file

@ -6,6 +6,8 @@ Reverse Chronological Order:
https://github.com/capistrano/capistrano/compare/v3.4.0...HEAD
* Removed the post-install message (@Kriechi)
## `3.4.0`
https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0

View file

@ -19,14 +19,6 @@ Gem::Specification.new do |gem|
gem.licenses = ['MIT']
gem.post_install_message = <<eos
Capistrano 3.1 has some breaking changes. 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
The `deploy:restart` hook for passenger applications is now in a separate gem called capistrano-passenger. Just add it to your Gemfile and require it in your Capfile.
eos
gem.required_ruby_version = '>= 1.9.3'
gem.add_dependency 'sshkit', '~> 1.3'
gem.add_dependency 'rake', '>= 10.0.0'