summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Git.html21
-rw-r--r--doc/created.rid2
-rw-r--r--doc/files/README.html17
-rw-r--r--doc/files/lib/git_rb.html2
4 files changed, 35 insertions, 7 deletions
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 <a href="Git/WorkingDirectory.html" class="link">Git::WorkingDirectory</a>
</div>
+ <div id="constants-list">
+ <h3 class="section-bar">Constants</h3>
+
+ <div class="name-list">
+ <table summary="Constants">
+ <tr class="top-aligned-row context-row">
+ <td class="context-item-name">VERSION</td>
+ <td>=</td>
+ <td class="context-item-value">'1.0.1'</td>
+ </tr>
+ </table>
+ </div>
+ </div>
@@ -191,7 +204,7 @@ Class <a href="Git/WorkingDirectory.html" class="link">Git::WorkingDirectory</a>
onclick="toggleCode('M000001-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000001-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git.rb, line 34</span>
+<span class="ruby-comment cmt"># File lib/git.rb, line 36</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">bare</span>(<span class="ruby-identifier">git_dir</span>)
<span class="ruby-constant">Base</span>.<span class="ruby-identifier">bare</span>(<span class="ruby-identifier">git_dir</span>)
<span class="ruby-keyword kw">end</span>
@@ -214,7 +227,7 @@ Class <a href="Git/WorkingDirectory.html" class="link">Git::WorkingDirectory</a>
onclick="toggleCode('M000004-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000004-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git.rb, line 46</span>
+<span class="ruby-comment cmt"># File lib/git.rb, line 48</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">clone</span>(<span class="ruby-identifier">repository</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span> = {})
<span class="ruby-constant">Base</span>.<span class="ruby-identifier">clone</span>(<span class="ruby-identifier">repository</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword kw">end</span>
@@ -237,7 +250,7 @@ Class <a href="Git/WorkingDirectory.html" class="link">Git::WorkingDirectory</a>
onclick="toggleCode('M000003-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000003-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git.rb, line 42</span>
+<span class="ruby-comment cmt"># File lib/git.rb, line 44</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">init</span>(<span class="ruby-identifier">working_dir</span> = <span class="ruby-value str">'.'</span>, <span class="ruby-identifier">options</span> = {})
<span class="ruby-constant">Base</span>.<span class="ruby-identifier">init</span>(<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword kw">end</span>
@@ -260,7 +273,7 @@ Class <a href="Git/WorkingDirectory.html" class="link">Git::WorkingDirectory</a>
onclick="toggleCode('M000002-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000002-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git.rb, line 38</span>
+<span class="ruby-comment cmt"># File lib/git.rb, line 40</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">options</span> = {})
<span class="ruby-constant">Base</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword kw">end</span>
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 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Mon Nov 12 10:51:20 PST 2007</td>
+ <td>Mon Nov 12 11:07:58 PST 2007</td>
</tr>
</table>
</div>
@@ -73,6 +73,21 @@
<p>
Library for using <a href="../classes/Git.html">Git</a> in Ruby.
</p>
+<h1>Homepage</h1>
+<p>
+The Ruby/<a href="../classes/Git.html">Git</a> homepage is currently at :
+</p>
+<p>
+<a
+href="http://jointheconversation.org/rubygit">jointheconversation.org/rubygit</a>
+</p>
+<p>
+<a href="../classes/Git.html">Git</a> public hosting of the project source
+code is at:
+</p>
+<p>
+<a href="http://repo.or.cz/w/rubygit.git">repo.or.cz/w/rubygit.git</a>
+</p>
<h1>Roadmap</h1>
<p>
Right now I&#8217;m forking calls to the &#8216;git&#8217; 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 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Sat Nov 10 16:21:26 PST 2007</td>
+ <td>Mon Nov 12 10:59:30 PST 2007</td>
</tr>
</table>
</div>