Commit ec4793ef by Mike Burns

Bump to 2.5.1

parent bc6ed16b
2012-01-20 Jon Yurek <jyurek@thoughtbot.com>
* lib/paperclip/railtie.rb (insert): Hide ActiveRecord-specific stuff in
the Railtie
2012-01-18 Luke Griffiths <wlgriffiths@gmail.com>
* lib/paperclip/storage/s3.rb (self.extended),
test/storage/s3_live_test.rb, test/storage/s3_test.rb: Add S3 encryption
2012-01-16 Jeremy McNevin <jeremy.mcnevin@thedolancompany.com> and ralph <ralph@rvdh.de>
* lib/paperclip/storage/fog.rb (flush_writes), fog_test.rb: Pass the
content type to Fog.
New in 2.5.1:
* Feature: After we've computed the content type, pass it to Fog.
* Feature: S3 encryption with the new :s3_server_side_encryption option.
* Feature: Works without ActiveRecord, allowing for e.g. mongo backends.
New in 2.5.0: New in 2.5.0:
* Performance: Only connect to S3 when absolutely needed. * Performance: Only connect to S3 when absolutely needed.
......
module Paperclip module Paperclip
VERSION = "2.5.0" unless defined? Paperclip::VERSION VERSION = "2.5.1" 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