An open API service indexing awesome lists of open source software.

https://github.com/jlduran/rbenv-strip-binaries

Automatically strip binaries every time you install a new version of Ruby
https://github.com/jlduran/rbenv-strip-binaries

rbenv ruby

Last synced: about 2 months ago
JSON representation

Automatically strip binaries every time you install a new version of Ruby

Awesome Lists containing this project

README

          

# rbenv-strip-binaries

![Shellcheck](https://github.com/jlduran/rbenv-strip-binaries/workflows/Shellcheck/badge.svg)

This rbenv plugin hooks into the `rbenv install` command to
automatically strip binaries every time you install a new version of
Ruby.

## Installation

Make sure you have the latest rbenv and ruby-build versions, then run:

git clone https://github.com/jlduran/rbenv-strip-binaries.git $(rbenv root)/plugins/rbenv-strip-binaries

## Usage

rbenv-strip-binaries automatically strips binaries every time you
successfully install a new version of Ruby with `rbenv install`.