paperclip_database_storage 3.0.5 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/config/routes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  Rails.application.routes.prepend do
2
2
  # Dynamically create routes based on defined attachments
3
- Rails.application.eager_load!
3
+ begin ; Rails.application.eager_load! ; rescue ; end
4
4
 
5
5
  loaded_url_templates = []
6
6
  must_create_default_route = false
@@ -73,7 +73,6 @@ module Paperclip
73
73
 
74
74
  def flush_deletes
75
75
  @queued_for_delete.each do |style|
76
- puts("[paperclip] Deleting files for #{style}")
77
76
  attachment = get_attachment(style)
78
77
  attachment.destroy if !attachment.nil?
79
78
  end
@@ -1,3 +1,3 @@
1
1
  module PaperclipDatabaseStorage
2
- VERSION = "3.0.5" unless defined? PaperclipDatabaseStorage::VERSION
2
+ VERSION = "3.0.6" unless defined? PaperclipDatabaseStorage::VERSION
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_database_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: