1
0
Fork 0
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:
ser1zw 2012-05-01 01:07:04 +09:00
parent c1e7f3ce62
commit dd575c3b81

View file

@ -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']