Manifest in smarter_paperclip-0.2.1 vs Manifest in smarter_paperclip-0.3.0

- old
+ new

@@ -1,9 +1,78 @@ CHANGELOG.rdoc -Gemfile +LICENSE MIT-LICENSE -Manifest README.md Rakefile +features/basic.feature +features/s3.feature +features/step_definitions/html_steps.rb +features/step_definitions/rails_steps.rb +features/step_definitions/s3_steps.rb +features/step_definitions/web_steps.rb +features/support/env.rb +features/support/paths.rb +features/support/rails.rb +features/support/s3.rb +gemfiles/rails2.gemfile +gemfiles/rails2.gemfile.lock +gemfiles/rails3.gemfile +gemfiles/rails3.gemfile.lock +generators/paperclip/USAGE +generators/paperclip/paperclip_generator.rb +generators/paperclip/templates/paperclip_migration.rb.erb init.rb +lib/generators/paperclip/USAGE +lib/generators/paperclip/paperclip_generator.rb +lib/generators/paperclip/templates/paperclip_migration.rb.erb +lib/paperclip.rb +lib/paperclip/attachment.rb +lib/paperclip/callback_compatability.rb +lib/paperclip/command_line.rb +lib/paperclip/geometry.rb +lib/paperclip/interpolations.rb +lib/paperclip/iostream.rb +lib/paperclip/matchers.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/processor.rb +lib/paperclip/railtie.rb +lib/paperclip/storage.rb +lib/paperclip/storage/filesystem.rb +lib/paperclip/storage/s3.rb +lib/paperclip/style.rb +lib/paperclip/thumbnail.rb +lib/paperclip/upfile.rb +lib/paperclip/version.rb lib/smarter_paperclip.rb +lib/tasks/paperclip.rake +paperclip.gemspec +shoulda_macros/paperclip.rb smarter_paperclip.gemspec +test/attachment_test.rb +test/command_line_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/style_test.rb +test/thumbnail_test.rb +test/upfile_test.rb +Manifest