Commit 26f44c6d by Mike Burns

Bump to 3.2.0

* Bug fix: Use the new correct Amazon S3 encryption header.
* Bug fix: The rake task respects the updated_at column.
* Bug fix: Strip newline from content type.
* Feature: Fog file visibility can be specified per style.
* Feature: Autonatically rotate images.
* Feature: Reduce class-oriented programming of the attachment definitions.
parent eadd4527
PATH
remote: .
specs:
paperclip (3.1.4)
paperclip (3.2.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
......
New in 3.2.0:
* Bug fix: Use the new correct Amazon S3 encryption header.
* Bug fix: The rake task respects the updated_at column.
* Bug fix: Strip newline from content type.
* Feature: Fog file visibility can be specified per style.
* Feature: Autonatically rotate images.
* Feature: Reduce class-oriented programming of the attachment definitions.
New in 3.1.4:
* Bug fix: Allow user to be able to set path without `:style` attribute and not raising an error.
......
module Paperclip
VERSION = "3.1.4" unless defined? Paperclip::VERSION
VERSION = "3.2.0" unless defined? Paperclip::VERSION
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