gem plugin: added _files to install command

is useful if you want to install a local gem from the filesystem
This commit is contained in:
Christian Köstlin 2012-07-11 14:29:54 +02:00
commit a19d76d102

View file

@ -53,6 +53,8 @@ if (( CURRENT == 1 )); then
fi fi
case "$words[1]" in case "$words[1]" in
install)
_files ;;
list) list)
if [[ "$state" == forms ]]; then if [[ "$state" == forms ]]; then
_gem_installed _gem_installed