Skip to content

Commit dd96a6a

Browse files
committed
update gemspec
1 parent c37eb72 commit dd96a6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

git.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{git}
8-
s.version = "1.2.5"
8+
s.version = "1.2.5.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11-
s.authors = ["Scott Chacon"]
12-
s.date = %q{2009-10-17}
13-
s.email = %q{schacon@gmail.com}
11+
s.authors = ["Joe Yang"]
12+
s.date = %q{2009-10-21}
13+
s.email = %q{joe.yangyi@gmail.com}
1414
s.extra_rdoc_files = [
1515
"README"
1616
]
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
3333
"lib/git/status.rb",
3434
"lib/git/working_directory.rb"
3535
]
36-
s.homepage = %q{http://github.com/schacon/ruby-git}
36+
s.homepage = %q{http://github.com/yangyi/ruby-git}
3737
s.rdoc_options = ["--charset=UTF-8"]
3838
s.require_paths = ["lib"]
3939
s.requirements = ["git 1.6.0.0, or greater"]

0 commit comments

Comments
 (0)