ruby-packer icon indicating copy to clipboard operation
ruby-packer copied to clipboard

Packing your Ruby application into a single executable.

Results 4 ruby-packer issues
Sort by recently updated
recently updated
newest added

``` WARN: Unresolved or ambiguous specs during Gem::Specification.reset: rake (>= 13) Available/installed versions of this gem: 13.1.0 13.0.6 WARN: Clearing out unresolved specs. Try 'gem cleanup ' Please report a...

The current `master` includes the fix for OpenSSL issues but the prebuilt version is from April and does not include the patches.

When trying to build `ruby-packer` or a project with `ruby-packer` on latest MacOS with clang 15.0.0, it fails with the following errors: ``` /var/folders/4r/b6_yv6ys02q90xwd03zpwk240000gn/T/rubyc/ruby-3.1.3.dev/enclose_io_unix.c:643:35: error: incompatible pointer to integer conversion...

This conditional https://github.com/ericbeland/ruby-packer/blob/428dc24b5937824a7d365458d80f940769eef0a2/lib/compiler.rb#L583-L586 introduced by https://github.com/ericbeland/ruby-packer/commit/2684a4721db0fa63973f945d2224688b000dae2b breaks compilation on linux platforms recognized as x86_64-linux-gnu.