Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Updated appraisal files and News for 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Jan 24, 2014
1 parent f6f5ea1 commit 5ecd1d3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions NEWS
@@ -1,3 +1,25 @@
New in 3.5.3:

Improvement: After three long, hard years... we know how to upgrade
Bug Fix: #expiring_url returns 'missing' urls if nothing is attached
Improvement: Lots of documentation fixes
Improvement: Lots of fixes for Ruby warnings
Improvement: Test the most appropriate Ruby/Rails comobinations on Travis
Improvement: Delegate more IO methods through IOAdapters
Improvement: Remove Rails 4 deprecations
Improvement: Both S3's and Fog's #expiring_url can take a Time or Int
Bug Fix: Both S3's and Fog's expiring_url respect style when missing the file
Bug Fix: Timefiles will have a reasonable-length name. They're all MD5 hashes now
Bug Fix: Don't delete files off S3 when reprocessing due to AWS inconsistencies
Bug Fix: "swallow_stream" isn't thread dafe. Use :swallow_stderr
Improvement: Regexps use \A and \Z instead of ^ and $
Improvement: :s3_credentials can take a lambda as an argument
Improvement: Search up the class heirarchy for attachments
Improvement: deep_merge options instead of regular merge
Bug Fix: Prevent file deletion on transaction rollback
Test Improvement: Ensure more files are properly closed during tests
Test Bug Fix: Return the gemfile's syntax to normal

New in 3.5.2:

* Security: Force cocaine to at least 0.5.3 to include a security fix
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.0.gemfile
Expand Up @@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.0.15"
gem "pry", :platform=>:ruby
gem "rails", "~> 3.0.20"
gem "paperclip", :path=>"../"

gemspec :path=>"../"
4 changes: 2 additions & 2 deletions gemfiles/3.1.gemfile
Expand Up @@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.1.6"
gem "pry", :platform=>:ruby
gem "rails", "~> 3.1.12"
gem "paperclip", :path=>"../"

gemspec :path=>"../"
4 changes: 2 additions & 2 deletions gemfiles/3.2.gemfile
Expand Up @@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.2.6"
gem "pry", :platform=>:ruby
gem "rails", "~> 3.2.15"
gem "paperclip", :path=>"../"

gemspec :path=>"../"
4 changes: 2 additions & 2 deletions gemfiles/4.0.gemfile
Expand Up @@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "pry", :platform=>:ruby
gem "rails", "~> 4.0.0"
gem "paperclip", :path=>"../"

gemspec :path=>"../"
gemspec :path=>"../"
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "3.5.2" unless defined? Paperclip::VERSION
VERSION = "3.5.3" unless defined? Paperclip::VERSION
end

0 comments on commit 5ecd1d3

Please sign in to comment.