ffi 1.5.0.pre1-x86-mingw32 → 1.5.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- data/ffi.gemspec +1 -1
- data/lib/1.8/ffi_c.so +0 -0
- data/lib/1.9/ffi_c.so +0 -0
- data/lib/2.0/ffi_c.so +0 -0
- data/lib/ffi/platform/x86_64-windows/types.conf +27 -0
- metadata +9 -12
data/ffi.gemspec
CHANGED
data/lib/1.8/ffi_c.so
CHANGED
Binary file
|
data/lib/1.9/ffi_c.so
CHANGED
Binary file
|
data/lib/2.0/ffi_c.so
CHANGED
Binary file
|
@@ -0,0 +1,27 @@
|
|
1
|
+
rbx.platform.typedef.size_t = ulong_long
|
2
|
+
rbx.platform.typedef.ssize_t = long_long
|
3
|
+
rbx.platform.typedef.intptr_t = long_long
|
4
|
+
rbx.platform.typedef.uintptr_t = ulong_long
|
5
|
+
rbx.platform.typedef.ptrdiff_t = long_long
|
6
|
+
rbx.platform.typedef.wchar_t = ushort
|
7
|
+
rbx.platform.typedef.wint_t = ushort
|
8
|
+
rbx.platform.typedef.wctype_t = ushort
|
9
|
+
rbx.platform.typedef.errno_t = int
|
10
|
+
rbx.platform.typedef.__time32_t = long
|
11
|
+
rbx.platform.typedef.__time64_t = long_long
|
12
|
+
rbx.platform.typedef.time_t = long_long
|
13
|
+
rbx.platform.typedef._ino_t = ushort
|
14
|
+
rbx.platform.typedef.ino_t = ushort
|
15
|
+
rbx.platform.typedef._dev_t = uint
|
16
|
+
rbx.platform.typedef.dev_t = uint
|
17
|
+
rbx.platform.typedef._pid_t = long_long
|
18
|
+
rbx.platform.typedef.pid_t = long_long
|
19
|
+
rbx.platform.typedef._mode_t = ushort
|
20
|
+
rbx.platform.typedef.mode_t = ushort
|
21
|
+
rbx.platform.typedef._off_t = long
|
22
|
+
rbx.platform.typedef.off32_t = long
|
23
|
+
rbx.platform.typedef._off64_t = long_long
|
24
|
+
rbx.platform.typedef.off64_t = long_long
|
25
|
+
rbx.platform.typedef.off_t = long_long
|
26
|
+
rbx.platform.typedef.useconds_t = uint
|
27
|
+
rbx.platform.typedef._sigset_t = ulong_long
|
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 3
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
9
|
- 0
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 1.5.0.pre1
|
10
|
+
version: 1.5.0
|
13
11
|
platform: x86-mingw32
|
14
12
|
authors:
|
15
13
|
- Wayne Meissner
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2013-03-
|
18
|
+
date: 2013-03-20 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
prerelease: false
|
@@ -445,6 +443,7 @@ files:
|
|
445
443
|
- lib/ffi/platform/x86_64-netbsd/types.conf
|
446
444
|
- lib/ffi/platform/x86_64-openbsd/types.conf
|
447
445
|
- lib/ffi/platform/x86_64-solaris/types.conf
|
446
|
+
- lib/ffi/platform/x86_64-windows/types.conf
|
448
447
|
- lib/ffi/platform.rb
|
449
448
|
- lib/ffi/pointer.rb
|
450
449
|
- lib/ffi/struct.rb
|
@@ -532,14 +531,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
532
531
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
533
532
|
none: false
|
534
533
|
requirements:
|
535
|
-
- - "
|
534
|
+
- - ">="
|
536
535
|
- !ruby/object:Gem::Version
|
537
|
-
hash:
|
536
|
+
hash: 3
|
538
537
|
segments:
|
539
|
-
-
|
540
|
-
|
541
|
-
- 1
|
542
|
-
version: 1.3.1
|
538
|
+
- 0
|
539
|
+
version: "0"
|
543
540
|
requirements: []
|
544
541
|
|
545
542
|
rubyforge_project:
|