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

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: 899a27c3a85301165a21366ad81967ff24b25d26c8cc94c97ba0a14791183576
4
- data.tar.gz: 288403c7b41c395d51018ed44e5004984b568a6e6df8a6c04e7b8972bff34a79
3
+ metadata.gz: 2483424ab463b98185bc78b5cb88737d9c5b2157a8c9902ef9282da3b8548239
4
+ data.tar.gz: b39c75bdae80084efc282c408067b87d75e623e11a6a307d1be391c362202044
5
5
  SHA512:
6
- metadata.gz: dc1f3486149a8c0fa8287ee2368bf1ab5bc4d68c8c58559b37c8b3e6c147cfd418c6e347845143cd1d57ac125a2ed74713c75f4f2a92a5d3a1945c8c957cee8d
7
- data.tar.gz: 88060c537ea3f502622524ae02614fc5d80b8121050d1d7baea432e215859e40e9d7b2e9cb790315f344ddd1a9786b6527c576ef94629e1e48c295a1089b04a2
6
+ metadata.gz: c1114402902749a5311e932b56c2f5a54c77903905cb007ce4d2582dcfaf68a66bb0c050707bcea5578f28a1196d04f3327395a04c9cc44637c94539a024e416
7
+ data.tar.gz: 29bd2ab87310f34cb3c3e8df6188d9fd188d6eb44d499e030033c7b569fbebbbf1af18d34d88a062971210531ba94c35933ee80006ba83938035565fb3a5da91
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: x86-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