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:
parent
5f043ec9e0
commit
003212fb12
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue