From a44ca3d5131dffed53f7e88275f0cc2b42444313 Mon Sep 17 00:00:00 2001 From: David Lee Date: Sun, 26 Feb 2012 02:29:24 -0800 Subject: [PATCH] Add gem build autocompletion --- plugins/gem/_gem | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/gem/_gem b/plugins/gem/_gem index 975cec602..e6b903c24 100644 --- a/plugins/gem/_gem +++ b/plugins/gem/_gem @@ -55,6 +55,9 @@ if (( CURRENT == 1 )); then fi case "$words[1]" in + build) + _files -g "*.gemspec" + ;; list) if [[ "$state" == forms ]]; then _gem_installed