dep_selector 1.0.0.alpha.0 → 1.0.0.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- #!/usr/bin/ruby
2
-
3
-
4
- require "ffi"
5
-
6
- module VersionProblem
7
- extend FFI:Library
8
- # ffi_lib FFI:Library:????
9
- attach_function 'VersionProblemCreate', [ ], :pointer
10
- attach_function 'VersionProblemDump', [ :pointer ], :void
11
- end