paperclip-aws.gemspec in paperclip-aws-1.3.1 vs paperclip-aws.gemspec in paperclip-aws-1.3.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{paperclip-aws} - s.version = "1.3.1" + s.version = "1.3.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Igor Alexandrov"] - s.date = %q{2011-11-12} + s.date = %q{2011-11-13} s.description = %q{'paperclip-aws' is a full featured storage module that supports all S3 locations (US, European and Tokio) without any additional hacking.} s.email = %q{igor.alexandrov@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -27,9 +27,11 @@ "lib/paperclip-aws.rb", "paperclip-aws.gemspec", "test/aws_storage_test.rb", "test/database.yml", "test/debug.log", + "test/fixtures/5k.png", + "test/fixtures/spaced file.png", "test/helper.rb" ] s.homepage = %q{http://github.com/igor-alexandrov/paperclip-aws} s.licenses = ["MIT"] s.require_paths = ["lib"]