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
d75a5db7
Commit
d75a5db7
authored
Mar 12, 2009
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped to 2.2.7 for nil/Rails 2.3 fix
parent
2db00be2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lib/paperclip.rb
+1
-1
paperclip.gemspec
+2
-2
No files found.
lib/paperclip.rb
View file @
d75a5db7
...
...
@@ -43,7 +43,7 @@ end
# documentation for Paperclip::ClassMethods for more useful information.
module
Paperclip
VERSION
=
"2.2.
6
"
VERSION
=
"2.2.
7
"
class
<<
self
# Provides configurability to Paperclip. There are a number of options available, such as:
...
...
paperclip.gemspec
View file @
d75a5db7
...
...
@@ -2,11 +2,11 @@
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
%q{paperclip}
s
.
version
=
"2.2.
6
"
s
.
version
=
"2.2.
7
"
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
authors
=
[
"Jon Yurek"
]
s
.
date
=
%q{2009-0
2-17
}
s
.
date
=
%q{2009-0
3-12
}
s
.
email
=
%q{jyurek@thoughtbot.com}
s
.
extra_rdoc_files
=
[
"README.rdoc"
]
s
.
files
=
[
"README.rdoc"
,
"LICENSE"
,
"Rakefile"
,
"init.rb"
,
"generators/paperclip"
,
"generators/paperclip/paperclip_generator.rb"
,
"generators/paperclip/templates"
,
"generators/paperclip/templates/paperclip_migration.rb.erb"
,
"generators/paperclip/USAGE"
,
"lib/paperclip"
,
"lib/paperclip/attachment.rb"
,
"lib/paperclip/callback_compatability.rb"
,
"lib/paperclip/geometry.rb"
,
"lib/paperclip/iostream.rb"
,
"lib/paperclip/matchers"
,
"lib/paperclip/matchers/have_attached_file_matcher.rb"
,
"lib/paperclip/matchers/validate_attachment_content_type_matcher.rb"
,
"lib/paperclip/matchers/validate_attachment_presence_matcher.rb"
,
"lib/paperclip/matchers/validate_attachment_size_matcher.rb"
,
"lib/paperclip/matchers.rb"
,
"lib/paperclip/processor.rb"
,
"lib/paperclip/storage.rb"
,
"lib/paperclip/thumbnail.rb"
,
"lib/paperclip/upfile.rb"
,
"lib/paperclip.rb"
,
"tasks/paperclip_tasks.rake"
,
"test/attachment_test.rb"
,
"test/database.yml"
,
"test/debug.log"
,
"test/fixtures"
,
"test/fixtures/12k.png"
,
"test/fixtures/50x50.png"
,
"test/fixtures/5k.png"
,
"test/fixtures/bad.png"
,
"test/fixtures/text.txt"
,
"test/fixtures/twopage.pdf"
,
"test/geometry_test.rb"
,
"test/helper.rb"
,
"test/integration_test.rb"
,
"test/iostream_test.rb"
,
"test/matchers"
,
"test/matchers/have_attached_file_matcher_test.rb"
,
"test/matchers/validate_attachment_content_type_matcher_test.rb"
,
"test/matchers/validate_attachment_presence_matcher_test.rb"
,
"test/matchers/validate_attachment_size_matcher_test.rb"
,
"test/paperclip_test.rb"
,
"test/processor_test.rb"
,
"test/s3.yml"
,
"test/storage_test.rb"
,
"test/thumbnail_test.rb"
,
"shoulda_macros/paperclip.rb"
]
...
...
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