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

Specify gem dependencies.

This commit is contained in:
Jamis Buck 2008-06-27 15:39:37 -06:00
parent ef67203596
commit df07381f4e
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
== *unreleased*
* Specify gem dependencies in rakefile [Jamis Buck]
== 2.4.1 / June 27, 2008
* Use Echoe to manage the Rakefile [Jamis Buck]

View file

@ -25,4 +25,10 @@ Echoe.new('capistrano', version) do |p|
p.url = "http://www.capify.org"
p.need_zip = true
p.rdoc_pattern = /^(lib|README.rdoc|CHANGELOG.rdoc)/
p.dependencies = ["net-ssh >= 2.0.0",
"net-sftp >= 2.0.0",
"net-scp >= 1.0.0",
"net-ssh-gateway >= 1.0.0",
"highline"]
end