ffi 1.9.11-x86-mingw32 → 1.9.12-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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5701daee92930212ce74f3626b08cbb81d00151c
4
- data.tar.gz: 7ccaf5ec464f8efd55b32349d6749d4f304e8490
3
+ metadata.gz: 0e7f26deb92dfb11bacb683e61522e28f4c7185f
4
+ data.tar.gz: afe0a0b8762cce3f055d77763646b752fc923322
5
5
  SHA512:
6
- metadata.gz: 7d09c0b16648f2cfad479b1bf1163333e2bc2ffa066d800749c26941a1f29a12406694fdc30ce1b5d47048f3831537d227fd83a19612d43d86ab55d4cf54ca3c
7
- data.tar.gz: 61a818387d862a503e262b20983444b8a7a31bfad2953f01ef4f0aaa66f01ec1564bf10f30c688a7f92e53e7332da09fb252e664c5f853959c334584c38ddc2f
6
+ metadata.gz: 079e3e16efd86c759e8fabe903535a811beea2925283aca24189d9b26c86a99bfef161078f4c4d7116df2326ea24301d20ecf776972efb021921d21b52547dc2
7
+ data.tar.gz: 6ef1828d0a3bd1d29e985dce9a0116ffe6936cb96c630178d70bffd088b1dbbd3b307470eb455512e3b19360e10555dd2dc6692e54b5d0fe12ff9d08dedb3d3b
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -123,7 +123,7 @@ module FFI
123
123
  end
124
124
 
125
125
  # TODO better library lookup logic
126
- unless libname.start_with?("/")
126
+ unless libname.to_s.start_with?("/")
127
127
  path = ['/usr/lib/','/usr/local/lib/'].find do |pth|
128
128
  File.exist?(pth + libname)
129
129
  end
@@ -1,4 +1,4 @@
1
1
  module FFI
2
- VERSION = '1.9.11'
2
+ VERSION = '1.9.12'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.11
4
+ version: 1.9.12
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Wayne Meissner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-05 00:00:00.000000000 Z
11
+ date: 2016-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake