subspawn-posix 0.1.0 → 0.1.1

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: e1e9a8cd307acbb03c05440d9300a7e48a3636d36734f2b4cb189aae0ab98bdd
4
- data.tar.gz: e176b1617b2c674da1de970e1b9e7ecf7776ab9c418e746374ec3983e4d6a31b
3
+ metadata.gz: 6dd7a90a37dbccbe9e2d08dafce318aeee74c934d140d0b6c977d13bbff77ec2
4
+ data.tar.gz: 65b011eaf0c9e2d54a5d68484fc3f0de92943a1e6715188c671207a4c2891c79
5
5
  SHA512:
6
- metadata.gz: 47fc587e35e40da9bffc3b8a8877363441c98dd25cbe1c46509c92478bae2651661194ad080271226b23446eb3f1de089af9e132e212f29e05940d5adecc86d5
7
- data.tar.gz: 540342bd3dc2c875a0f94a8d6d0a6f58698a8cdc456cf707e09f8c5c1251d71294342a2d802d220ad6feea64f03d3f482c4f3c00781a88a2b3a19614a34bde3a
6
+ metadata.gz: 065fd5864a4a216a93f74c31748fab51615e80ec9eb25889e5479a3f3f9adfbfcd05a5150982011a5f3a3f9a16d62153bd89d950ba150d2b0dc02338ebeb6b00
7
+ data.tar.gz: e723df66f11d81cc410d3689770b749f90ebef1492471469ff7c33552dcad6d1c86589afcec01c6f1bd63969841a84ffe4501de2db3fbaf5fe634619c608e44b
@@ -20,7 +20,7 @@ module SubSpawn::POSIX::Internal
20
20
  module OpenPTY
21
21
  extend FFI::Library
22
22
 
23
- ffi_lib FFI::Platform.mac? ? FFI::Library::LIBC : "util"
23
+ ffi_lib FFI::Platform.mac? ? FFI::Library::LIBC : ["libutil.so.1", "util"]
24
24
  attach_function :openpty, [:buffer_out, :buffer_out, :buffer_out, :buffer_in, :buffer_in], :int
25
25
 
26
26
  ffi_lib FFI::Library::LIBC
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SubSpawn
4
4
  class POSIX
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspawn-posix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
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: 2022-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-bindings-libfixposix
@@ -43,7 +43,10 @@ files:
43
43
  - lib/subspawn/posix/version.rb
44
44
  - sig/subspawn/posix.rbs
45
45
  homepage: https://github.com/byteit101/subspawn
46
- licenses: []
46
+ licenses:
47
+ - Ruby
48
+ - EPL-2.0
49
+ - LGPL-2.1-or-later
47
50
  metadata:
48
51
  homepage_uri: https://github.com/byteit101/subspawn
49
52
  source_code_uri: https://github.com/byteit101/subspawn