public
Rubygem
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/github/grit.git
up to 0.8.1
mojombo (author)
Thu Apr 24 17:54:07 -0700 2008
commit  b778d456672ec74eba6eaab5439a144b41e0f61b
tree    a1bc96a2decc6496c8ef76ec00706c1fa816747d
parent  11c3d028d1f66f43d7c3f5d4ae6ff5377119af97
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "grit"
0
- s.version = "0.8.0"
0
+ s.version = "0.8.1"
0
   s.date = "2008-04-24"
0
   s.summary = "Object model interface to a git repo"
0
   s.email = "tom@rubyisawesome.com"
...
33
34
35
36
 
37
...
33
34
35
 
36
37
0
@@ -33,5 +33,5 @@ module Grit
0
   
0
   self.debug = false
0
   
0
- VERSION = '0.8.0'
0
+ VERSION = '0.8.1'
0
 end

Comments

    No one has commented yet.