logo 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/logo/recognize/extconf.rb +1 -1
- metadata +2 -2
@@ -16,7 +16,7 @@ end
|
|
16
16
|
|
17
17
|
dir_config("opencv", "/usr/local/include/opencv", "/usr/local/lib")
|
18
18
|
|
19
|
-
opencv_libraries = ["opencv_core", "opencv_highgui"]
|
19
|
+
opencv_libraries = ["opencv_core", "opencv_imgproc", "opencv_highgui"]
|
20
20
|
|
21
21
|
puts ">> check require libraries..."
|
22
22
|
opencv_libraries.each{|lib|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
115
|
version: '0'
|
116
116
|
segments:
|
117
117
|
- 0
|
118
|
-
hash: -
|
118
|
+
hash: -1961389033331818896
|
119
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
120
|
none: false
|
121
121
|
requirements:
|