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
67f86b4e
Commit
67f86b4e
authored
Feb 06, 2015
by
Jon Yurek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1761 from JuanitoFatas/doc/2015
Update copyright to 2015.
parents
c46b40b9
b2d90eba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
LICENSE
+1
-1
README.md
+5
-5
No files found.
LICENSE
View file @
67f86b4e
...
...
@@ -3,7 +3,7 @@ LICENSE
The MIT License
Copyright (c) 2008-201
4
Jon Yurek and thoughtbot, inc.
Copyright (c) 2008-201
5
Jon Yurek and thoughtbot, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
README.md
View file @
67f86b4e
...
...
@@ -59,7 +59,7 @@ GhostScript to be installed. On Mac OS X, you can also install that using Homebr
### `file`
The Unix
[
`file` command
](
http://en.wikipedia.org/wiki/File_(command
)
) is required for content type checking.
This utility isn't available in Windows, but comes bundled with Ruby
[
Devkit
](
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
)
,
This utility isn't available in Windows, but comes bundled with Ruby
[
Devkit
](
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
)
,
so Windows users must make sure that the devkit is installed and added to system
`PATH`
.
**Manual Installation**
...
...
@@ -84,7 +84,7 @@ Next, you need to integrate with your environment - preferrably through the `PAT
5. Locate the "PATH" var - at the end, add the path to your newly installed `file.exe` (typically `C:\Program Files (x86)\GnuWin32\bin`)
6. Restart any CMD shells you have open & see if it works
OR
OR
**Environment**
...
...
@@ -387,9 +387,9 @@ being uploaded as JPEGs, but will not prevent GIFs from being uploaded with a
.jpg extension. This validation will only add validation errors to the form. It
will not cause Errors to be raised.
This can sometimes cause false validation errors in applications that use custom
This can sometimes cause false validation errors in applications that use custom
file extensions. In these cases you may wish to add your custom extension to the
list of file extensions allowed for your mime type configured by the mime-types
list of file extensions allowed for your mime type configured by the mime-types
gem:
```
ruby
...
...
@@ -911,5 +911,5 @@ The names and logos for thoughtbot are trademarks of thoughtbot, inc.
License
-------
Paperclip is Copyright © 2008-201
4
thoughtbot, inc. It is free software, and may be
Paperclip is Copyright © 2008-201
5
thoughtbot, inc. It is free software, and may be
redistributed under the terms specified in the MIT-LICENSE file.
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