forked from technoweenie/attachment_fu
-
Notifications
You must be signed in to change notification settings - Fork 40
/
attachment_fu.gemspec
25 lines (21 loc) · 979 Bytes
/
attachment_fu.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{pothoven-attachment_fu}
s.authors = ["Rick Olson", "Steven Pothoven"]
s.summary = %q{attachment_fu as a gem}
s.description = %q{This is a fork of Rick Olson's attachment_fu adding Ruby 1.9 and Rails 3.2 and Rails 4 support as well as some other enhancements.}
s.email = %q{steven@pothoven.net}
s.homepage = %q{http://github.com/pothoven/attachment_fu}
s.version = "3.3.2"
s.date = %q{2017-10-19}
s.files = Dir.glob("{lib,vendor}/**/*") + %w( CHANGELOG LICENSE README.rdoc amazon_s3.yml.tpl rackspace_cloudfiles.yml.tpl )
s.extra_rdoc_files = ["README.rdoc"]
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = "nowarning"
s.rubygems_version = %q{1.8.29}
s.requirements << 'aws-sdk-v1, ~> 1.61.0'
if s.respond_to? :specification_version then
s.specification_version = 2
end
end