更新版本信息,修改GemSpec文件。

This commit is contained in:
Liang Tao
2014-03-06 15:40:29 +08:00
parent ab81095c0c
commit d3ec623c3e
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qiniu-rs (3.5.0)
qiniu (6.0.1)
json (~> 1.7)
mime-types (~> 1.19)
rest-client (~> 1.6)
@@ -32,6 +32,6 @@ PLATFORMS
DEPENDENCIES
fakeweb (~> 1.3)
qiniu-rs!
qiniu!
rake (>= 0.9)
rspec (>= 2.11)
+3 -3
View File
@@ -2,9 +2,9 @@
module Qiniu
module Version
MAJOR = 3
MINOR = 5
PATCH = 0
MAJOR = 6
MINOR = 0
PATCH = 1
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example
+2 -2
View File
@@ -5,14 +5,14 @@ require File.expand_path('../lib/qiniu/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["why404"]
gem.email = ["why404@gmail.com"]
gem.description = %q{Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://docs.qiniu.com/ruby-sdk/}
gem.description = %q{Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://developer.qiniu.com/docs/v6/sdk/ruby-sdk.html}
gem.summary = %q{Qiniu Resource (Cloud) Storage SDK for Ruby}
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) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "qiniu-rs"
gem.name = "qiniu"
gem.require_paths = ["lib"]
gem.version = Qiniu::Version.to_s