Sha256: 4da7470edefffc4260805e2e6e946335f05871f4f158dc0559c7c49d8b50ada5
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
= gitolite - Coming soon This gem is designed to provide a Ruby interface to the {gitolite}[https://github.com/sitaramc/gitolite] git backend system. I am aiming to provide all management functionality that is available via the gitolite-admin repository (like SSH keys, repository permissions, etc) == Requirements * Ruby 1.9.2 or higher * a working {gitolite}[https://github.com/sitaramc/gitolite] installation * the <tt>gitolite-admin</tt> repository checked out locally == Installation gem install gitolite == Usage == Caveats === 1.8.x compatibility This gem should work properly on Ruby 1.8.x with the exception of deny rules. In order to fully support Ruby < 1.9.x, an ordered Hash is required, such as the one implemented by ActiveSupport. Support will be added if there appears to be a demand for it. == Documentation == Future
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitolite-0.0.1.alpha | README.rdoc |