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

moved version.rb to ext/opencv/lib/opencv/

This commit is contained in:
ser1zw 2011-05-04 02:14:33 +09:00
parent 8ee5dc0892
commit e3bf41ffd2
4 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
require (File.dirname(__FILE__) + '/version')
require (File.dirname(__FILE__) + '/opencv/version')
require 'opencv.so'