Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rbenv 1.2.0.tar.gz | 2021-09-29 | 33.0 kB | |
rbenv 1.2.0.zip | 2021-09-29 | 56.8 kB | |
README.md | 2021-09-29 | 916 Bytes | |
Totals: 3 Items | 90.8 kB | 0 |
Feature changes
-
Speed up rehash [#1334]
-
Have shims survive upgrades via Homebrew [#1350]
-
Improve init: warn about missing shell and name the shell explicitly in the template [#1099]
-
Sort
rbenv versions
output semantically [#1111] -
Remove misleading
set by $(rbenv-version-origin)
message when system ruby is in use [#1203] -
Disallow path segments and directory traversal in
.ruby-version
files [#1156] -
Output more information in RBENV_DEBUG mode [#1307]
-
Improve compatibility with bash
set -u
(nounset) mode -
Remove fish completion script [#1212]
Fixes
-
Avoid
type: write error: broken pipe
warning https://github.com/rbenv/rbenv/pull/1195 -
Fix fish shell initialization [#1220]
-
Avoid unintentional globbing in bash completion [#1253]
-
Strip
-<suffix>
when detecting the shell [#1311] -
Supply
head -n
flag explicitly [#1332]