From d92dc24416a2c87044b4a5e92a4fdcd3e0567190 Mon Sep 17 00:00:00 2001 From: 404 Date: Mon, 9 Jul 2012 12:43:24 +0800 Subject: [PATCH] update gem.homepage --- qiniu-rs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiniu-rs.gemspec b/qiniu-rs.gemspec index ef1bb5f..9ee4290 100755 --- a/qiniu-rs.gemspec +++ b/qiniu-rs.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |gem| gem.email = ["why404@gmail.com"] gem.description = %q{Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://docs.qiniutek.com/v2/sdk/ruby/} gem.summary = %q{Qiniu Resource (Cloud) Storage SDK for Ruby} - gem.homepage = "https://github.com/why404/qiniu-rs" + gem.homepage = "https://github.com/qiniu/ruby-sdk" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }