Skip to content

Commit

Permalink
merage 80 && close 30
Browse files Browse the repository at this point in the history
  • Loading branch information
huobazi committed Aug 11, 2017
1 parent 0c7fe5f commit f5107fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

## CHANGE LOG

### v1.1.4

- 支持带样式的私有链接

https://github.com/huobazi/carrierwave-qiniu/pull/80

### v1.1.3

新增参数 qiniu_delete_after_days
Expand All @@ -19,7 +25,7 @@ https://github.com/huobazi/carrierwave-qiniu/pull/78
### v1.1.0

- Require carrierwave ~> 1.0
-

https://github.com/huobazi/carrierwave-qiniu/pull/73

### v1.0.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Carrierwave::Qiniu

[![Gem Version](https://badge.fury.io/rb/carrierwave-qiniu@2x.png?1.1.3)](http://badge.fury.io/rb/carrierwave-qiniu)
[![Gem Version](https://badge.fury.io/rb/carrierwave-qiniu@2x.png?1.1.4)](http://badge.fury.io/rb/carrierwave-qiniu)

This gem adds storage support for [Qiniu](http://qiniutek.com) to [Carrierwave](https://github.com/jnicklas/carrierwave)

Expand All @@ -10,7 +10,7 @@ example: https://github.com/huobazi/carrierwave-qiniu-example

Add the following to your application's Gemfile:

gem 'carrierwave-qiniu', '~> 1.1.3'
gem 'carrierwave-qiniu', '~> 1.1.4'
# If you need to use locales other than English
gem 'carrierwave-i18n'

Expand All @@ -20,7 +20,7 @@ And then execute:

Or install it yourself as:

$ gem install carrierwave-qiniu -v 1.1.3
$ gem install carrierwave-qiniu -v 1.1.4

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave-qiniu/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
module Carrierwave
module Qiniu
VERSION = "1.1.3"
VERSION = "1.1.4"
end
end

0 comments on commit f5107fb

Please sign in to comment.