updated homepage in the qiniu-rs.gemspec

This commit is contained in:
404
2012-05-23 21:07:57 +08:00
parent 8a1540593b
commit f54d784dc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
module Qiniu
module RS
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end
+1 -1
View File
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.email = ["why404@gmail.com"]
gem.description = %q{Qiniu Cloud Storage SDK for Ruby. See: http://docs.qiniutek.com/v1/sdk/ruby/}
gem.summary = %q{Qiniu Cloud Storage SDK for Ruby}
gem.homepage = "https://github.com/why404/qiniu-rs-sdk-for-ruby"
gem.homepage = "https://github.com/why404/qiniu-rs"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }