Commit e81298a6 by Matthew King

specified runtime and developer gem dependencies

parent 311732b3
......@@ -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|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment