Commit f08c8be4 by LI Daobing

release 0.0.3

parent a6c4796e
PATH
remote: .
specs:
paperclip-qiniu (0.0.2)
paperclip-qiniu (0.0.3)
paperclip
qiniu-rs (~> 3.0)
......@@ -21,9 +21,9 @@ GEM
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
cocaine (0.2.1)
cocaine (0.3.0)
diff-lcs (1.1.3)
i18n (0.6.0)
i18n (0.6.1)
json (1.7.5)
mime-types (1.19)
multi_json (1.3.6)
......@@ -33,7 +33,7 @@ GEM
activesupport (>= 3.0.0)
cocaine (>= 0.0.2)
mime-types
qiniu-rs (3.0.4)
qiniu-rs (3.0.5)
json (~> 1.7.5)
mime-types (~> 1.19)
rest-client (~> 1.6.7)
......@@ -45,7 +45,7 @@ GEM
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
ruby-hmac (0.4.0)
......
......@@ -58,6 +58,10 @@ end
## CHANGELOG
### 0.0.3 (2012-09-06)
* support qiniu api v3.
### 0.0.2 (2012-07-17)
* support public host.
......
module Paperclip
module Qiniu
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment