Merge pull request #93 from BluntBlade/master

为PutPolicy添加persistentPipeline参数。
This commit is contained in:
Bai Long
2014-06-06 13:19:29 +08:00
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
## CHANGE LOG
### v6.2.3
- 为上传策略添加`persistentPipeline`参数,用于指明使用哪个命名转码队列。 [https://github.com/qiniu/ruby-sdk/pull/93](https://github.com/qiniu/ruby-sdk/pull/93)
### v6.2.2
- 为/pfop接口添加`pipeline`参数,用于指明使用哪个命名转码队列。 [https://github.com/qiniu/ruby-sdk/pull/92](https://github.com/qiniu/ruby-sdk/pull/92)
+1 -1
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qiniu (6.2.2)
qiniu (6.2.3)
json (~> 1.7)
mime-types (~> 1.19)
rest-client (~> 1.6)
+1
View File
@@ -51,6 +51,7 @@ module Qiniu
:callback_body => "callbackBody" ,
:persistent_ops => "persistentOps" ,
:persistent_notify_url => "persistentNotifyUrl" ,
:persistent_pipeline => "persistentPipeline" ,
# 数值类型参数
:deadline => "deadline" ,
+1 -1
View File
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 2
PATCH = 2
PATCH = 3
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example