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
ecab8e5a
Commit
ecab8e5a
authored
Jul 01, 2016
by
Tute Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v5.0.0
Update NEWS file. [ci skip]
parent
24674a2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
NEWS
+8
-2
README.md
+1
-1
lib/paperclip/version.rb
+3
-1
No files found.
NEWS
View file @
ecab8e5a
master:
5.0.0 (2016-07-01):
* Improvement: Add `read_timeout` configuration for URI Adapter download_content method.
* README adjustments for Ruby beginners (add links, elucidate model in Quick Start)
* Bugfix: Now it's possible to save images from URLs with special characters [#1932]
* Bugfix: Return false when file to copy is not present in cloud storage [#2173]
* Automatically close file while checking mime type [#2016]
* Add `read_timeout` option to `UriAdapter#download_content` method [#2232]
* Fix a nil error in content type validation matcher [#1910]
* Documentation improvements
5.0.0.beta2 (201
5
-04-01):
5.0.0.beta2 (201
6
-04-01):
* Bugfix: Dynamic fog directory option is now respected
* Bugfix: Fixes cocaine duplicated paths [#2169]
* Removal of dead code (older versions of Rails and AWS SDK)
* README adjustments
5.0.0.beta1 (201
5
-03-13):
5.0.0.beta1 (201
6
-03-13):
* Bug Fix: megabytes of mime-types info in logs when a spoofed media type is detected.
* Drop support to end-of-life'd ruby 2.0.
...
...
README.md
View file @
ecab8e5a
...
...
@@ -166,7 +166,7 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
Include the gem in your Gemfile:
```
ruby
gem
"paperclip"
,
"~> 5.0.0
.beta1
"
gem
"paperclip"
,
"~> 5.0.0"
```
Or, if you want to get the latest, you can get master from the main paperclip repository:
...
...
lib/paperclip/version.rb
View file @
ecab8e5a
module
Paperclip
VERSION
=
"5.0.0.beta2"
unless
defined?
Paperclip
::
VERSION
unless
defined?
(
Paperclip
::
VERSION
)
VERSION
=
"5.0.0"
.
freeze
end
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