lib/paperclip.rb in paperclip-2.2.9.2 vs lib/paperclip.rb in paperclip-2.3.0

- old
+ new

@@ -42,10 +42,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.9.2" + VERSION = "2.3.0" class << self # Provides configurability to Paperclip. There are a number of options available, such as: # * whiny: Will raise an error if Paperclip cannot process thumbnails of # an uploaded image. Defaults to true.