ffi 1.9.16-x64-mingw32 → 1.9.17-x64-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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8da380a9996e81190085b328779ed528c24488e7
4
- data.tar.gz: bb5014353625eea761910b24abfe81d5dcbd0026
3
+ metadata.gz: 0ebc271d2bce55146b00823fd8769652cb0a48d5
4
+ data.tar.gz: 674ba75aac006f79117a7f919aad0a6b78d5874f
5
5
  SHA512:
6
- metadata.gz: a48ba039ed5e41edc03a07de67263e655e1f30450186ee23af708bd77f92476be143bc6c55cae0d61e362d0c0d351e35cd9af5712a148eeba1f376a10ebfec05
7
- data.tar.gz: e8d7a7b9a878625246329d753165f44853fdbe1f8fe4aa99e1c4629874bb0dfac7ba3d75b35efad699a7c8c1b81d869c042c573e45d683cedf58f19d1d5e4152
6
+ metadata.gz: c322bb2cafd790f4c260a01a097c3a3af2c1582cb45eb979c87180be1613dbead419d8f871fab0ed28893a28bc7aba3046ffbd6d2c03295f1606ce5290058fe3
7
+ data.tar.gz: 58ade8e5a1a4dfcb4669e64b5454b8d0ac55440ec7f7488b77985ad3092d32d2925c0de652a792476021141bf71af0a4ee41341b0e6f8d465eefcac9a0453d79
@@ -49,6 +49,9 @@
49
49
  #include "Function.h"
50
50
  #include "LongDouble.h"
51
51
 
52
+ #ifndef PRIsVALUE
53
+ # define PRIsVALUE "s"
54
+ #endif
52
55
 
53
56
  static inline char* memory_address(VALUE self);
54
57
  VALUE rbffi_AbstractMemoryClass = Qnil;
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module FFI
2
- VERSION = '1.9.16'
2
+ VERSION = '1.9.17'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.16
4
+ version: 1.9.17
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Wayne Meissner