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

Version is 2.8.19

This commit is contained in:
Lee Hambley 2010-07-20 10:42:47 +02:00
parent 23fdb4bd02
commit fd0b5b7b5e

View file

@ -6,7 +6,7 @@ begin
gem.version
gem.name = "capistrano"
gem.executables = %W(capify cap)
gem.summary = %Q{Capistrano Welcome to easy deployment with Ruby over SSH}
gem.summary = %Q{Capistrano - Welcome to easy deployment with Ruby over SSH}
gem.description = %Q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
gem.homepage = "http://github.com/capistrano/capistrano"
gem.email = [ "jamis@jamisbuck.org", "lee.hambley@gmail.com" ]