-
Name
-
git
-
Version
-
3.0.0
-
Platform
-
ruby
-
Authors
-
Scott Chacon and others
-
Bindir
-
bin
-
Date
-
2025-02-27 00:00:00 UTC
-
Dependencies
-
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.3)
rchardet (~> 1.9)
create_github_release (~> 2.1, development)
minitar (~> 0.12, development)
mocha (~> 2.7, development)
rake (~> 13.2, development)
test-unit (~> 3.6, development)
redcarpet (~> 3.6, development)
yard (~> 0.9, >= 0.9.28, development)
yardstick (~> 0.9, development)
-
Description
-
The git gem provides an API that can be used to
create, read, and manipulate Git repositories by wrapping system calls to the git
command line. The API can be used for working with Git in complex interactions
including branching and merging, object inspection and manipulation, history, patch
generation and more.
-
Email
-
schacon@gmail.com
-
Files
-
.github/issue_template.md
.github/pull_request_template.md
.github/workflows/continuous_integration.yml
.github/workflows/experimental_continuous_integration.yml
.gitignore
.yardopts
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE
MAINTAINERS.md
README.md
RELEASING.md
Rakefile
git.gemspec
lib/git.rb
lib/git/author.rb
lib/git/base.rb
lib/git/branch.rb
lib/git/branches.rb
lib/git/command_line.rb
lib/git/command_line_result.rb
lib/git/config.rb
lib/git/diff.rb
lib/git/encoding_utils.rb
lib/git/errors.rb
lib/git/escaped_path.rb
lib/git/index.rb
lib/git/lib.rb
lib/git/log.rb
lib/git/object.rb
lib/git/path.rb
lib/git/remote.rb
lib/git/repository.rb
lib/git/stash.rb
lib/git/stashes.rb
lib/git/status.rb
lib/git/url.rb
lib/git/version.rb
lib/git/working_directory.rb
lib/git/worktree.rb
lib/git/worktrees.rb
-
Homepage
-
http://github.com/ruby-git/ruby-git
-
Licenses
-
MIT
-
Metadata
-
{"homepage_uri"=>"http://github.com/ruby-git/ruby-git", "source_code_uri"=>"http://github.com/ruby-git/ruby-git", "changelog_uri"=>"https://rubydoc.info/gems/git/3.0.0/file/CHANGELOG.md", "documentation_uri"=>"https://rubydoc.info/gems/git/3.0.0"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.0.0
-
Required rubygems version
-
>= 0
-
Requirements
-
git 2.28.0 or greater
-
Rubygems version
-
3.6.2
-
Specification version
-
4
-
Summary
-
An API to create, read, and manipulate Git repositories
-
Original platform
-
ruby
-
New platform
-
ruby