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
fix gemspec
mojombo (author)
Thu Apr 24 12:23:15 -0700 2008
commit  bbedbdbebbe8c2549e92a87d35643a0721ebd1b8
tree    468d97c6000cca1ebd0314899f36b01959762969
parent  3c1e3d79440e61fac88ce9bde84e5c6b6cbdade2
...
1
 
 
2
3
 
4
5
...
 
1
2
3
 
4
5
6
0
@@ -1,5 +1,6 @@
0
-== 0.7.0 / 2008-01-07
0
+== 0.8.0 / 2008-04-24
0
+ * Lots of fixes and additions
0
 
0
-* 1 major enhancement
0
+== 0.7.0 / 2008-01-07
0
   * First public release!
0
 
...
1
2
3
4
...
 
1
2
3
0
@@ -1,4 +1,3 @@
0
-(in /Users/tom/dev/mojombo/grit)
0
 Gem::Specification.new do |s|
0
   s.name = %q{grit}
0
   s.version = "0.8.0"

Comments

    No one has commented yet.