-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
## CHANGE LOG | ||
|
||
### v1.0.8 | ||
- URI encode '[]' | ||
|
||
### v1.0.7 | ||
- 表单上传返回的信息不论是否设置了 `return-url`, 返回信息一致 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
在 `Gemfile` 中加入以下代码 | ||
|
||
```ruby | ||
gem 'upyun', '~> 1.0.5' | ||
gem 'upyun', '~> 1.0.8' | ||
``` | ||
|
||
然后执行如下命令安装: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Upyun | ||
VERSION = "1.0.7" | ||
VERSION = "1.0.8" | ||
end |