public
Rubygem
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/mojombo/grit.git
grit / History.txt
100644 14 lines (8 sloc) 0.253 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
== 0.8.3 / 2008-07-07
  * Capture stderr and log if debug is true (rsanheim)
  
== 0.8.2 / 2008-06-27
  * Allow user provided logger (rsanheim)
  
== 0.8.0 / 2008-04-24
  * Lots of fixes and additions
 
== 0.7.0 / 2008-01-07
  * First public release!