This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby-opencv
Watch
1
Star
0
Fork
You've already forked ruby-opencv
0
mirror of
https://github.com/ruby-opencv/ruby-opencv
synced
2023-03-27 23:22:12 -04:00
Code
Releases
Activity
42c6f5cc37
ruby-opencv
/
Gemfile
7 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
Added gemspec to be able to bundle install from git. Added IplImage#smoothness that returns :smooth, :messy, or :blank. Rake compile will now compile the C extension code.
2011-04-07 01:25:08 -04:00
source :gemcutter
gem "hoe"
gem "hoe-gemspec"
modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways
2011-05-03 04:12:47 -04:00
gem "rspec"
gem "rake-compiler"
Copy permalink