Sam Stephenson
|
01a0ad0b69
|
rbenv 0.2.1
|
2011-10-01 12:26:19 -05:00 |
|
Sam Stephenson
|
e49be969ab
|
Ensure RBENV_DIR is always an absolute path
Otherwise, `RBENV_DIR=bin rbenv version-file` loops indefinitely
|
2011-10-01 12:15:20 -05:00 |
|
Sam Stephenson
|
2cd12e3fa6
|
rbenv 0.2.0
|
2011-09-28 13:38:03 -05:00 |
|
Sam Stephenson
|
07815769ae
|
RBENV_DIR sets the directory from which .rbenv-version files are scanned
|
2011-09-27 15:50:39 -05:00 |
|
Sam Stephenson
|
10084ae020
|
Automatically add ${RBENV_ROOT}/plugins/*/etc/rbenv.d to $RBENV_HOOK_PATH
|
2011-09-23 10:47:45 -05:00 |
|
Sam Stephenson
|
8ce5e84c21
|
Automatically add ${RBENV_ROOT}/plugins/*/bin to $PATH
|
2011-09-23 10:44:00 -05:00 |
|
Sam Stephenson
|
f9fb3c934e
|
rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH
|
2011-09-23 10:43:06 -05:00 |
|
Joshua Peek
|
a238099e38
|
Include /usr/local/etc hooks
|
2011-09-22 19:08:03 -05:00 |
|
Sam Stephenson
|
096743acde
|
Add support for RBENV_PLUGIN_PATH environment variable
|
2011-09-21 13:00:23 -05:00 |
|
Sam Stephenson
|
568cd4b23e
|
Strip trailing slashes from RBENV_ROOT (#83)
|
2011-09-14 12:45:44 -05:00 |
|
Sam Stephenson
|
0632325a43
|
Set RBENV_DEBUG=1 to see what's going on under the hood
|
2011-09-12 10:11:59 -05:00 |
|
Sam Stephenson
|
2e3e141d2e
|
RBENV_ROOT defaults to ~/.rbenv
|
2011-09-11 12:05:56 -05:00 |
|
Sam Stephenson
|
7ac964353f
|
RBENV_HOME -> RBENV_ROOT
|
2011-09-11 11:58:57 -05:00 |
|
Alexander Rinass
|
5130f0464a
|
Support install locations other than $HOME/.rbenv.
Define RBENV_HOME env variable in libexec/rbenv and let all script delegates use this variable to determine rbenv's install location.
|
2011-08-25 09:28:01 +02:00 |
|
Sam Stephenson
|
7bbfecd9af
|
Working on 0.2.0-pre now
|
2011-08-17 17:35:04 -05:00 |
|
Paul Mucur
|
b7e19b4953
|
Solaris doesn't support readlink so use greadlink if available instead.
Taken from Ryan Tomayko's "GNU is killing Solaris", c.f. http://tomayko.com/writings/gnu-is-killing-solaris
|
2011-08-16 22:26:57 +01:00 |
|
Sam Stephenson
|
49ecbe147f
|
rbenv 0.1.2
|
2011-08-16 00:16:17 -05:00 |
|
Sam Stephenson
|
bd1e56ff37
|
rbenv 0.1.1
|
2011-08-14 13:51:51 -05:00 |
|
Samuel Cochran
|
a14095f299
|
Add "-h" and "--help" which work as expected
|
2011-08-14 21:30:13 +08:00 |
|
Andreas Johansson
|
6938692ca2
|
Fix argument that cannot be sent to bash via env
/usr/bin/env seems to have problems with arguments to bash on some
platforms. To bypass this, use set -e instead.
|
2011-08-12 11:33:45 +02:00 |
|
Ryan Baumann
|
f2f8ef88a5
|
Implement some basic command line help
|
2011-08-10 09:53:34 -04:00 |
|
Peter Aronoff
|
67d3d6b12d
|
Use parameter expansion for basename + dirname
These are built-ins, and they're used elsewhere in the code.
|
2011-08-03 20:04:42 -04:00 |
|
Sam Stephenson
|
735a2bc4e7
|
Consistent style
|
2011-08-02 23:05:24 -05:00 |
|
Joshua Peek
|
d65141c7b5
|
Merge branch 'master' into libexec
Conflicts:
bin/rbenv
libexec/rbenv-shim
|
2011-08-02 19:41:03 -05:00 |
|
Joshua Peek
|
43624943ee
|
Move subcommands into libexec/
|
2011-08-02 18:01:46 -05:00 |
|