ruby-git/ruby-git
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.0
- age_days: 6793
- days_rel: 14
- days_push: 9
- n_releases_24m: 33
Adoption not part of the score
1795 stars · 530 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The git gem is a Ruby library that provides an object-oriented interface for creating, reading, and manipulating Git repositories by wrapping the git command-line binary. It supports opening, initializing, and cloning repositories and exposes a full Ruby API for common Git operations.
Use cases
- automate git operations from ruby scripts
- clone and inspect repositories programmatically
- create commits and branches without shelling out to git
- build tooling that reads git history
- initialize new git repositories in code
When to choose
- you need to script or automate Git workflows in Ruby
- you want a mature, well-maintained wrapper around the git CLI
- you need cross-platform Git access from Ruby code
When to avoid
- you need a pure-Ruby Git implementation without the git binary installed
- you need high-performance bulk operations where subprocess overhead matters
- you are not working in Ruby
Facets
library · maturity active
version-control developer-tools cli version-control developer-tools ruby cross-platform cli git ruby-gem git-wrapper scm automation
1 source
- readme: https://github.com/ruby-git/ruby-git · fetched 2026-08-28 · 66a5cdd38c61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ruby-git/ruby-git | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="ruby-git/ruby-git")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem