Categories: None [Edit]

ocran

https://rubygems.org/gems/ocran
https://github.com/largo/ocran
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

Total

Ranking: 96,895 of 191,254
Downloads: 8,618

Daily

Ranking: 12,720 of 191,174
Downloads: 58

Depended by

RankDownloadsName
153,1633,696R3EXS

Depends on

RankDownloadsName
1,91115,790,137fiddle

Owners

#GravatarHandle
1iconlargo