49 Commits (6cd487db8138816d9c2898846e9066f21b47a284)

Autor SHA1 Mensaje Fecha
  Yamashita, Yuu 26ac59fd1d Write help message to stdout hace 8 años
  Yamashita, Yuu 7860ad5268 Help message should not be written to stdout for `sh-` commands (yyuu/pyenv#650) hace 8 años
  Mike Busch d246e20764 unset CDPATH if it's set by the user hace 8 años
  Mislav Marohnić e554cd86c3 Strip leading `:` from RBENV_HOOK_PATH hace 8 años
  Jason Karns a1ef9efc80 use PWD var over pwd command hace 8 años
  Jason Karns 87dd5fe2c0 indentation hace 8 años
  Jason Karns 3ddedc021a Extract `abort` helper function hace 8 años
  Jason Karns 2c4dd63f77 handle --help for subcommands hace 8 años
  Jason Karns 06e4f1b682 explicit --version flag hace 8 años
  Mislav Marohnić 825de5d2e3 Fix argument handling in main `rbenv` command hace 8 años
  Mislav Marohnić 6e02b944f7 Use `$BASH_SOURCE` instead of `$0` hace 9 años
  Mislav Marohnić 632263568e Add rbenv's own `rbenv.d` directory to hook paths hace 10 años
  Mislav Marohnić 3f74da0e73 Fail hard if RBENV_NATIVE_EXT is set but extensions failed to load hace 10 años
  Mislav Marohnić 5287e2ebf4 Avoid slow `abs_dirname()` by loading `realpath` extension hace 10 años
  James FitzGibbon 81bb14e181 bail out early if readlink is not available hace 11 años
  Sam Stephenson e3f72ebae2 Guard against exported `CDPATH` (fixes #316) hace 11 años
  Sam Stephenson 3cb95b4d2d Add `rbenv --debug <command>` as a shortcut for setting RBENV_DEBUG=1 hace 11 años
  Sam Stephenson 892aea138e Export PS4 when RBENV_DEBUG is set for more informative debug output hace 11 años
  Sam Stephenson 1ebcbd92e2 Tweak `rbenv --version` output hace 11 años
  Mislav Marohnić b5a26936e8 rbenv --version hace 11 años
  Antonio Terceiro d1bfeee334 Add /usr/lib/rbenv/hooks to hook search path hace 12 años
  Sam Stephenson b10bdb1e78 rbenv 0.3.0 hace 12 años
  Sam Stephenson 7fbcde8af0 Properly expand RBENV_DIR and ensure it exists hace 12 años
  Per Velschow dfc7645609 Quoting the argument to greadlink to make it work with paths containing spaces. hace 13 años
  Sam Stephenson 01a0ad0b69 rbenv 0.2.1 hace 13 años
  Sam Stephenson e49be969ab Ensure RBENV_DIR is always an absolute path hace 13 años
  Sam Stephenson 2cd12e3fa6 rbenv 0.2.0 hace 13 años
  Sam Stephenson 07815769ae RBENV_DIR sets the directory from which .rbenv-version files are scanned hace 13 años
  Sam Stephenson 10084ae020 Automatically add ${RBENV_ROOT}/plugins/*/etc/rbenv.d to $RBENV_HOOK_PATH hace 13 años
  Sam Stephenson 8ce5e84c21 Automatically add ${RBENV_ROOT}/plugins/*/bin to $PATH hace 13 años
  Sam Stephenson f9fb3c934e rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH hace 13 años
  Joshua Peek a238099e38 Include /usr/local/etc hooks hace 13 años
  Sam Stephenson 096743acde Add support for RBENV_PLUGIN_PATH environment variable hace 13 años
  Sam Stephenson 568cd4b23e Strip trailing slashes from RBENV_ROOT (#83) hace 13 años
  Sam Stephenson 0632325a43 Set RBENV_DEBUG=1 to see what's going on under the hood hace 13 años
  Sam Stephenson 2e3e141d2e RBENV_ROOT defaults to ~/.rbenv hace 13 años
  Sam Stephenson 7ac964353f RBENV_HOME -> RBENV_ROOT hace 13 años
  Alexander Rinass 5130f0464a Support install locations other than $HOME/.rbenv. hace 13 años
  Sam Stephenson 7bbfecd9af Working on 0.2.0-pre now hace 13 años
  Paul Mucur b7e19b4953 Solaris doesn't support readlink so use greadlink if available instead. hace 13 años
  Sam Stephenson 49ecbe147f rbenv 0.1.2 hace 13 años
  Sam Stephenson bd1e56ff37 rbenv 0.1.1 hace 13 años
  Samuel Cochran a14095f299 Add "-h" and "--help" which work as expected hace 13 años
  Andreas Johansson 6938692ca2 Fix argument that cannot be sent to bash via env hace 13 años
  Ryan Baumann f2f8ef88a5 Implement some basic command line help hace 13 años
  Peter Aronoff 67d3d6b12d Use parameter expansion for basename + dirname hace 13 años
  Sam Stephenson 735a2bc4e7 Consistent style hace 13 años
  Joshua Peek 43624943ee Move subcommands into libexec/ hace 13 años
  Joshua Peek c957d83b3a Shebang -e flag hace 13 años
  Sam Stephenson fb31290b9d More argument quoting hace 13 años