Releases: spinel-coop/rv
Releases Β· spinel-coop/rv
v0.1.1
- Dual license MIT / Apache-2
- turn up LTO for smaller releases
- Fix
rv ruby pin
if not run in a project_dir - Fix
bin/setup
in non-root situations under Ubuntu - replace openssl with rustls
- Added bash to supported shells
Install rv 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/spinel-coop/rv/releases/download/v0.1.1/rv-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install spinel-coop/tap/rv
Download rv 0.1.1
File | Platform | Checksum |
---|---|---|
rv-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
rv-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
rv-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.1.0
First release. Supports macOS 14+, Ubuntu 24.04+, Ruby 3.4.1+, and zsh.
rv ruby
command grouprv ruby list
command to show installed rubiesrv ruby install
to install precompiled rubiesrv ruby run
to run a specific ruby version regardless of.ruby-version
rv shell
command grouprv shell init
command to set up automatic ruby switching that respects.ruby-version
files
Install rv 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/spinel-coop/rv/releases/download/v0.1.0/rv-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install spinel-coop/tap/rv
Download rv 0.1.0
File | Platform | Checksum |
---|---|---|
rv-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
rv-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
rv-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |