public
Rubygem
Description: 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.
Homepage: http://jointheconversation.org/rubygit/
Clone URL: git://github.com/schacon/ruby-git.git
updated README with new install instructions
schacon (author)
Tue May 27 12:59:54 -0700 2008
commit  1adc5b8136c2cd6c694629947e1dbc49c8bffe6a
tree    3a9e68963eb4623e932faac63ee2e08a11463d81
parent  bceadeb7d377b6ba36de4f5de5a5f5034f89bee6
0
...
12
13
14
 
 
 
 
 
 
15
16
17
...
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -12,6 +12,12 @@ Git public hosting of the project source code is at:
0
 
0
 http://github/schacon/ruby-git
0
 
0
+= Install
0
+
0
+You can install Ruby/Git like this:
0
+
0
+$ sudo gem install schacon-git --source=http://gems.github.com
0
+
0
 = Major Objects
0
 
0
 Git::Base - this is the object returned from a Git.open or Git.clone.

Comments

    No one has commented yet.