rbenv 1.1.0

This commit is contained in:
Mislav Marohnić 2016-11-25 21:11:08 +01:00
parent 6ced4e25de
commit e60ad4a090

View file

@ -12,7 +12,7 @@
set -e set -e
[ -n "$RBENV_DEBUG" ] && set -x [ -n "$RBENV_DEBUG" ] && set -x
version="1.0.0" version="1.1.0"
git_revision="" git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q rbenv; then if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q rbenv; then