# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{attachment_fu} s.version = "1.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Technoweenie"] s.date = %q{2009-08-20} s.description = %q{Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.} s.email = %q{github@futuresinc.com} s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".gitignore", "CHANGELOG", "LICENSE", "README", "Rakefile", "VERSION.yml", "amazon_s3.yml.tpl", "attachment_fu.gemspec", "init.rb", "install.rb", "lib/attachment_fu.rb", "lib/attachment_fu/backends/cloud_file_backend.rb", "lib/attachment_fu/backends/db_file_backend.rb", "lib/attachment_fu/backends/file_system_backend.rb", "lib/attachment_fu/backends/s3_backend.rb", "lib/attachment_fu/processors/core_image_processor.rb", "lib/attachment_fu/processors/gd2_processor.rb", "lib/attachment_fu/processors/image_science_processor.rb", "lib/attachment_fu/processors/mini_magick_processor.rb", "lib/attachment_fu/processors/rmagick_processor.rb", "lib/geometry.rb", "rackspace_cloudfiles.yml.tpl", "test/backends/db_file_test.rb", "test/backends/file_system_test.rb", "test/backends/remote/cloudfiles_test.rb", "test/backends/remote/s3_test.rb", "test/base_attachment_tests.rb", "test/basic_test.rb", "test/database.yml", "test/extra_attachment_test.rb", "test/fixtures/attachment.rb", "test/fixtures/files/fake/rails.png", "test/fixtures/files/foo.txt", "test/fixtures/files/rails.png", "test/geometry_test.rb", "test/processors/core_image_test.rb", "test/processors/gd2_test.rb", "test/processors/image_science_test.rb", "test/processors/mini_magick_test.rb", "test/processors/rmagick_test.rb", "test/schema.rb", "test/test_helper.rb", "test/validation_test.rb", "vendor/red_artisan/core_image/filters/color.rb", "vendor/red_artisan/core_image/filters/effects.rb", "vendor/red_artisan/core_image/filters/perspective.rb", "vendor/red_artisan/core_image/filters/quality.rb", "vendor/red_artisan/core_image/filters/scale.rb", "vendor/red_artisan/core_image/filters/watermark.rb", "vendor/red_artisan/core_image/processor.rb" ] s.has_rdoc = true s.homepage = %q{http://github.com/futuresinc/attachment_fu} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.2} s.summary = %q{Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.} s.test_files = [ "test/backends/db_file_test.rb", "test/backends/file_system_test.rb", "test/backends/remote/cloudfiles_test.rb", "test/backends/remote/s3_test.rb", "test/base_attachment_tests.rb", "test/basic_test.rb", "test/extra_attachment_test.rb", "test/fixtures/attachment.rb", "test/geometry_test.rb", "test/processors/core_image_test.rb", "test/processors/gd2_test.rb", "test/processors/image_science_test.rb", "test/processors/mini_magick_test.rb", "test/processors/rmagick_test.rb", "test/schema.rb", "test/test_helper.rb", "test/validation_test.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end