Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbuda committed Jan 24, 2012
1 parent 8c6edbb commit 6ddc129
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions miro.gemspec
Expand Up @@ -8,6 +8,13 @@ Gem::Specification.new do |gem|
gem.summary = %q{Extract the dominant colors from an image.}
gem.homepage = "https://github.com/jonbuda/miro"

gem.requirements = 'ImageMagick'

gem.add_dependency "cocaine"
gem.add_dependency "oily_png"

gem.add_development_dependency "rspec"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 6ddc129

Please sign in to comment.