ffi-binary-libfixposix 0.5.1.0-x86_64-freebsd → 0.5.1.1-x86_64-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: 110d0868207fb26bbb22da3b6d979057284956e235b1a62243bafbaa20b28224
4
- data.tar.gz: dd493ee03f94c1756f4141953a35c9b06771418577bf7c817d4ee582adb3814b
3
+ metadata.gz: e681126b51a86529c79b3806fb10788503905e37d3739a65c8bd5a82a2cf133b
4
+ data.tar.gz: 89e4247ed091117f169148ea4695dc68ede0d6bc60db2da7fea04202ee7e3968
5
5
  SHA512:
6
- metadata.gz: 4607f0e73f6adeb652f5878ecf0c32ecc93f26bc7d121c649900174905eeb063b2fea88459593d2c2127ae3ba46fb76867ae0859aba669d822f16318085ac2ff
7
- data.tar.gz: 30587a9e55192e559e7955cf8e16caf29952807d6d052bd43a8b9bef801cdbabee66776216e1c4a8380f391cdd263742107cf729a83970f3bffafc847f8806de
6
+ metadata.gz: 0fb015c661874b84fbf6f19c88897d1dcaf0f62c939ce072a6717bd08864dd86cbc08ad8b3066571002b435027553091e058abb7777569ef272590f916b96cc7
7
+ data.tar.gz: 2c10ef0726337b9e9b51ae15b3f3e80347d07ceae228eb7bacce5f22198c00b9f654d38603978207853cbd6ad7985558cc88593e5152b772e5ee34ad407914d5
@@ -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_64-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