lib/paperclip.rb in paperclip-2.2.4 vs lib/paperclip.rb in paperclip-2.2.5

- old
+ new

@@ -41,10 +41,10 @@ # The base module that gets included in ActiveRecord::Base. See the # documentation for Paperclip::ClassMethods for more useful information. module Paperclip - VERSION = "2.2.4" + VERSION = "2.2.5" class << self # Provides configurability to Paperclip. There are a number of options available, such as: # * whiny_thumbnails: Will raise an error if Paperclip cannot process thumbnails of # an uploaded image. Defaults to true.