ffi-binary-libfixposix 0.5.1.0-arm64-linux → 0.5.1.1-arm64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36c5953b6b41f76c8dfa4921e3766c9f438bb5db605de4c10b025fee356b6049
4
- data.tar.gz: 2c265c549109b44d9a0d92b1d13427bc3243e16214952360978b52bf098c9394
3
+ metadata.gz: 37d76fc0a9b6ef650732824c5d754de4d0e75e7750560e031c38546644ad322e
4
+ data.tar.gz: 4c67b31bae5bc4cebddf4d54fe7451e1f725def6b6f3c63bf02b1ce0f3738e33
5
5
  SHA512:
6
- metadata.gz: ad2ad3d5427e03ac611366394d84ab1e0e4aaeeac0e2517c53c79875a80ba356df717454008455755de28a82d2f3c9ed65b504c5ef9066302704cbe947afba3b
7
- data.tar.gz: 5a94c0e2d370377e636bc80f671029a533d5128e2237d2f14728c2117aa0b1e285ced5105f4f9cd8d99a7a200b5855373241471ce3af9700665737326a483e7c
6
+ metadata.gz: d3e1cf5b2eb6a42226f60168f18fe5786a0c20f0474fb6a28e0024358ce6e59b94e49047015ca30d524a51eba1e8960318b7090893fc4328d439601a435fc883
7
+ data.tar.gz: 22313f736b3ee317a0c94aeebea1df8e6acba052e94cbac6d323a2d18a1606f81b979e61d55dd6325f0288c26f6fa4856344ff4ce0538e5901fb4204841d039f
Binary file
@@ -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: arm64-linux
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