Adds bundler bump completion

This commit is contained in:
Pablo Cantero 2014-04-19 13:33:49 -03:00
commit 0283d426bf
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,3 @@
func bump() {
bundle update --source $*
}