From f859e805794378d8b6299c4c4a68be5c25f52e8a Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Mon, 3 Mar 2008 13:00:08 -0800 Subject: updated Rakefile to 1.0.5 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a174eac..cc744c1 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "git" - s.version = "1.0.4" + s.version = "1.0.5" s.author = "Scott Chacon" s.email = "schacon@gmail.com" s.summary = "A package for using Git in Ruby code." -- cgit