public
Fork of schacon/ruby-git
Description: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories.
Homepage: http://jointheconversation.org/rubygit/
Clone URL: git://github.com/halorgium/ruby-git.git
updated Rakefile to 1.0.5
schacon (author)
Mon Mar 03 13:00:08 -0800 2008
commit  f859e805794378d8b6299c4c4a68be5c25f52e8a
tree    adab9a82e2e96e580c8207a66d269946ea0817f1
parent  2a42d3d10b7c57597c38f01025c7d014d8fe19bf
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
0
 spec = Gem::Specification.new do |s|
0
     s.platform = Gem::Platform::RUBY
0
     s.name = "git"
0
- s.version = "1.0.4"
0
+ s.version = "1.0.5"
0
     s.author = "Scott Chacon"
0
     s.email = "schacon@gmail.com"
0
     s.summary = "A package for using Git in Ruby code."

Comments

    No one has commented yet.