--- !ruby/object:Gem::Specification name: bteitelb-paperclip version: !ruby/object:Gem::Version version: 2.3.1.1 platform: ruby authors: - Jon Yurek autorequire: bindir: bin cert_chain: [] date: 2009-08-21 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: mocha type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: email: jyurek@thoughtbot.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - README.rdoc - LICENSE - Rakefile - init.rb - generators/paperclip/paperclip_generator.rb - generators/paperclip/templates/paperclip_migration.rb.erb - generators/paperclip/USAGE - lib/paperclip/attachment.rb - lib/paperclip/callback_compatability.rb - lib/paperclip/geometry.rb - lib/paperclip/interpolations.rb - lib/paperclip/iostream.rb - lib/paperclip/matchers/have_attached_file_matcher.rb - lib/paperclip/matchers/validate_attachment_content_type_matcher.rb - lib/paperclip/matchers/validate_attachment_presence_matcher.rb - lib/paperclip/matchers/validate_attachment_size_matcher.rb - lib/paperclip/matchers.rb - lib/paperclip/processor.rb - lib/paperclip/storage.rb - lib/paperclip/thumbnail.rb - lib/paperclip/upfile.rb - lib/paperclip.rb - tasks/paperclip_tasks.rake - test/attachment_test.rb - test/database.yml - test/fixtures/12k.png - test/fixtures/50x50.png - test/fixtures/5k.png - test/fixtures/bad.png - test/fixtures/s3.yml - test/fixtures/text.txt - test/fixtures/twopage.pdf - test/geometry_test.rb - test/helper.rb - test/integration_test.rb - test/interpolations_test.rb - test/iostream_test.rb - test/matchers/have_attached_file_matcher_test.rb - test/matchers/validate_attachment_content_type_matcher_test.rb - test/matchers/validate_attachment_presence_matcher_test.rb - test/matchers/validate_attachment_size_matcher_test.rb - test/paperclip_test.rb - test/processor_test.rb - test/storage_test.rb - test/thumbnail_test.rb - shoulda_macros/paperclip.rb has_rdoc: true homepage: http://www.thoughtbot.com/projects/paperclip licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - ImageMagick rubyforge_project: paperclip rubygems_version: 1.3.4 signing_key: specification_version: 2 summary: File attachments as attributes for ActiveRecord test_files: []