mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
supress warnings occur when running rake gem
This commit is contained in:
parent
b9a008b711
commit
0eacad0a01
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -30,7 +30,7 @@ hoespec = Hoe.spec 'ruby-opencv' do |s|
|
|||
s.test_globs = ['test/test_*.rb']
|
||||
s.urls = ['https://github.com/ruby-opencv/ruby-opencv/']
|
||||
|
||||
s.extra_dev_deps << ['rake-compiler', '>= 0'] << ['hoe-gemspec']
|
||||
s.extra_dev_deps << ['rake-compiler', '~> 0'] << ['hoe-gemspec', '~> 0']
|
||||
|
||||
Rake::ExtensionTask.new('opencv', spec) do |ext|
|
||||
ext.lib_dir = 'lib'
|
||||
|
|
Loading…
Reference in a new issue