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

Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env)

This commit is contained in:
Ryan Baumann 2008-08-19 11:01:28 -04:00
commit 9196cb13aa
117 changed files with 16536 additions and 0 deletions

3
lib/version.rb Executable file
View file

@ -0,0 +1,3 @@
module OpenCV
VERSION = '0.0.6'
end