# -*- encoding: utf-8 -*- # stub: paperclip 3.4.1 ruby lib Gem::Specification.new do |s| s.name = "paperclip".freeze s.version = "3.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jon Yurek".freeze] s.date = "2013-02-22" s.description = "Easy upload management for ActiveRecord".freeze s.email = ["jyurek@thoughtbot.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "NEWS".freeze, "README.md".freeze, "RUNNING_TESTS.md".freeze, "Rakefile".freeze, "UPGRADING".freeze, "cucumber/paperclip_steps.rb".freeze, "features/basic_integration.feature".freeze, "features/migration.feature".freeze, "features/rake_tasks.feature".freeze, "features/step_definitions/attachment_steps.rb".freeze, "features/step_definitions/html_steps.rb".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/step_definitions/s3_steps.rb".freeze, "features/step_definitions/web_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/fakeweb.rb".freeze, "features/support/file_helpers.rb".freeze, "features/support/fixtures/boot_config.txt".freeze, "features/support/fixtures/gemfile.txt".freeze, "features/support/fixtures/preinitializer.txt".freeze, "features/support/paths.rb".freeze, "features/support/rails.rb".freeze, "features/support/selectors.rb".freeze, "gemfiles/3.0.gemfile".freeze, "gemfiles/3.1.gemfile".freeze, "gemfiles/3.2.gemfile".freeze, "lib/generators/paperclip/USAGE".freeze, "lib/generators/paperclip/paperclip_generator.rb".freeze, "lib/generators/paperclip/templates/paperclip_migration.rb.erb".freeze, "lib/paperclip.rb".freeze, "lib/paperclip/attachment.rb".freeze, "lib/paperclip/attachment_options.rb".freeze, "lib/paperclip/callbacks.rb".freeze, "lib/paperclip/content_type_detector.rb".freeze, "lib/paperclip/errors.rb".freeze, "lib/paperclip/file_command_content_type_detector.rb".freeze, "lib/paperclip/geometry.rb".freeze, "lib/paperclip/geometry_detector_factory.rb".freeze, "lib/paperclip/geometry_parser_factory.rb".freeze, "lib/paperclip/glue.rb".freeze, "lib/paperclip/helpers.rb".freeze, "lib/paperclip/instance_methods.rb".freeze, "lib/paperclip/interpolations.rb".freeze, "lib/paperclip/interpolations/plural_cache.rb".freeze, "lib/paperclip/io_adapters/abstract_adapter.rb".freeze, "lib/paperclip/io_adapters/attachment_adapter.rb".freeze, "lib/paperclip/io_adapters/file_adapter.rb".freeze, "lib/paperclip/io_adapters/identity_adapter.rb".freeze, "lib/paperclip/io_adapters/nil_adapter.rb".freeze, "lib/paperclip/io_adapters/registry.rb".freeze, "lib/paperclip/io_adapters/stringio_adapter.rb".freeze, "lib/paperclip/io_adapters/uploaded_file_adapter.rb".freeze, "lib/paperclip/io_adapters/uri_adapter.rb".freeze, "lib/paperclip/locales/en.yml".freeze, "lib/paperclip/logger.rb".freeze, "lib/paperclip/matchers.rb".freeze, "lib/paperclip/matchers/have_attached_file_matcher.rb".freeze, "lib/paperclip/matchers/validate_attachment_content_type_matcher.rb".freeze, "lib/paperclip/matchers/validate_attachment_presence_matcher.rb".freeze, "lib/paperclip/matchers/validate_attachment_size_matcher.rb".freeze, "lib/paperclip/missing_attachment_styles.rb".freeze, "lib/paperclip/processor.rb".freeze, "lib/paperclip/railtie.rb".freeze, "lib/paperclip/schema.rb".freeze, "lib/paperclip/storage.rb".freeze, "lib/paperclip/storage/filesystem.rb".freeze, "lib/paperclip/storage/fog.rb".freeze, "lib/paperclip/storage/s3.rb".freeze, "lib/paperclip/style.rb".freeze, "lib/paperclip/tempfile.rb".freeze, "lib/paperclip/tempfile_factory.rb".freeze, "lib/paperclip/thumbnail.rb".freeze, "lib/paperclip/url_generator.rb".freeze, "lib/paperclip/validators.rb".freeze, "lib/paperclip/validators/attachment_content_type_validator.rb".freeze, "lib/paperclip/validators/attachment_presence_validator.rb".freeze, "lib/paperclip/validators/attachment_size_validator.rb".freeze, "lib/paperclip/version.rb".freeze, "lib/tasks/paperclip.rake".freeze, "paperclip.gemspec".freeze, "shoulda_macros/paperclip.rb".freeze, "test/attachment_options_test.rb".freeze, "test/attachment_processing_test.rb".freeze, "test/attachment_test.rb".freeze, "test/content_type_detector_test.rb".freeze, "test/database.yml".freeze, "test/file_command_content_type_detector_test.rb".freeze, "test/fixtures/12k.png".freeze, "test/fixtures/50x50.png".freeze, "test/fixtures/5k.png".freeze, "test/fixtures/animated".freeze, "test/fixtures/animated.gif".freeze, "test/fixtures/animated.unknown".freeze, "test/fixtures/bad.png".freeze, "test/fixtures/fog.yml".freeze, "test/fixtures/rotated.jpg".freeze, "test/fixtures/s3.yml".freeze, "test/fixtures/spaced file.png".freeze, "test/fixtures/text.txt".freeze, "test/fixtures/twopage.pdf".freeze, "test/fixtures/uppercase.PNG".freeze, "test/generator_test.rb".freeze, "test/geometry_detector_test.rb".freeze, "test/geometry_parser_test.rb".freeze, "test/geometry_test.rb".freeze, "test/helper.rb".freeze, "test/integration_test.rb".freeze, "test/interpolations_test.rb".freeze, "test/io_adapters/abstract_adapter_test.rb".freeze, "test/io_adapters/attachment_adapter_test.rb".freeze, "test/io_adapters/file_adapter_test.rb".freeze, "test/io_adapters/identity_adapter_test.rb".freeze, "test/io_adapters/nil_adapter_test.rb".freeze, "test/io_adapters/registry_test.rb".freeze, "test/io_adapters/stringio_adapter_test.rb".freeze, "test/io_adapters/uploaded_file_adapter_test.rb".freeze, "test/io_adapters/uri_adapter_test.rb".freeze, "test/matchers/have_attached_file_matcher_test.rb".freeze, "test/matchers/validate_attachment_content_type_matcher_test.rb".freeze, "test/matchers/validate_attachment_presence_matcher_test.rb".freeze, "test/matchers/validate_attachment_size_matcher_test.rb".freeze, "test/meta_class_test.rb".freeze, "test/paperclip_missing_attachment_styles_test.rb".freeze, "test/paperclip_test.rb".freeze, "test/plural_cache_test.rb".freeze, "test/processor_test.rb".freeze, "test/schema_test.rb".freeze, "test/storage/filesystem_test.rb".freeze, "test/storage/fog_test.rb".freeze, "test/storage/s3_live_test.rb".freeze, "test/storage/s3_test.rb".freeze, "test/style_test.rb".freeze, "test/support/mock_attachment.rb".freeze, "test/support/mock_interpolator.rb".freeze, "test/support/mock_model.rb".freeze, "test/support/mock_url_generator_builder.rb".freeze, "test/tempfile_factory_test.rb".freeze, "test/thumbnail_test.rb".freeze, "test/url_generator_test.rb".freeze, "test/validators/attachment_content_type_validator_test.rb".freeze, "test/validators/attachment_presence_validator_test.rb".freeze, "test/validators/attachment_size_validator_test.rb".freeze, "test/validators_test.rb".freeze] s.homepage = "https://github.com/thoughtbot/paperclip".freeze s.post_install_message = "##################################################\n# NOTE FOR UPGRADING FROM PRE-3.0 VERSION #\n##################################################\n\nPaperclip 3.0 introduces a non-backward compatible change in your attachment\npath. This will help to prevent attachment name clashes when you have\nmultiple attachments with the same name. If you didn't alter your\nattachment's path and are using Paperclip's default, you'll have to add\n`:path` and `:url` to your `has_attached_file` definition. For example:\n\n has_attached_file :avatar,\n :path => \":rails_root/public/system/:attachment/:id/:style/:filename\",\n :url => \"/system/:attachment/:id/:style/:filename\"\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.requirements = ["ImageMagick".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "File attachments as attributes for ActiveRecord".freeze s.test_files = ["features/basic_integration.feature".freeze, "features/migration.feature".freeze, "features/rake_tasks.feature".freeze, "features/step_definitions/attachment_steps.rb".freeze, "features/step_definitions/html_steps.rb".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/step_definitions/s3_steps.rb".freeze, "features/step_definitions/web_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/fakeweb.rb".freeze, "features/support/file_helpers.rb".freeze, "features/support/fixtures/boot_config.txt".freeze, "features/support/fixtures/gemfile.txt".freeze, "features/support/fixtures/preinitializer.txt".freeze, "features/support/paths.rb".freeze, "features/support/rails.rb".freeze, "features/support/selectors.rb".freeze, "test/attachment_options_test.rb".freeze, "test/attachment_processing_test.rb".freeze, "test/attachment_test.rb".freeze, "test/content_type_detector_test.rb".freeze, "test/database.yml".freeze, "test/file_command_content_type_detector_test.rb".freeze, "test/fixtures/12k.png".freeze, "test/fixtures/50x50.png".freeze, "test/fixtures/5k.png".freeze, "test/fixtures/animated".freeze, "test/fixtures/animated.gif".freeze, "test/fixtures/animated.unknown".freeze, "test/fixtures/bad.png".freeze, "test/fixtures/fog.yml".freeze, "test/fixtures/rotated.jpg".freeze, "test/fixtures/s3.yml".freeze, "test/fixtures/spaced file.png".freeze, "test/fixtures/text.txt".freeze, "test/fixtures/twopage.pdf".freeze, "test/fixtures/uppercase.PNG".freeze, "test/generator_test.rb".freeze, "test/geometry_detector_test.rb".freeze, "test/geometry_parser_test.rb".freeze, "test/geometry_test.rb".freeze, "test/helper.rb".freeze, "test/integration_test.rb".freeze, "test/interpolations_test.rb".freeze, "test/io_adapters/abstract_adapter_test.rb".freeze, "test/io_adapters/attachment_adapter_test.rb".freeze, "test/io_adapters/file_adapter_test.rb".freeze, "test/io_adapters/identity_adapter_test.rb".freeze, "test/io_adapters/nil_adapter_test.rb".freeze, "test/io_adapters/registry_test.rb".freeze, "test/io_adapters/stringio_adapter_test.rb".freeze, "test/io_adapters/uploaded_file_adapter_test.rb".freeze, "test/io_adapters/uri_adapter_test.rb".freeze, "test/matchers/have_attached_file_matcher_test.rb".freeze, "test/matchers/validate_attachment_content_type_matcher_test.rb".freeze, "test/matchers/validate_attachment_presence_matcher_test.rb".freeze, "test/matchers/validate_attachment_size_matcher_test.rb".freeze, "test/meta_class_test.rb".freeze, "test/paperclip_missing_attachment_styles_test.rb".freeze, "test/paperclip_test.rb".freeze, "test/plural_cache_test.rb".freeze, "test/processor_test.rb".freeze, "test/schema_test.rb".freeze, "test/storage/filesystem_test.rb".freeze, "test/storage/fog_test.rb".freeze, "test/storage/s3_live_test.rb".freeze, "test/storage/s3_test.rb".freeze, "test/style_test.rb".freeze, "test/support/mock_attachment.rb".freeze, "test/support/mock_interpolator.rb".freeze, "test/support/mock_model.rb".freeze, "test/support/mock_url_generator_builder.rb".freeze, "test/tempfile_factory_test.rb".freeze, "test/thumbnail_test.rb".freeze, "test/url_generator_test.rb".freeze, "test/validators/attachment_content_type_validator_test.rb".freeze, "test/validators/attachment_presence_validator_test.rb".freeze, "test/validators/attachment_size_validator_test.rb".freeze, "test/validators_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.5.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.4.0".freeze, "< 1.7.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end