hornetseye-kinect 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ require 'rake/loaders/makefile'
|
|
7
7
|
require 'rbconfig'
|
8
8
|
|
9
9
|
PKG_NAME = 'hornetseye-kinect'
|
10
|
-
PKG_VERSION = '1.1.
|
10
|
+
PKG_VERSION = '1.1.1'
|
11
11
|
CFG = RbConfig::CONFIG
|
12
12
|
CXX = ENV[ 'CXX' ] || 'g++'
|
13
13
|
RB_FILES = FileList[ 'lib/**/*.rb' ]
|
@@ -96,7 +96,7 @@ file 'ext/config.h' do |t|
|
|
96
96
|
elsif check_c_header 'libfreenect.h'
|
97
97
|
s << "#undef HAVE_LIBFREENECT_INCDIR 1\n"
|
98
98
|
else
|
99
|
-
raise 'Cannot find
|
99
|
+
raise 'Cannot find libfreenect.h header file'
|
100
100
|
end
|
101
101
|
File.open(t.name, 'w') { |f| f.puts s }
|
102
102
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hornetseye-kinect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-12-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: malloc
|