public
Fork of mojombo/grit
Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner.
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/technoweenie/grit.git
prepare for public release
mojombo (author)
Mon Jan 07 20:41:55 -0800 2008
commit  7bcc0ee821cdd133d8a53e8e7173a334fef448aa
tree    7d09edb3825b5edff295fad85ac3ace7bfe31fdd
parent  3e0955045cb189a7112015c26132152a94f637bf
...
1
 
2
3
4
 
5
...
 
1
2
3
 
4
5
0
@@ -1,5 +1,5 @@
0
-== 1.0.0 / 2007-10-09
0
+== 0.7.0 / 2008-01-07
0
 
0
 * 1 major enhancement
0
- * Birthday!
0
+ * First public release!
0
 
...
2
3
4
5
6
7
8
9
 
10
11
12
...
16
17
18
 
19
20
21
22
23
 
24
25
26
...
2
3
4
 
5
6
7
8
9
10
11
12
...
16
17
18
19
20
21
22
23
24
25
26
27
28
0
@@ -2,11 +2,11 @@ History.txt
0
 Manifest.txt
0
 README.txt
0
 Rakefile
0
-bin/grit
0
 lib/grit.rb
0
 lib/grit/actor.rb
0
 lib/grit/blob.rb
0
 lib/grit/commit.rb
0
+lib/grit/diff.rb
0
 lib/grit/errors.rb
0
 lib/grit/git.rb
0
 lib/grit/head.rb
0
@@ -16,11 +16,13 @@ lib/grit/tree.rb
0
 test/fixtures/blame
0
 test/fixtures/cat_file_blob
0
 test/fixtures/cat_file_blob_size
0
+test/fixtures/diff_p
0
 test/fixtures/for_each_ref
0
 test/fixtures/ls_tree_a
0
 test/fixtures/ls_tree_b
0
 test/fixtures/rev_list
0
 test/fixtures/rev_list_single
0
+test/fixtures/rev_parse
0
 test/helper.rb
0
 test/profile.rb
0
 test/suite.rb
...
27
28
29
30
 
31
32
...
27
28
29
 
30
31
32
0
@@ -27,5 +27,5 @@ module Grit
0
   
0
   self.debug = false
0
   
0
- VERSION = '0.1.0'
0
+ VERSION = '0.7.0'
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.