https://github.com/tpope/rbenv-sentience
Make rbenv self aware
https://github.com/tpope/rbenv-sentience
Last synced: 12 months ago
JSON representation
Make rbenv self aware
- Host: GitHub
- URL: https://github.com/tpope/rbenv-sentience
- Owner: tpope
- License: mit
- Created: 2013-02-24T00:11:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T00:13:06.000Z (over 13 years ago)
- Last Synced: 2025-04-26T12:38:10.512Z (about 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Make rbenv self aware
After a successful `rbenv install`, this plugin creates a `.ruby-version` file
inside the root of the installation directory, so that running Ruby inside
that directory uses the corresponding version.
## Installation
With [ruby-build][] already installed as an [rbenv][] plugin:
git clone git://github.com/tpope/rbenv-sentience.git \
~/.rbenv/plugins/rbenv-sentience
[rbenv]: https://github.com/sstephenson/rbenv
[ruby-build]: https://github.com/sstephenson/ruby-build