补充版本更新信息。

This commit is contained in:
Liang Tao
2014-06-06 12:18:14 +08:00
parent 244735a3f2
commit 9d8f684eec
3 changed files with 6 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 -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