Browse Source

Merge pull request #973 from dlee/gem_build

Add gem build autocompletion
Robby Russell 11 years ago
parent
commit
d4e907bf14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/gem/_gem

+ 3 - 0
plugins/gem/_gem

@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
 fi
 
 case "$words[1]" in
+  build)
+    _files -g "*.gemspec"
+    ;;
   list)
       if [[ "$state" == forms ]]; then
         _gem_installed