e263b1bc99
Backwards incompatible: - Remove deprecated ruby-local-exec executable - Remove support for .rbenv-version legacy version file - Remove support for default, global legacy global version files Features: - Add support for rbenv shell - style of invocation that restores previous version Housekeeping: - Adopt Contributor Covenant 1.4 - Replace . with source for fish shell - Unset CDPATH if it's set by the user - Fix rbenv <cmd> --help for sh-* commands - Expand literal tilde in PATH PR: 214838 Submitted by: jlduran@gmail.com Approved by: meta+ports@vmeta.jp (maintainer)
32 lines
790 B
Text
32 lines
790 B
Text
bin/rbenv
|
|
etc/rbenv.d/exec/gem-rehash.bash
|
|
etc/rbenv.d/exec/gem-rehash/rubygems_plugin.rb
|
|
libexec/rbenv
|
|
libexec/rbenv---version
|
|
libexec/rbenv-commands
|
|
libexec/rbenv-completions
|
|
libexec/rbenv-exec
|
|
libexec/rbenv-global
|
|
libexec/rbenv-help
|
|
libexec/rbenv-hooks
|
|
libexec/rbenv-init
|
|
libexec/rbenv-local
|
|
libexec/rbenv-prefix
|
|
libexec/rbenv-realpath.dylib
|
|
libexec/rbenv-rehash
|
|
libexec/rbenv-root
|
|
libexec/rbenv-sh-rehash
|
|
libexec/rbenv-sh-shell
|
|
libexec/rbenv-shims
|
|
libexec/rbenv-version
|
|
libexec/rbenv-version-file
|
|
libexec/rbenv-version-file-read
|
|
libexec/rbenv-version-file-write
|
|
libexec/rbenv-version-name
|
|
libexec/rbenv-version-origin
|
|
libexec/rbenv-versions
|
|
libexec/rbenv-whence
|
|
libexec/rbenv-which
|
|
%%DATADIR%%/completions/rbenv.bash
|
|
%%DATADIR%%/completions/rbenv.fish
|
|
%%DATADIR%%/completions/rbenv.zsh
|