mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
![Matt Connolly](/assets/img/avatar_default.png)
* Added SSHKit example page * Added a note about .cap files in lib/capistrano/tasks. * Removed "debugger" from Gemfile * Updated SSHKit github link * Fixed a HTML * Rebuilt content with jekyll build
7 lines
110 B
Ruby
7 lines
110 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "~> 1.1.2"
|
|
gem "redcarpet"
|
|
gem "unindent"
|
|
gem "git"
|
|
gem "sshkit"
|