Skip to content

Commit 9863034

Browse files
committed
bumped version to 1.1 - ruby 1.9 compatible now
1 parent 257fd8d commit 9863034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-git.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spec = Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = "git"
4-
s.version = "1.0.8"
4+
s.version = "1.1.0"
55
s.author = "Scott Chacon"
66
s.email = "schacon@gmail.com"
77
s.summary = "A package for using Git in Ruby code."

0 commit comments

Comments
 (0)