mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
replace Hoe#url= to Hoe#urls=
This commit is contained in:
parent
c1e7f3ce62
commit
dd575c3b81
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -29,7 +29,7 @@ EOF
|
|||
p.test_globs = ['test/test_*.rb']
|
||||
p.clean_globs << 'lib/*.so' << 'tmp'
|
||||
|
||||
p.url = 'http://blueruby.mydns.jp/opencv'
|
||||
p.urls = ['http://blueruby.mydns.jp/opencv']
|
||||
|
||||
p.extra_dev_deps << ['rake-compiler', '>= 0'] << ['hoe-gemspec'] << ['rspec']
|
||||
|
||||
|
|
Loading…
Reference in a new issue