jamis / capistrano

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!

This URL has Read+Write access

capistrano / lib / capistrano / version.rb
f56187cd » jamis 2006-03-05 part 3, renaming switchtowe... 1 module Capistrano
f9da6dbb » jamis 2005-08-03 Initial commit of the new s... 2 module Version #:nodoc:
8ece869e » jamis 2007-07-21 version bump, add some know... 3 MAJOR = 2
cf882661 » jamis 2008-05-02 version bump, prepping for ... 4 MINOR = 3
1b7525e3 » jamis 2008-06-05 Version bump. 5 TINY = 101
f9da6dbb » jamis 2005-08-03 Initial commit of the new s... 6
7 STRING = [MAJOR, MINOR, TINY].join(".")
8 end
9 end