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

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: f1daf00fd86c42d30d280f9c49561b7141f2a3e7ae4b17c20a7c323c1bf038a1
4
- data.tar.gz: c2d8d71cd0687256387f0ed4ccc4eb67594301395c9d388e61f23f6eb1a8a66f
3
+ metadata.gz: ee79f4bdf422c9c3039be5b509193ea85bb7a3d7286b780a3f21c1652d61b70d
4
+ data.tar.gz: 7b03b8ea60c1f7dcc50c71dd6598c0d9315ff3155c9e2406b00649f793bbb4f3
5
5
  SHA512:
6
- metadata.gz: 2472b7ba8e8a46f5b477554eb6e817d26e3b01182cf09ebe7299c9ec3847caf6e9856a4d51f3121285d4be35dc03db7bf310d1beddbbc65c8d4e292a171f843d
7
- data.tar.gz: d8dd81307768b812070a6807d2b75bab99b4ff1bc33de490a4b4d2e5efc0c942ba924fe16924a675c30cb5cf5d11f1f875cdb0cb3abb2988af2bc7208c2e9fc3
6
+ metadata.gz: 529083640173d3311012da7ce8710326dcc2c020167c2ae93393ee5edd3b6414ddff7725e79696b2e688b0b954db215836fba29d035f50d6047c5aeaa65604c6
7
+ data.tar.gz: 1d1e332ec29f8d0fde7feb6ede59ab44e19dd26a02477a813d6b4f296445fad3888ab0351b1faf12dede7f7f13a7374e28ea71a602e76e09e5c08d7aeb3e9253
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: armv7-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