public
Description: Remote multi-server automation tool. This repository is no longer being actively maintained. Please ask on the mailing list to find someone who has a well-maintained fork. Thanks!
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Specify gem dependencies.
Jamis Buck (author)
Fri Jun 27 14:39:37 -0700 2008
commit  df07381f4e1ad8f0eeb152f0c484a198d3291ec4
tree    4a526f9eedc15c9257337fbe61799760b21b1c47
parent  ef672035969cbbd22409068986a09d759d7c1858
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+== *unreleased*
0
+
0
+* Specify gem dependencies in rakefile [Jamis Buck]
0
+
0
+
0
 == 2.4.1 / June 27, 2008
0
 
0
 * Use Echoe to manage the Rakefile [Jamis Buck]
...
25
26
27
 
 
 
 
 
 
28
...
25
26
27
28
29
30
31
32
33
34
0
@@ -25,4 +25,10 @@ Echoe.new('capistrano', version) do |p|
0
   p.url              = "http://www.capify.org"
0
   p.need_zip         = true
0
   p.rdoc_pattern     = /^(lib|README.rdoc|CHANGELOG.rdoc)/
0
+
0
+  p.dependencies     = ["net-ssh         >= 2.0.0",
0
+                        "net-sftp        >= 2.0.0",
0
+                        "net-scp         >= 1.0.0",
0
+                        "net-ssh-gateway >= 1.0.0",
0
+                        "highline"]
0
 end

Comments