README.md in jbox-gitolite-1.2.3 vs README.md in jbox-gitolite-1.2.4

- old
+ new

@@ -2,16 +2,23 @@ ### A gem which makes configuring your own Git hosting easy ;) This gem is designed to provide a Ruby interface to the [Gitolite](https://github.com/sitaramc/gitolite) Git backend system. +It is based on [gitlab-grit](https://github.com/gitlabhq/grit) to manage the repository. + It provides these functionalities : * [SSH Public Keys Management](https://github.com/jbox-web/gitolite/wiki/Features#wiki-ssh-public-keys-management) * [Repositories Management](https://github.com/jbox-web/gitolite/wiki/Features#wiki-repositories-management) * [Gitolite Admin Repository Bootstrapping](https://github.com/jbox-web/gitolite/wiki/Features#wiki-gitolite-admin-repository-bootstrapping) You can follow announcements [here](https://github.com/jbox-web/gitolite/wiki/Announcements) or take a look at the [roadmap](https://github.com/jbox-web/gitolite/wiki/Roadmap). + +You'll find a new implementation of this library here : https://github.com/oliverguenther/gitolite-rugged. + +The new one is based on https://github.com/libgit2/rugged and provide the same functionalities. + ## Code status * [![Gem Version](https://badge.fury.io/rb/jbox-gitolite.svg)](http://badge.fury.io/rb/jbox-gitolite) * [![Build Status](https://travis-ci.org/jbox-web/gitolite.svg?branch=devel)](https://travis-ci.org/jbox-web/gitolite)