gem-completion

Bash completion script for the gem command-line tool

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for gem

Commands

gem

Examples

List all available gems with autocompletion$ gem list <TAB>
Install a gem with autocompletion suggestions$ gem install rails<TAB>
View gem documentation with command completion$ gem search <TAB>