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:
parent
23fdb4bd02
commit
fd0b5b7b5e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue