Registry / utility / gitlab-grit

gitlab-grit

JSON →
library2.8.3rbrubygemsunverified

Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork

gem install gitlab-grit
INSTALL
IMPORT
SIG · GITLAB-GRIT
G
gitlab-grit
utilityrubyv2.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Grit
require 'grit'

Access git repository data using an object-oriented interface.

require 'grit' repo = Grit::Repo.new('/path/to/repo') repo.commits.first.message
Debug
Known issues
gotchaGrit is no longer actively maintained; consider using rugged or git gem.
fix
Migrate to rugged or the git gem for better performance and maintenance.
affects: >= 2.8.3
Upgrade
Version history
2.8.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gitlab-grit — gem install gitlab-grit · libregistry