Registry / other / rugged

rugged

JSON →
library1.9.0rbrubygemsunverified

Ruby bindings to the libgit2 library for interacting with Git repositories natively.

gem install rugged
INSTALL
IMPORT
SIG · RUGGED
R
rugged
otherrubyv1.9.0
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.

Rugged
require 'rugged'

Open a Git repository and print the latest commit message

require 'rugged' repo = Rugged::Repository.new('.') puts repo.last_commit.message
Debug
Known issues
gotchaRequires libgit2 to be installed; may need system dependencies.
fix
Install libgit2 via your package manager (e.g., apt-get install libgit2-dev) or use a precompiled gem.
affects: >= 0.0.0
Upgrade
Version history
1.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rugged — gem install rugged · libregistry