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
- Host: GitHub
- URL: https://github.com/jlduran/rbenv-strip-binaries
- Owner: jlduran
- License: mit
- Created: 2020-04-10T15:40:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T20:09:11.000Z (about 6 years ago)
- Last Synced: 2025-07-23T14:43:42.198Z (12 months ago)
- Topics: rbenv, ruby
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rbenv-strip-binaries

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`.