Drop dependency on `capistrano-harrow' gem (#1854)

This commit is contained in:
Lee Hambley 2017-02-24 21:13:13 +01:00 committed by Matt Brictson
parent cb54892912
commit 8e51b227d4
3 changed files with 1 additions and 5 deletions

View File

@ -17,6 +17,7 @@ https://github.com/capistrano/capistrano/compare/v3.7.2...HEAD
* [#1843](https://github.com/capistrano/capistrano/pull/1843): Properly shell escape git:wrapper steps - [@mattbrictson](https://github.com/mattbrictson)
* [#1846](https://github.com/capistrano/capistrano/pull/1846): Defining a role is now O(hosts) instead of O(hosts^2) [(@dbenamy)](https://github.com/dbenamy)
* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host will add a new host in a case where it used to incorrectly update an existing one (potentially breaking) [(@dbenamy)](https://github.com/dbenamy)
* [capistrano-harrow#4](https://github.com/harrowio/capistrano-harrow/issues/4): Drop dependency on `capistrano-harrow` gem. Gem can still be installed separately [(@leehambley)](https://github.com/leehambley)
* Your contribution here!
## `3.7.2` (2017-01-27)

View File

@ -24,7 +24,6 @@ Gem::Specification.new do |gem|
gem.add_dependency "i18n"
gem.add_dependency "rake", ">= 10.0.0"
gem.add_dependency "sshkit", ">= 1.9.0"
gem.add_dependency "capistrano-harrow"
gem.add_development_dependency "danger"
gem.add_development_dependency "mocha"

View File

@ -1,7 +1,3 @@
#!/usr/bin/env cap
include Capistrano::DSL
require "capistrano/install"
require "capistrano/harrow"
require "capistrano/harrow/plugin"
install_plugin Capistrano::Harrow::Plugin