Source: ruby-grit Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ondřej Surý , Pirate Praveen Build-Depends: debhelper (>= 11~), gem2deb, ruby-diff-lcs (>= 1.1~), ruby-mime-types (>= 2.6.1~), ruby-mocha, ruby-posix-spawn (>= 0.3.11~), ruby-charlock-holmes (>= 0.6~) Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-grit.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-grit.git Homepage: http://github.com/mojombo/grit Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-grit Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-diff-lcs (>= 1.1~), ruby-mime-types (>= 2.6.1~), ruby-posix-spawn (>= 0.3.11~), ruby-charlock-holmes (>= 0.6~), ${misc:Depends} Description: Ruby Git bindings Grit gives you object oriented read/write access to Git repositories via Ruby. The main goals are stability and performance. To this end, some of the interactions with Git repositories are done by shelling out to the system's git command, and other interactions are done with pure Ruby reimplementations of core Git functionality. This choice, however, is transparent to end users, and you need not know which method is being used. . This software was developed to power GitHub, and should be considered production ready. . This version has been patched for use with GITLAB.