Commit f08c8be4 by LI Daobing

release 0.0.3

parent a6c4796e
PATH PATH
remote: . remote: .
specs: specs:
paperclip-qiniu (0.0.2) paperclip-qiniu (0.0.3)
paperclip paperclip
qiniu-rs (~> 3.0) qiniu-rs (~> 3.0)
...@@ -21,9 +21,9 @@ GEM ...@@ -21,9 +21,9 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
builder (3.0.0) builder (3.0.0)
cocaine (0.2.1) cocaine (0.3.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
i18n (0.6.0) i18n (0.6.1)
json (1.7.5) json (1.7.5)
mime-types (1.19) mime-types (1.19)
multi_json (1.3.6) multi_json (1.3.6)
...@@ -33,7 +33,7 @@ GEM ...@@ -33,7 +33,7 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
cocaine (>= 0.0.2) cocaine (>= 0.0.2)
mime-types mime-types
qiniu-rs (3.0.4) qiniu-rs (3.0.5)
json (~> 1.7.5) json (~> 1.7.5)
mime-types (~> 1.19) mime-types (~> 1.19)
rest-client (~> 1.6.7) rest-client (~> 1.6.7)
...@@ -45,7 +45,7 @@ GEM ...@@ -45,7 +45,7 @@ GEM
rspec-expectations (~> 2.11.0) rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0) rspec-mocks (~> 2.11.0)
rspec-core (2.11.1) rspec-core (2.11.1)
rspec-expectations (2.11.2) rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3) diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2) rspec-mocks (2.11.2)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
......
...@@ -58,6 +58,10 @@ end ...@@ -58,6 +58,10 @@ end
## CHANGELOG ## CHANGELOG
### 0.0.3 (2012-09-06)
* support qiniu api v3.
### 0.0.2 (2012-07-17) ### 0.0.2 (2012-07-17)
* support public host. * support public host.
......
module Paperclip module Paperclip
module Qiniu module Qiniu
VERSION = "0.0.2" VERSION = "0.0.3"
end end
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