summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Goodwin <eric@ericgoodwin.com>2008-03-03 10:49:28 -0800
committerEric Goodwin <eric@ericgoodwin.com>2008-03-03 10:49:28 -0800
commit55a5e323d241cfbd5a59d9a440c506b24b4c255a (patch)
treea7d49a125de6c8a1e06af2f7030611589fa82247 /Rakefile
parent8185e202dfe6a70fb04d3eec7826e4ea54866c4a (diff)
downloadthird_party-ruby-git-55a5e323d241cfbd5a59d9a440c506b24b4c255a.tar.gz
third_party-ruby-git-55a5e323d241cfbd5a59d9a440c506b24b4c255a.tar.xz
third_party-ruby-git-55a5e323d241cfbd5a59d9a440c506b24b4c255a.zip
Added in the stashes
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."