Skip to content

Commit

Permalink
Bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Feb 24, 2012
1 parent 5078b56 commit 760a4e0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 77 deletions.
74 changes: 0 additions & 74 deletions ChangeLog

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
paperclip (2.6.0)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
Expand All @@ -24,7 +24,7 @@ GEM
appraisal (0.4.1)
bundler
rake
arel (3.0.0)
arel (3.0.2)
aruba (0.4.6)
bcat (>= 0.6.1)
childprocess (>= 0.2.0)
Expand Down
9 changes: 9 additions & 0 deletions NEWS
@@ -1,3 +1,12 @@
New in 2.7.0:

* Bug fix: Checking the existence of a file on S3 handles all AWS errors.
* Bug fix: Clear the fingerprint when removing an attachment.
* Bug fix: Attachment size validation message reads more nicely now.
* Feature: Style names can be either symbols or strings.
* Compatibility: Support for ActiveSupport < 2.3.12.
* Compatibility: Support for Rails 3.2.

New in 2.6.0:

* Bug fix: Files are re-wound after reading.
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "2.6.0" unless defined? Paperclip::VERSION
VERSION = "2.7.0" unless defined? Paperclip::VERSION
end

0 comments on commit 760a4e0

Please sign in to comment.