This project is a fork of the Homebrew.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/Homebrew.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionVersions of Ruby that can be installed and run from anywhere on the filesystem.
homepage URLhttps://brew.sh/
repository URLhttps://github.com/Homebrew/homebrew-portable-ruby.git
ownerroot@yurikoles.com
last changeSun, 21 Apr 2024 19:02:47 +0000 (21 20:02 +0100)
last refreshThu, 9 May 2024 11:03:59 +0000 (9 13:03 +0200)
content tags
add:
README.md

Homebrew Portable Ruby

Formulae and tools to build versions of Ruby that can be installed and run from anywhere on the filesystem.

How do I install these formulae

Just brew install homebrew/portable-ruby/<formula>.

How do I build packages for these formulae

Homebrew Portable Ruby is designed only for usage internally to Homebrew. If Portable Ruby isn't available for your platform, it is recommended you instead use Ruby from your system's package manager (if available) or rbenv/ruby-build. Usage of Portable Ruby outside of Homebrew, such as embedding into your own apps, is not a goal for this project.

For issuing new Portable Ruby releases, an automated release workflow is available to use. Dispatch the workflow and all steps of building, tagging and uploading should be handled automatically.

Manual steps are documented below.

Build

Run brew portable-package ruby. For macOS, this should ideally be inside an OS X 10.11 VM (so it is compatible with all working Homebrew macOS versions).

Upload

Copy the bottle bottle*.tar.gz and bottle*.json files into a directory on your local machine.

Upload these files to GitHub Packages with:

brew pr-upload --upload-only --root-url=https://ghcr.io/v2/homebrew/portable-ruby

And to GitHub releases:

brew pr-upload --upload-only --root-url=https://github.com/Homebrew/homebrew-portable-ruby/releases/download/$VERSION

where $VERSION is the new package version.

Current Status

Used in production for Homebrew/brew.

License

Code is under the BSD 2 Clause (NetBSD) license.

shortlog
2024-04-21 Mike McQuaidMerge pull request #188 from Homebrew/artifact-actions-v4master
2024-04-19 Ruoyu Zhongworkflows: use artifact actions v4
2024-04-19 Ruoyu Zhongportable-ruby: fix more compiler toolchain references
2024-04-04 Mike McQuaidMerge pull request #186 from Homebrew/sync-triage-config
2024-04-03 MikeMcQuaid[create-pull-request] automated change
2024-04-03 BrewTestBotstale-issues.yml: update to match main configuration
2024-04-03 BrewTestBotlock-threads.yml: update to match main configuration
2024-02-28 Bo Andersonworkflows/build: use new 11-arm64-cross runner
2024-02-19 Bo Andersonportable-ruby: fix libz requirement for native gems
2023-12-11 Mike McQuaidMerge pull request #182 from Homebrew/sync-triage-config
2023-12-11 BrewTestBottriage-issues.yml: update to match main configuration
2023-11-24 Bo Andersonworkflows: move tap syntax check to run on push
2023-11-24 Bo Andersoncmd/portable-package: remove bottle hardlinking
2023-11-22 BrewTestBottriage-issues.yml: update to match main configuration
2023-10-26 Bo Andersonworkflows: various cleanups3.1.4
2023-10-26 Bo Andersonportable-ruby 3.1.4
...
tags
6 months ago 3.1.4
12 months ago 2.6.10_1
18 months ago 2.6.10
23 months ago 2.6.8_1
2 years ago 2.6.8
3 years ago 2.6.3_2
3 years ago 2.6.3_1
4 years ago 2.6.3 2.6.3
5 years ago 2.3.7
6 years ago 2.3.3_2
6 years ago 2.3.3_1
6 years ago 2.3.3
7 years ago 20160630
8 years ago 20160506
heads
2 weeks ago master