Skip to content

Commit f859e80

Browse files
committed
updated Rakefile to 1.0.5
1 parent 2a42d3d commit f859e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
55
spec = Gem::Specification.new do |s|
66
s.platform = Gem::Platform::RUBY
77
s.name = "git"
8-
s.version = "1.0.4"
8+
s.version = "1.0.5"
99
s.author = "Scott Chacon"
1010
s.email = "schacon@gmail.com"
1111
s.summary = "A package for using Git in Ruby code."

0 commit comments

Comments
 (0)