Browse Source

gem plugin: added _files to install command

is useful if you want to install a local gem from the filesystem
Christian Köstlin 11 years ago
parent
commit
39a1e2a083
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/gem/_gem

+ 2 - 0
plugins/gem/_gem

@@ -59,6 +59,8 @@ case "$words[1]" in
   build)
     _files -g "*.gemspec"
     ;;
+  install)
+    _files ;;
   list)
       if [[ "$state" == forms ]]; then
         _gem_installed