将 mime-types 依赖版本升级到 2.4.3 。

This commit is contained in:
Liang Tao
2014-12-11 23:05:25 +08:00
parent b21833779e
commit 0bca27457a
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
## CHANGE LOG
### v6.4.1
- 将 mime-types 的依赖版本升级到 2.4.3 。 [https://github.com/qiniu/ruby-sdk/pull/113](https://github.com/qiniu/ruby-sdk/pull/113)
### v6.4.0
- 为 put_with_put_policy() 添加 opts 参数,允许使用 :content_type 键指定上传文件的 mime type。 [https://github.com/qiniu/ruby-sdk/pull/111](https://github.com/qiniu/ruby-sdk/pull/111)
+2 -2
View File
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
qiniu (6.4.0)
qiniu (6.4.1)
json (~> 1.7)
mime-types (~> 1.19)
mime-types (~> 2.4.3)
rest-client (~> 1.6)
ruby-hmac (~> 0.4)
+1 -1
View File
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 4
PATCH = 0
PATCH = 1
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example