ffi-binary-libfixposix 0.5.1.0-x86_64-darwin → 0.5.1.1-x86_64-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: cf5a10ce5fa8612e757758273a065844231a04c83d9eb54c876022a1410bb7af
4
- data.tar.gz: 234a2d8c01512602ead4c64a28a6b437896a538e8e4b28ad40bafc32686d7b4a
3
+ metadata.gz: 3fe1aadefb33693c63f6daa3edaa98cd3ba4c4de8b2e71fad7d4004a47546a92
4
+ data.tar.gz: 8892079683904abad8c40344ff22aab90ef12c6718d889e42d44e117de827b37
5
5
  SHA512:
6
- metadata.gz: c0cf897de919e86dfd70505babf6beb4e2b31efb29817d91449667f2304915282ec1a60079d3577797ddc20595d6c786b6a9623a3388676a8973451572817d7a
7
- data.tar.gz: 8918504b058d30ebc73bf4dd57670a6bfacdd07e34df1b1a00211a8c7b470c2ef7dc01e39328ca77ff44d69b8c3663ed6f49361adebfc7b04c3e745d2e72da3d
6
+ metadata.gz: e22dab6d6271fdc5cffea6b01e9bb4b6919d4dcb978b54fdd949412f14585c4cf01f7e60541882fe072c77ac8bf6594a0fdf3b465b04a2f00d42ed8294eefa62
7
+ data.tar.gz: 527fee733adbd45a2180077dfea792640718af2a88692e2f0a04712387acecc17d28ae18df1038ee7c195af488caf0cceaf5b6977bbfc59be74568681c96ca9e
@@ -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-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