调整版本号。

This commit is contained in:
Liang Tao
2015-09-13 20:50:11 +08:00
parent 1248008642
commit e308ce1cfd
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
## CHANGE LOG
### V6.5.1
- 为 Qiniu::Auth 添加验证七牛回调请求签名合法性的函数。[https://github.com/qiniu/ruby-sdk/pull/133](https://github.com/qiniu/ruby-sdk/pull/133)
### v6.5.0
- 为 Qiniu::Auth 添加一个异常处理逻辑,在 Access Key 和 Secret Key 未正常设置(nil 值)的情况下给出正确提示。[https://github.com/qiniu/ruby-sdk/pull/126](https://github.com/qiniu/ruby-sdk/pull/126)
+1 -1
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qiniu (6.5.0)
qiniu (6.5.1)
json (~> 1.8)
mime-types (~> 1.19)
rest-client (~> 1.7.3)
+1 -1
View File
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 5
PATCH = 0
PATCH = 1
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example