lib/paperclip.rb in paperclip-2.2.6 vs lib/paperclip.rb in paperclip-2.2.7

- 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.6" + VERSION = "2.2.7" 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.