Commit 39a1e2a0 authored by Christian Köstlin's avatar Christian Köstlin Committed by ncanceill
Browse files

gem plugin: added _files to install command

is useful if you want to install a local gem from the filesystem
parent 7478b754
...@@ -59,6 +59,8 @@ case "$words[1]" in ...@@ -59,6 +59,8 @@ case "$words[1]" in
build) build)
_files -g "*.gemspec" _files -g "*.gemspec"
;; ;;
install)
_files ;;
list) list)
if [[ "$state" == forms ]]; then if [[ "$state" == forms ]]; then
_gem_installed _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