We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a42d3d commit f859e80Copy full SHA for f859e80
Rakefile
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
spec = Gem::Specification.new do |s|
6
s.platform = Gem::Platform::RUBY
7
s.name = "git"
8
- s.version = "1.0.4"
+ s.version = "1.0.5"
9
s.author = "Scott Chacon"
10
s.email = "schacon@gmail.com"
11
s.summary = "A package for using Git in Ruby code."
0 commit comments