Commit 14469310 by Jon Yurek

Version 3.5.2

parent 1d898232
New in 3.5.2:
* Security: Force cocaine to at least 0.5.3 to include a security fix
* Improvement: Fixed some README exmaples
* Feature: Added HTTP URL Proxy Adapter, can assign string URLs as attachments
* Improvement: Put validation errors on the base attribute and the sub-attribute
New in 3.5.1:
* Bug Fix: Returned the class-level `attachment_definitions` method for compatability.
......
module Paperclip
VERSION = "3.5.1" unless defined? Paperclip::VERSION
VERSION = "3.5.2" unless defined? Paperclip::VERSION
end
......@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency('activemodel', '>= 3.0.0')
s.add_dependency('activesupport', '>= 3.0.0')
s.add_dependency('cocaine', '~> 0.5.0')
s.add_dependency('cocaine', '~> 0.5.3')
s.add_dependency('mime-types')
s.add_development_dependency('activerecord', '>= 3.0.0')
......
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