Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
5ecd1d36
Commit
5ecd1d36
authored
Jan 24, 2014
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated appraisal files and News for 3.5.3
parent
f6f5ea1b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
9 deletions
+35
-9
NEWS
+22
-0
gemfiles/3.0.gemfile
+3
-2
gemfiles/3.1.gemfile
+3
-2
gemfiles/3.2.gemfile
+3
-2
gemfiles/4.0.gemfile
+3
-2
lib/paperclip/version.rb
+1
-1
No files found.
NEWS
View file @
5ecd1d36
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
...
...
gemfiles/3.0.gemfile
View file @
5ecd1d36
...
...
@@ -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=>"../"
\ No newline at end of file
gemfiles/3.1.gemfile
View file @
5ecd1d36
...
...
@@ -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=>"../"
\ No newline at end of file
gemfiles/3.2.gemfile
View file @
5ecd1d36
...
...
@@ -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=>"../"
\ No newline at end of file
gemfiles/4.0.gemfile
View file @
5ecd1d36
...
...
@@ -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=>"../"
\ No newline at end of file
lib/paperclip/version.rb
View file @
5ecd1d36
module
Paperclip
VERSION
=
"3.5.
2
"
unless
defined?
Paperclip
::
VERSION
VERSION
=
"3.5.
3
"
unless
defined?
Paperclip
::
VERSION
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment