Merge pull request #114 from Poapfel/master

Updated bundle completions
This commit is contained in:
Mario Fernández 2012-11-12 00:48:10 -08:00
commit c9d9512df4
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ case $state in
"viz[Generate a visual representation of your dependencies]" \
"init[Generate a simple Gemfile, placed in the current directory]" \
"gem[Create a simple gem, suitable for development with bundler]" \
"help[Describe available tasks or one specific task]"
"help[Describe available tasks or one specific task]" \
"platform[Displays platform compatibility information]" \
"outdated[Show all of the outdated gems in the current bundle]"
ret=0
;;
args)