macOS
brew install rbenv-aliaseslocal Homebrew formula metadata
brew / rank 11147
Make aliases for Ruby versions. Version 1.1.0 via Homebrew; verified from local package data.
install
brew install rbenv-aliaseslocal Homebrew formula metadata
overview
Make aliases for Ruby versions
history
rbenv-aliases is an rbenv plugin that creates symbolic-link aliases for installed Ruby versions and can automatically update short version names to the latest installed patch release.
Tim Pope created rbenv-aliases to experiment with convenient names for installed Ruby versions. The plugin implements aliases as symbolic links inside rbenv's versions directory and can point a short release name at the latest installed patch release.
The supplied package metadata records a Homebrew formula. The plugin also integrates with ruby-build so installing a fully specified Ruby can automatically refresh a shorter point-release alias.
Users invoke `rbenv alias <name> <version>` to create an alias and may add `--auto` to select the latest installed patch release. `rbenv unalias` removes aliases.
The plugin installs beneath `$(rbenv root)/plugins/rbenv-aliases`. It documents no independent persistent configuration or credentials file.
The plugin demonstrates how rbenv's filesystem-oriented design allows a small shell extension to add version semantics using symbolic links rather than modifying rbenv core.
Its README also highlights a reproducibility tradeoff: convenient moving aliases in `.ruby-version` files can make the selected patch release change as local installations change.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rbenv-alias | cli | global executable | |
rbenv-unalias | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/tpope/rbenv-aliases
install metadata
| Package key | brew:rbenv-aliases |
|---|---|
| Version | 1.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/rbenv-aliases |
| Homepage | https://github.com/tpope/rbenv-aliases |
| Repository | https://github.com/tpope/rbenv-aliases |
| License | MIT |
| Source archive | https://github.com/tpope/rbenv-aliases/archive/refs/tags/v1.1.0.tar.gz |
| Dependencies | rbenv |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rbenv-aliases |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.