fingerprint-ruby 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ require 'u_are_u/library'
2
+ require 'keyme/fingerprint'
@@ -0,0 +1,5 @@
1
+ def bits
2
+ ['bits'].pack('p').size * 8
3
+ end
4
+
5
+ $LOAD_PATH << File.join(File.dirname(__FILE__), "lib#{bits}")
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fingerprint-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Zachary Salzbank
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Load and verify fingerprints scanned using a U.are.U fingerprint scanner.
14
+ email: zach@key.me
15
+ executables: []
16
+ extensions:
17
+ - ext/fingerprint/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/fingerprint.rb
21
+ - lib/u_are_u/library.rb
22
+ - lib/u_are_u/lib64/libdpfj.so.2
23
+ - lib/u_are_u/lib64/libdpfj.so
24
+ - lib/u_are_u/lib64/libdpfpdd.so.2.0.1
25
+ - lib/u_are_u/lib64/libdpfpdd.so.2
26
+ - lib/u_are_u/lib64/libdpfj.so.2.0.1
27
+ - lib/u_are_u/lib64/libdpfpdd.so
28
+ - lib/u_are_u/lib32/libdpfj.so.2
29
+ - lib/u_are_u/lib32/libdpfj.so
30
+ - lib/u_are_u/lib32/libdpfpdd.so.2.0.1
31
+ - lib/u_are_u/lib32/libdpfpdd.so.2
32
+ - lib/u_are_u/lib32/libdpfj.so.2.0.1
33
+ - lib/u_are_u/lib32/libdpfpdd.so
34
+ - ext/fingerprint/fingerprint.cpp
35
+ - ext/fingerprint/extconf.rb
36
+ - ext/fingerprint/u_are_u/dpfpdd.h
37
+ - ext/fingerprint/u_are_u/dpfj.h
38
+ - ext/fingerprint/compare/compare.cpp
39
+ - ext/fingerprint/compare/compare.h
40
+ homepage: http://github.com/keyme/fingerprint-ruby
41
+ licenses: []
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.1.11
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: U.are.U fingerprint scanner methods.
63
+ test_files: []