From a19d76d10258fe88fc3296aab9d1360c1b6b314f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6stlin?= Date: Wed, 11 Jul 2012 14:29:54 +0200 Subject: [PATCH] gem plugin: added _files to install command is useful if you want to install a local gem from the filesystem --- plugins/gem/_gem | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/gem/_gem b/plugins/gem/_gem index 83cba40d1..95e241603 100644 --- a/plugins/gem/_gem +++ b/plugins/gem/_gem @@ -53,6 +53,8 @@ if (( CURRENT == 1 )); then fi case "$words[1]" in + install) + _files ;; list) if [[ "$state" == forms ]]; then _gem_installed