Commit 01406e1a by Prem Sichanugrist

Bump to 3.0.3

parent df4fd988
PATH PATH
remote: . remote: .
specs: specs:
paperclip (3.0.2) paperclip (3.0.3)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
......
Unreleased: New in 3.0.3:
* Bug fix: ThumbnailProcessor now correctly detects and preserve animated GIF. * Bug fix: ThumbnailProcessor now correctly detects and preserve animated GIF.
* Bug fix: File extension is now preserved in generated Tempfile from adapter. * Bug fix: File extension is now preserved in generated Tempfile from adapter.
......
module Paperclip module Paperclip
VERSION = "3.0.2" unless defined? Paperclip::VERSION VERSION = "3.0.3" unless defined? Paperclip::VERSION
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