From 32fbe703605310c91677225442a62ae0869d0892 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 10:55:39 -0800 Subject: added push, changed some docs, merged README and EXAMPLES, fixed the Rake tasks to build a proper gem --- doc/classes/Git/Object/AbstractObject.html | 96 +++++++++++++++--------------- doc/classes/Git/Object/Blob.html | 12 ++-- doc/classes/Git/Object/Commit.html | 12 ++-- doc/classes/Git/Object/Tag.html | 24 ++++---- doc/classes/Git/Object/Tree.html | 12 ++-- 5 files changed, 78 insertions(+), 78 deletions(-) (limited to 'doc/classes/Git/Object') diff --git a/doc/classes/Git/Object/AbstractObject.html b/doc/classes/Git/Object/AbstractObject.html index e2569c4..10d0080 100644 --- a/doc/classes/Git/Object/AbstractObject.html +++ b/doc/classes/Git/Object/AbstractObject.html @@ -86,14 +86,14 @@

Methods

- contents   - contents_array   - diff   - grep   - log   - new   - setup   - to_s   + contents   + contents_array   + diff   + grep   + log   + new   + setup   + to_s  
@@ -143,19 +143,19 @@

Public Class methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000124-source');return false;">[Source]

+
 # File lib/git/object.rb, line 13
       def initialize(base, sha)
@@ -171,19 +171,19 @@
 
       

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000125-source');return false;">[Source]

+
 # File lib/git/object.rb, line 20
       def contents
@@ -194,19 +194,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000126-source');return false;">[Source]

+
 # File lib/git/object.rb, line 24
       def contents_array
@@ -217,19 +217,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000130-source');return false;">[Source]

+
 # File lib/git/object.rb, line 42
       def diff(objectish)
@@ -240,19 +240,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000129-source');return false;">[Source]

+
 # File lib/git/object.rb, line 36
       def grep(string, path_limiter = nil, opts = {})
@@ -265,19 +265,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000131-source');return false;">[Source]

+
 # File lib/git/object.rb, line 46
       def log(count = 30)
@@ -288,19 +288,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000127-source');return false;">[Source]

+
 # File lib/git/object.rb, line 28
       def setup
@@ -311,19 +311,19 @@
         
-
- +
+

[Source]

-
+ onclick="toggleCode('M000128-source');return false;">[Source]

+
 # File lib/git/object.rb, line 32
       def to_s
diff --git a/doc/classes/Git/Object/Blob.html b/doc/classes/Git/Object/Blob.html
index dd3048d..a3fcb39 100644
--- a/doc/classes/Git/Object/Blob.html
+++ b/doc/classes/Git/Object/Blob.html
@@ -88,7 +88,7 @@
       

Methods

- setup   + setup  
@@ -110,19 +110,19 @@

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000134-source');return false;">[Source]

+
 # File lib/git/object.rb, line 54
       def setup
diff --git a/doc/classes/Git/Object/Commit.html b/doc/classes/Git/Object/Commit.html
index 18d4e1b..2f1e595 100644
--- a/doc/classes/Git/Object/Commit.html
+++ b/doc/classes/Git/Object/Commit.html
@@ -88,7 +88,7 @@
       

Methods

- setup   + setup  
@@ -110,19 +110,19 @@

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000123-source');return false;">[Source]

+
 # File lib/git/object.rb, line 66
       def setup
diff --git a/doc/classes/Git/Object/Tag.html b/doc/classes/Git/Object/Tag.html
index 9055eff..260b4c4 100644
--- a/doc/classes/Git/Object/Tag.html
+++ b/doc/classes/Git/Object/Tag.html
@@ -88,8 +88,8 @@
       

Methods

- new   - setup   + new   + setup  
@@ -124,19 +124,19 @@

Public Class methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000132-source');return false;">[Source]

+
 # File lib/git/object.rb, line 74
       def initialize(base, sha, name)
@@ -150,19 +150,19 @@
 
       

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000133-source');return false;">[Source]

+
 # File lib/git/object.rb, line 79
       def setup
diff --git a/doc/classes/Git/Object/Tree.html b/doc/classes/Git/Object/Tree.html
index 9204e5f..4d681e8 100644
--- a/doc/classes/Git/Object/Tree.html
+++ b/doc/classes/Git/Object/Tree.html
@@ -88,7 +88,7 @@
       

Methods

- setup   + setup  
@@ -110,19 +110,19 @@

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000135-source');return false;">[Source]

+
 # File lib/git/object.rb, line 60
       def setup
-- 
cgit