lib/paperclip.rb in mender_paperclip-2.4.3 vs lib/paperclip.rb in mender_paperclip-2.4.3.1
- old
+ new
@@ -98,10 +98,9 @@
if options[:image_magick_path]
Paperclip.log("[DEPRECATION] :image_magick_path is deprecated and will be removed. Use :command_path instead")
end
command_path = options[:command_path] || options[:image_magick_path]
Cocaine::CommandLine.path = ( Cocaine::CommandLine.path ? [Cocaine::CommandLine.path, command_path ].flatten : command_path )
- Cocaine::CommandLine.logger = logger
Cocaine::CommandLine.new(cmd, *params).run
end
def processor(name) #:nodoc:
@known_processors ||= {}