-
Name
-
git
-
Version
-
1.2.9
-
Platform
-
ruby
-
Authors
-
Scott Chacon
-
Bindir
-
bin
-
Date
-
2015-01-12 00:00:00 UTC
-
Dependencies
-
rake (>= 0, development)
rdoc (>= 0, development)
test-unit (>= 2, < 4, development)
-
Email
-
schacon@gmail.com
-
Extra rdoc files
-
README.md
-
Files
-
CHANGELOG
LICENSE
README.md
VERSION
lib/git.rb
lib/git/author.rb
lib/git/base.rb
lib/git/base/factory.rb
lib/git/branch.rb
lib/git/branches.rb
lib/git/config.rb
lib/git/diff.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/version.rb
lib/git/working_directory.rb
-
Homepage
-
http://github.com/schacon/ruby-git
-
Licenses
-
MIT
-
Rdoc options
-
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Requirements
-
git 1.6.0.0, or greater
-
Rubygems version
-
2.4.5
-
Specification version
-
4
-
Summary
-
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.
-
Original platform
-
ruby
-
New platform
-
ruby