From 4beeb7a77834ef487f4976c892c29c45ddb55a9d Mon Sep 17 00:00:00 2001 From: Jon Yurek Date: Fri, 21 Aug 2009 16:36:01 -0400 Subject: [PATCH] Bumped to v2.3.1 --- lib/paperclip.rb | 2 +- paperclip.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/paperclip.rb b/lib/paperclip.rb index 90421562e..785bd6574 100644 --- a/lib/paperclip.rb +++ b/lib/paperclip.rb @@ -44,7 +44,7 @@ # documentation for Paperclip::ClassMethods for more useful information. module Paperclip - VERSION = "2.3.0" + VERSION = "2.3.1" class << self # Provides configurability to Paperclip. There are a number of options available, such as: diff --git a/paperclip.gemspec b/paperclip.gemspec index 3ef5014a2..965db5c08 100644 --- a/paperclip.gemspec +++ b/paperclip.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{paperclip} - s.version = "2.3.0" + s.version = "2.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jon Yurek"] - s.date = %q{2009-06-18} + s.date = %q{2009-08-21} s.email = %q{jyurek@thoughtbot.com} s.extra_rdoc_files = ["README.rdoc"] s.files = ["README.rdoc", "LICENSE", "Rakefile", "init.rb", "generators/paperclip", "generators/paperclip/paperclip_generator.rb", "generators/paperclip/templates", "generators/paperclip/templates/paperclip_migration.rb.erb", "generators/paperclip/USAGE", "lib/paperclip", "lib/paperclip/attachment.rb", "lib/paperclip/callback_compatability.rb", "lib/paperclip/geometry.rb", "lib/paperclip/interpolations.rb", "lib/paperclip/iostream.rb", "lib/paperclip/matchers", "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", "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", "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"]