Commit d4e907bf authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #973 from dlee/gem_build

Add gem build autocompletion
parents 9eacd7d5 fa1657e1
......@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi
case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list)
if [[ "$state" == forms ]]; then
_gem_installed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment