forked from drpentode/Attachment-on-the-Fly
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRakefile
More file actions
14 lines (14 loc) · 631 Bytes
/
Rakefile
File metadata and controls
14 lines (14 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "attachment_on_the_fly"
gemspec.summary = "A Paperclip mix-in to allow auto-generation of resized images"
gemspec.description = "A Paperclip mix-in to allow auto-generation of resized images"
gemspec.email = "jefferey.sutherland@gmail.com"
gemspec.homepage = "http://github.com/drpentode/Attachment-on-the-Fly"
gemspec.authors = ["Jeff Sutherland"]
gemspec.add_dependency "paperclip"
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end