diff --git a/Rakefile b/Rakefile index 9b3b753..802b651 100644 --- a/Rakefile +++ b/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']