From f54d784dc7ff523d548957b5877b4ee5c33f8e1b Mon Sep 17 00:00:00 2001 From: 404 Date: Wed, 23 May 2012 21:07:57 +0800 Subject: [PATCH] updated homepage in the qiniu-rs.gemspec --- lib/qiniu/rs/version.rb | 2 +- qiniu-rs.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/qiniu/rs/version.rb b/lib/qiniu/rs/version.rb index e6a96e8..5e2a93a 100755 --- a/lib/qiniu/rs/version.rb +++ b/lib/qiniu/rs/version.rb @@ -2,6 +2,6 @@ module Qiniu module RS - VERSION = "1.0.0" + VERSION = "1.0.1" end end diff --git a/qiniu-rs.gemspec b/qiniu-rs.gemspec index cb3b144..05f87c1 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 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) }