ffi 1.1.2-x86-mingw32 → 1.1.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ffi might be problematic. Click here for more details.

data/Rakefile CHANGED
@@ -77,7 +77,7 @@ PROJ.name = 'ffi'
77
77
  PROJ.authors = 'Wayne Meissner'
78
78
  PROJ.email = 'wmeissner@gmail.com'
79
79
  PROJ.url = 'http://wiki.github.com/ffi/ffi'
80
- PROJ.version = '1.1.2'
80
+ PROJ.version = '1.1.3'
81
81
  PROJ.rubyforge.name = 'ffi'
82
82
  PROJ.readme_file = 'README.rdoc'
83
83
 
@@ -66,13 +66,8 @@ typedef enum {
66
66
  NATIVE_MAPPED,
67
67
  } NativeType;
68
68
 
69
- #include <ffi.h>
70
69
  #include "Type.h"
71
70
 
72
- #ifndef FFI_STDCALL
73
- #define FFI_STDCALL FFI_DEFAULT_ABI
74
- #endif
75
-
76
71
  VALUE rbffi_NativeValue_ToRuby(Type* type, VALUE rbType, const void* ptr);
77
72
  void rbffi_Types_Init(VALUE moduleFFI);
78
73
 
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - Wayne Meissner
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-30 00:00:00 +10:00
18
+ date: 2012-07-31 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies: []
21
21