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

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: ef4d4419e41118370cb203310d2bed97c8fd3fa2bceb74cb627ff10132f83750
4
- data.tar.gz: b71f9a2214be9d18b42dfe17721413fbf91c8a48d98f3469bb4d2727677c897d
3
+ metadata.gz: 555e02ff28f389c8634926ae442b7b7642667a21aef7008f724c2051c2b3ae95
4
+ data.tar.gz: 6129fa6aae599794a3f5fcdeca22dce12de7a399502dd22fbfa61a17b765f62f
5
5
  SHA512:
6
- metadata.gz: af40cff57c53b79c580b1912f91959b0c1b0382eec61dc33479fded4c123ea3946dfedc6b0bb917661ddf9b8184871f0588a447f91a9f6ff594d33289f95203c
7
- data.tar.gz: 3e15cf6357303153f412e1b4dbce84eac5d4fd2fab1a17d68def4b674c1c1da0f1588079120fca77aa1e8c1bf1f83ffa6372f01c72753747456c268984bba780
6
+ metadata.gz: a354b34e67e78750f4384e4397eff70bafa23f24cb5210affb5ea01fa873062376d71de862c6c108b95c6f4a4ae941bd601ecc84006f650b9a47a91f28764666
7
+ data.tar.gz: f5c20d2da57271a9c5b606c57edecd800a6613856dc2bf98c117b06693f9a2114c14447ca4b291d50c17055836d3d5f0b26e805e6a94e3859264ed504ef6ec7c
@@ -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-darwin
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.dylib
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