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

3 commits

Author SHA1 Message Date
Matt Brictson
e6ddd93ece
Make all SCMs inherit from SCM::Plugin
This makes it much easier (no hacks needed) to determine whether the
user has installed an SCM plugin: simply check that the plugin responds
to `scm?` and that it returns true. A new SCM::Plugin base class makes
it easy to write such a plugin.

This commit also updates the website docs that explain how to write SCM
plugins so that they refer to this new technique.
2016-10-26 17:45:25 -07:00
Matt Brictson
f513c2d6b4
Document new SCM plugin system 2016-08-30 18:09:07 -07:00
Matt Brictson
9d62e3d7b6
Move gh-pages site to the docs/ folder 2016-08-23 18:04:57 -07:00