Browse code

Merge pull request #496 from semmons99/master

add alias for `bundle package` to the bundler plugin

Robby Russell authored on 28/07/2011 at 04:08:17
Showing 1 changed files
... ...
@@ -2,6 +2,7 @@ alias be="bundle exec"
2 2
 alias bi="bundle install"
3 3
 alias bl="bundle list"
4 4
 alias bu="bundle update"
5
+alias bp="bundle package"
5 6
 
6 7
 # The following is based on https://github.com/gma/bundler-exec
7 8