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
53b10cc1
Commit
53b10cc1
authored
Jul 08, 2008
by
Jon Yurek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://github.com/automatthew/paperclip
parents
a7956cdd
e81298a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Rakefile
+4
-0
No files found.
Rakefile
View file @
53b10cc1
...
...
@@ -46,6 +46,7 @@ task :clean do |t|
end
spec
=
Gem
::
Specification
.
new
do
|
s
|
s
.
rubygems_version
=
"1.2.0"
s
.
name
=
"paperclip"
s
.
version
=
Paperclip
::
VERSION
s
.
author
=
"Jon Yurek"
...
...
@@ -65,6 +66,9 @@ spec = Gem::Specification.new do |s|
s
.
extra_rdoc_files
=
[
"README"
]
s
.
rdoc_options
<<
'--line-numbers'
<<
'--inline-source'
s
.
requirements
<<
"ImageMagick"
s
.
add_runtime_dependency
'right_aws'
s
.
add_development_dependency
'Shoulda'
s
.
add_development_dependency
'mocha'
end
Rake
::
GemPackageTask
.
new
(
spec
)
do
|
pkg
|
...
...
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