mirror of
https://github.com/wahyd4/ruby-sdk.git
synced 2026-08-16 16:27:28 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88b56daabd | ||
|
|
bab0f4a602 | ||
|
|
36d5fc0684 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
qiniu-rs (3.0.2)
|
qiniu-rs (3.0.3)
|
||||||
json (~> 1.7.3)
|
json (~> 1.7.3)
|
||||||
mime-types (~> 1.19)
|
mime-types (~> 1.19)
|
||||||
rest-client (~> 1.6.7)
|
rest-client (~> 1.6.7)
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
module Qiniu
|
module Qiniu
|
||||||
module RS
|
module RS
|
||||||
VERSION = "3.0.2"
|
VERSION = "3.0.3"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ require File.expand_path('../lib/qiniu/rs/version', __FILE__)
|
|||||||
Gem::Specification.new do |gem|
|
Gem::Specification.new do |gem|
|
||||||
gem.authors = ["why404"]
|
gem.authors = ["why404"]
|
||||||
gem.email = ["why404@gmail.com"]
|
gem.email = ["why404@gmail.com"]
|
||||||
gem.description = %q{Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://docs.qiniutek.com/v2/sdk/ruby/}
|
gem.description = %q{Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://docs.qiniutek.com/v3/sdk/ruby/}
|
||||||
gem.summary = %q{Qiniu Resource (Cloud) Storage SDK for Ruby}
|
gem.summary = %q{Qiniu Resource (Cloud) Storage SDK for Ruby}
|
||||||
gem.homepage = "https://github.com/qiniu/ruby-sdk"
|
gem.homepage = "https://github.com/qiniu/ruby-sdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user