mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Add missing fastimage dependency
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require 'fastimage'
|
||||
|
||||
module Paperclip
|
||||
# The Attachment class manages the files for a given attachment. It saves
|
||||
# when the model saves, deletes when the model is destroyed, and processes
|
||||
|
||||
@@ -16,4 +16,6 @@ Gem::Specification.new do |s|
|
||||
s.rubyforge_project = %q{paperclip}
|
||||
s.rubygems_version = %q{1.3.1}
|
||||
s.summary = %q{File attachments as attributes for ActiveRecord}
|
||||
|
||||
s.add_dependency 'fastimage'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user