RubyGems Navigation menu

ocran 1.4.3

OCRAN (One-Click Ruby Application Next) packages Ruby applications for distribution. It bundles your script, the Ruby interpreter, gems, and native libraries into a self-contained artifact that runs without requiring Ruby to be installed on the target machine. Three output formats are supported on all platforms: - Self-extracting executable (.exe on Windows, native binary on Linux/macOS) - Directory with a launch script (--output-dir) - Zip archive with a launch script (--output-zip) This is a fork of OCRA maintained for Ruby 3.2+ compatibility. Migration guide: replace OCRA_EXECUTABLE with OCRAN_EXECUTABLE in your code. Usage: ocran helloworld.rb # builds helloworld.exe / helloworld ocran --output-dir out/ app.rb ocran --output-zip app.zip app.rb See readme at https://github.com/largo/ocran Report problems at https://github.com/largo/ocran/issues

Gemfile:
=

安裝:
=

版本列表:

  1. 1.4.3 March 19, 2026 (158.5 KB)
  2. 1.4.3 March 19, 2026 x86_64-linux (131.0 KB)
  3. 1.4.3 March 19, 2026 x86_64-darwin-24 (130.0 KB)
  4. 1.4.3 March 19, 2026 x64-mingw-ucrt (172.0 KB)
  5. 1.4.3 March 19, 2026 arm64-darwin-23 (130.0 KB)
顯示所有版本(共 27)

Runtime 相依性套件 (1):

fiddle ~> 1.0

擁有者:

推送者:

作者:

  • Andi Idogawa, shinokaro, Lars Christensen

SHA 256 總和檢查碼:

=

總下載次數 8,563

這個版本 159

版本发布:

授權:

MIT

Ruby 版本需求: >= 3.2.0

相關連結: