From ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 11:22:18 -0800 Subject: updated the docs, added a version to the library, added a History file --- doc/classes/Git.html | 21 +++++++++++++++++---- doc/created.rid | 2 +- doc/files/README.html | 17 ++++++++++++++++- doc/files/lib/git_rb.html | 2 +- 4 files changed, 35 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/classes/Git.html b/doc/classes/Git.html index 3ddaacf..2fdebb8 100644 --- a/doc/classes/Git.html +++ b/doc/classes/Git.html @@ -167,6 +167,19 @@ Class Git::WorkingDirectory +
+

Constants

+ +
+ + + + + + +
VERSION='1.0.1'
+
+
@@ -191,7 +204,7 @@ Class Git::WorkingDirectory onclick="toggleCode('M000001-source');return false;">[Source]

-# File lib/git.rb, line 34
+# File lib/git.rb, line 36
   def self.bare(git_dir)
     Base.bare(git_dir)
   end
@@ -214,7 +227,7 @@ Class Git::WorkingDirectory
             onclick="toggleCode('M000004-source');return false;">[Source]

-# File lib/git.rb, line 46
+# File lib/git.rb, line 48
   def self.clone(repository, name, options = {})
     Base.clone(repository, name, options)
   end
@@ -237,7 +250,7 @@ Class Git::WorkingDirectory
             onclick="toggleCode('M000003-source');return false;">[Source]

-# File lib/git.rb, line 42
+# File lib/git.rb, line 44
   def self.init(working_dir = '.', options = {})
     Base.init(working_dir, options)
   end
@@ -260,7 +273,7 @@ Class Git::WorkingDirectory
             onclick="toggleCode('M000002-source');return false;">[Source]

-# File lib/git.rb, line 38
+# File lib/git.rb, line 40
   def self.open(working_dir, options = {})
     Base.open(working_dir, options)
   end
diff --git a/doc/created.rid b/doc/created.rid
index 3226198..21b2cf5 100644
--- a/doc/created.rid
+++ b/doc/created.rid
@@ -1 +1 @@
-Mon Nov 12 10:52:42 PST 2007
+Mon Nov 12 11:08:01 PST 2007
diff --git a/doc/files/README.html b/doc/files/README.html
index 12a94d5..0a797bb 100644
--- a/doc/files/README.html
+++ b/doc/files/README.html
@@ -56,7 +56,7 @@
     
     
       Last Update:
-      Mon Nov 12 10:51:20 PST 2007
+      Mon Nov 12 11:07:58 PST 2007
     
     
   
@@ -73,6 +73,21 @@

Library for using Git in Ruby.

+

Homepage

+

+The Ruby/Git homepage is currently at : +

+

+jointheconversation.org/rubygit +

+

+Git public hosting of the project source +code is at: +

+

+repo.or.cz/w/rubygit.git +

Roadmap

Right now I’m forking calls to the ‘git’ binary, but diff --git a/doc/files/lib/git_rb.html b/doc/files/lib/git_rb.html index 49e7ce6..8864d94 100644 --- a/doc/files/lib/git_rb.html +++ b/doc/files/lib/git_rb.html @@ -56,7 +56,7 @@ Last Update: - Sat Nov 10 16:21:26 PST 2007 + Mon Nov 12 10:59:30 PST 2007

-- cgit