Commit 21e1fa18 by LI Daobing

release 0.0.2

parent 03e9a65f
PATH PATH
remote: . remote: .
specs: specs:
paperclip-qiniu (0.0.1) paperclip-qiniu (0.0.2)
paperclip paperclip
qiniu-rs qiniu-rs
......
...@@ -55,3 +55,14 @@ end ...@@ -55,3 +55,14 @@ end
3. Commit your changes (`git commit -am 'Added some feature'`) 3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`) 4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request 5. Create new Pull Request
## CHANGELOG
### 0.0.2 (2012-07-17)
* support public host.
### 0.0.1
* it works.
module Paperclip module Paperclip
module Qiniu module Qiniu
VERSION = "0.0.1" VERSION = "0.0.2"
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