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
0eae7dbe
Commit
0eae7dbe
authored
Jun 18, 2012
by
Prem Sichanugrist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 3.1.2
Also, 3.1.0 and 3.1.1 will be yanked because of the regression.
parent
127e8797
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Gemfile.lock
+1
-1
NEWS
+6
-0
lib/paperclip/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
0eae7dbe
PATH
remote: .
specs:
paperclip (3.1.
1
)
paperclip (3.1.
2
)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
...
...
NEWS
View file @
0eae7dbe
New in 3.1.2:
* Bug fix: #remove_attachment on 3.1.0 and 3.1.1 mistakenly trying to remove the column that has
the same name as data type (such as :string, :datetime, :interger.) You're advised to update to
Paperclip 3.1.2 as soon as possible.
New in 3.1.1:
* Bug fix: Paperclip will only load Paperclip::Schema only when Active Record is available.
...
...
lib/paperclip/version.rb
View file @
0eae7dbe
module
Paperclip
VERSION
=
"3.1.
1
"
unless
defined?
Paperclip
::
VERSION
VERSION
=
"3.1.
2
"
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