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/dysinger/grit.git
Search Repo:
up to 0.8.0 and add gemspec
mojombo (author)
Thu Apr 24 12:19:23 -0700 2008
commit  3c1e3d79440e61fac88ce9bde84e5c6b6cbdade2
tree    d325c081db5fa26f8200f064ae840323694b9dce
parent  2d3acf90f35989df8f262dc50beadc4ee3ae1560
...
1
2
 
3
4
...
1
 
2
3
4
0
@@ -1,5 +1,5 @@
0
 coverage
0
-pkg
0
+pkg/*.tgz
0
 doc
0
 test/specifics.rb
...
6
7
8
 
9
10
11
12
13
14
 
15
16
17
18
 
 
 
 
 
 
19
20
 
21
22
 
23
 
24
25
 
 
26
27
28
29
30
31
 
 
32
33
34
35
 
36
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
0
@@ -6,32 +6,48 @@
0
 lib/grit/actor.rb
0
 lib/grit/blob.rb
0
 lib/grit/commit.rb
0
+lib/grit/config.rb
0
 lib/grit/diff.rb
0
 lib/grit/errors.rb
0
 lib/grit/git.rb
0
 lib/grit/head.rb
0
 lib/grit/lazy.rb
0
 lib/grit/repo.rb
0
+lib/grit/tag.rb
0
 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_2
0
+test/fixtures/diff_2f
0
+test/fixtures/diff_f
0
+test/fixtures/diff_i
0
+test/fixtures/diff_mode_only
0
+test/fixtures/diff_new_mode
0
 test/fixtures/diff_p
0
 test/fixtures/for_each_ref
0
+test/fixtures/for_each_ref_tags
0
 test/fixtures/ls_tree_a
0
 test/fixtures/ls_tree_b
0
+test/fixtures/ls_tree_commit
0
 test/fixtures/rev_list
0
+test/fixtures/rev_list_count
0
 test/fixtures/rev_list_single
0
 test/fixtures/rev_parse
0
+test/fixtures/show_empty_commit
0
+test/fixtures/simple_config
0
 test/helper.rb
0
 test/profile.rb
0
 test/suite.rb
0
 test/test_actor.rb
0
 test/test_blob.rb
0
 test/test_commit.rb
0
+test/test_config.rb
0
+test/test_diff.rb
0
 test/test_git.rb
0
 test/test_head.rb
0
 test/test_reality.rb
0
 test/test_repo.rb
0
+test/test_tag.rb
0
 test/test_tree.rb
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0
@@ -1 +1,20 @@
0
+(in /Users/tom/dev/mojombo/grit)
0
+Gem::Specification.new do |s|
0
+ s.name = %q{grit}
0
+ s.version = "0.8.0"
0
+ s.date = %q{2008-04-24}
0
+ s.summary = %q{Object model interface to a git repo}
0
+ s.email = %q{tom@rubyisawesome.com}
0
+ s.homepage = %q{http://grit.rubyforge.org}
0
+ s.rubyforge_project = %q{grit}
0
+ s.description = %q{Grit is a Ruby library for extracting information from a git repository in and object oriented manner.}
0
+ s.has_rdoc = true
0
+ s.authors = ["Tom Preston-Werner"]
0
+ s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/grit.rb", "lib/grit/actor.rb", "lib/grit/blob.rb", "lib/grit/commit.rb", "lib/grit/config.rb", "lib/grit/diff.rb", "lib/grit/errors.rb", "lib/grit/git.rb", "lib/grit/head.rb", "lib/grit/lazy.rb", "lib/grit/repo.rb", "lib/grit/tag.rb", "lib/grit/tree.rb", "test/fixtures/blame", "test/fixtures/cat_file_blob", "test/fixtures/cat_file_blob_size", "test/fixtures/diff_2", "test/fixtures/diff_2f", "test/fixtures/diff_f", "test/fixtures/diff_i", "test/fixtures/diff_mode_only", "test/fixtures/diff_new_mode", "test/fixtures/diff_p", "test/fixtures/for_each_ref", "test/fixtures/for_each_ref_tags", "test/fixtures/ls_tree_a", "test/fixtures/ls_tree_b", "test/fixtures/ls_tree_commit", "test/fixtures/rev_list", "test/fixtures/rev_list_count", "test/fixtures/rev_list_single", "test/fixtures/rev_parse", "test/fixtures/show_empty_commit", "test/fixtures/simple_config", "test/helper.rb", "test/profile.rb", "test/suite.rb", "test/test_actor.rb", "test/test_blob.rb", "test/test_commit.rb", "test/test_config.rb", "test/test_diff.rb", "test/test_git.rb", "test/test_head.rb", "test/test_reality.rb", "test/test_repo.rb", "test/test_tag.rb", "test/test_tree.rb", "test/test_real.rb"]
0
+ s.test_files = ["test/test_actor.rb", "test/test_blob.rb", "test/test_commit.rb", "test/test_config.rb", "test/test_diff.rb", "test/test_git.rb", "test/test_head.rb", "test/test_real.rb", "test/test_reality.rb", "test/test_repo.rb", "test/test_tag.rb", "test/test_tree.rb"]
0
+ s.rdoc_options = ["--main", "README.txt"]
0
+ s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
0
+ s.add_dependency(%q<mime-types>, ["> 0.0.0"])
0
+ s.add_dependency(%q<hoe>, [">= 1.4.0"])
0
+end
...
33
34
35
36
 
37
...
33
34
35
 
36
37
0
@@ -33,6 +33,6 @@
0
   
0
   self.debug = false
0
   
0
- VERSION = '0.7.0'
0
+ VERSION = '0.8.0'
0
 end

Comments

    No one has commented yet.