ffi-binary-libfixposix 0.5.1.0-x86-freebsd → 0.5.1.1-x86-freebsd

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6621fc348ac1ef20506a21919579b07da0bd8ac98b37cf8a27d7a5232dafb936
4
- data.tar.gz: 0c09d3f2ad3a84aefb617be2061415bef8717a8425a6ed8bdb5ba04037da7384
3
+ metadata.gz: 0c6f296d0ed6bf008fa0c6137fce76e324feaaa413d2f1ecbf702a520a011dc9
4
+ data.tar.gz: 07ab5781954cfcbb16051a5c5f8f0ed5dfb4573df0c7cc362d331bc1d676db09
5
5
  SHA512:
6
- metadata.gz: aa276bb918bc05582d15057f4c7ee555cf2feb94dcc25d233098f28e14dc7b50026f42167067c458d9dcd697a4ec587f0e10d58c3afffa9b476a6e074368d8b2
7
- data.tar.gz: 67f29ec8b5572c47b3968aa254f91411734e5c69cbef94ee1141734d0b0561326490ebb7266011861dd8a81feead50742a6a0040b7aa2cabf4e09004872da4a0
6
+ metadata.gz: 07daa37df80fc26b4edbf7ee797a23e4af4ec0fbdd26ddb9c501495af1ee3ba6a11e75acc102d41b5206123f7037bf56cbcadc75fb2c8337d6c9443227f9758e
7
+ data.tar.gz: 79c26cbe4f3c36d8cdc3494fa250ec2c987a90d53436491e8b4769ee9fa36b0061e053edd7fdae6ae3f1fb658a0837bf3ee2c830666ce529e21698a7d0cb770e
@@ -4,7 +4,7 @@ require 'ffi'
4
4
  module LFP
5
5
  module Binary
6
6
  API_VERSION = "0.5.1" # the same as the binary, but hard coded
7
- GEM_VERSION = "#{API_VERSION}.0"
7
+ GEM_VERSION = "#{API_VERSION}.1"
8
8
  NAME = if FFI::Platform.mac?
9
9
  "libfixposix.dylib"
10
10
  elsif FFI::Platform.windows?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-binary-libfixposix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1.0
4
+ version: 0.5.1.1
5
5
  platform: x86-freebsd
6
6
  authors:
7
7
  - Patrick Plenefisch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-11 00:00:00.000000000 Z
11
+ date: 2023-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -36,7 +36,10 @@ files:
36
36
  - lib/libfixposix/binary/libfixposix.so
37
37
  - lib/libfixposix/binary/version.rb
38
38
  homepage: https://github.com/byteit101/subspawn
39
- licenses: []
39
+ licenses:
40
+ - Ruby
41
+ - EPL-2.0
42
+ - LGPL-2.1-or-later
40
43
  metadata:
41
44
  homepage_uri: https://github.com/byteit101/subspawn
42
45
  source_code_uri: https://github.com/byteit101/subspawn