mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Specify gem dependencies.
This commit is contained in:
parent
ef67203596
commit
df07381f4e
2 changed files with 11 additions and 0 deletions
|
@ -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]
|
||||
|
|
6
Rakefile
6
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue