ffi 1.9.22-x64-mingw32 → 1.9.23-x64-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.

Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -2
  3. data/lib/ffi/version.rb +1 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f32e1c34c0799f59b392bccd82c1f1ef82fde90851dda8bd3e110c001053f06
4
- data.tar.gz: b6c17ece44781c5d649afc0cb3814fe98d589d886220b0f8abb205124c38d77b
3
+ metadata.gz: a2e70524fed969c2421ed0a3ae80ab511add3e43c2db14ad71f1c45a33767689
4
+ data.tar.gz: 6dd7b312613aadd376bb6d975f0788e345a685311427f13332dfbb10f0a7d409
5
5
  SHA512:
6
- metadata.gz: 31ad76b116c9ba9e7a4ecd6277368a95129bfe27fa71a2082a601752b61c4c3331da25c7173c4177c2b4d9a675b79244de368135134e00d9479e1d25d6dd3233
7
- data.tar.gz: 339e0136cad21b031775e09d04678a4ab063631d528eaabd26d13fca96d90d382862d526479909c3be79d12a36c28482ad093569a6da9cb41561cc0c7ecf1fdc
6
+ metadata.gz: 62145677a3108f2aa2eeb516d03e34330d66ba01c86fd7ad0ac67c719ac7568351c248ad356d633f3a069e57287bab1543d43d999e2a916472cae668ece17799
7
+ data.tar.gz: c94bdc0b789b99ed28ff2742e98820d07160f68599223023c0b8cbf8ecedb81bd8ab9a316b2da5f086bf202c920a162a70f3d4b2ee2314ae481312201f0499eb
data/README.md CHANGED
@@ -43,8 +43,6 @@ At a minimum, you will need:
43
43
  * A C compiler (e.g. Xcode on OSX, gcc on everything else)
44
44
  * libffi development library - this is commonly in the libffi-dev or libffi-devel
45
45
 
46
- On Linux systems running with [PaX](https://en.wikipedia.org/wiki/PaX) (Gentoo, Alpine, etc.) FFI may trigger `mprotect` errors. You may need to disable [mprotect](https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect.28.29) for ruby (`paxctl -m [/path/to/ruby]`) for the time being until a solution is found.
47
-
48
46
  ## Installation
49
47
 
50
48
  From rubygems:
@@ -1,4 +1,3 @@
1
1
  module FFI
2
- VERSION = '1.9.22'
2
+ VERSION = '1.9.23'
3
3
  end
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.22
4
+ version: 1.9.23
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Wayne Meissner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-22 00:00:00.000000000 Z
11
+ date: 2018-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake