summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2008-03-03 13:00:08 -0800
committerScott Chacon <schacon@gmail.com>2008-03-03 13:00:08 -0800
commitf859e805794378d8b6299c4c4a68be5c25f52e8a (patch)
treeadab9a82e2e96e580c8207a66d269946ea0817f1 /Rakefile
parent2a42d3d10b7c57597c38f01025c7d014d8fe19bf (diff)
downloadthird_party-ruby-git-f859e805794378d8b6299c4c4a68be5c25f52e8a.tar.gz
third_party-ruby-git-f859e805794378d8b6299c4c4a68be5c25f52e8a.tar.xz
third_party-ruby-git-f859e805794378d8b6299c4c4a68be5c25f52e8a.zip
updated Rakefile to 1.0.5
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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."