3onyc
3onyc
[Predis\Configuration\Options#L104](https://github.com/nrk/predis/blob/v1.0/src/Configuration/Options.php#L104) invokes any callable to get its value. As a result on_error needs to be wrapped otherwise the following error occurs: > Missing argument 3 for ...{closure}(), called in .../vendor/predis/predis/src/Configuration/Options.php...
This will replace RBENV_VERSION with PHPENV_VERSION so you can separately specify PHP and Ruby versions. Note: this will break any plugins or supporting scripts that assume phpenv uses RBENV_VERSION ([phpenv-composer](https://github.com/ngyuki/phpenv-composer)...
This pull request fixes update functionality by first resetting the repository (using git checkout), pulling, and then reapplying the sed replacements. Fixes #41
Running `UPDATE=yes phpenv-install.sh` fails on the `git pull` as you can't pull with uncommitted changed files.
You currently import GI right at the top of the script. This package won't be available on Windows/OSX and is actually not available on some Linux setups either (Possibly KDE...
Look in all global GIT config files for the GitLab URL, as listed in section FILES on https://git-scm.herokuapp.com/docs/git-config. Fixes #6 The modification to `get_global_config_parser` is ugly because a writeable config...
Currently GitGitLab has no license specified in either setup.py or on a separate LICENSE file. My preference would be the MIT license ([More info](http://choosealicense.com/)), what are your thoughts on this?