Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
specified runtime and developer gem dependencies
  • Loading branch information
automatthew committed Jul 1, 2008
1 parent 311732b commit e81298a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -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"
Expand All @@ -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|
Expand Down

0 comments on commit e81298a

Please sign in to comment.