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
Version bump
Jamis Buck (author)
Fri Jun 27 14:43:36 -0700 2008
commit  b4771d28d43ff9f0ab7ad6493a9a6f9e3805b939
tree    f59925b0982eba1219c7e45d11ab43812078cd6a
parent  df07381f4e1ad8f0eeb152f0c484a198d3291ec4
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-== *unreleased*
0
+== 2.4.2 / June 27, 2008
0
 
0
 * Specify gem dependencies in rakefile [Jamis Buck]
0
 
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ module Capistrano
0
   class Version < Net::SSH::Version
0
     MAJOR = 2
0
     MINOR = 4
0
-    TINY  = 1
0
+    TINY  = 2
0
 
0
     # The current version, as a Version instance
0
     CURRENT = new(MAJOR, MINOR, TINY)

Comments