public
Rubygem
Fork of mojombo/grit
Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/schacon/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!