forked from thoughtbot/paperclip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bug fix: Use the new correct Amazon S3 encryption header. * Bug fix: The rake task respects the updated_at column. * Bug fix: Strip newline from content type. * Feature: Fog file visibility can be specified per style. * Feature: Autonatically rotate images. * Feature: Reduce class-oriented programming of the attachment definitions.
- Loading branch information
1 parent
eadd452
commit 26f44c6
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Paperclip | ||
VERSION = "3.1.4" unless defined? Paperclip::VERSION | ||
VERSION = "3.2.0" unless defined? Paperclip::VERSION | ||
end |