1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

remove unused dependency

This commit is contained in:
ser1zw 2012-10-28 11:39:05 +09:00
parent 42cd2bd9d1
commit 530195b58e
3 changed files with 8 additions and 12 deletions

View file

@ -2,5 +2,4 @@ source :gemcutter
gem "hoe"
gem "hoe-gemspec"
gem "rspec"
gem "rake-compiler"

View file

@ -31,7 +31,7 @@ EOF
p.urls = ['http://blueruby.mydns.jp/opencv']
p.extra_dev_deps << ['rake-compiler', '>= 0'] << ['hoe-gemspec'] << ['rspec']
p.extra_dev_deps << ['rake-compiler', '>= 0'] << ['hoe-gemspec']
Rake::ExtensionTask.new('opencv', spec) do |ext|
ext.lib_dir = File.join('lib', 'opencv')

File diff suppressed because one or more lines are too long