diff options
author | Trae Robrock <trobrock@gmail.com> | 2012-09-17 19:05:42 -0700 |
---|---|---|
committer | Trae Robrock <trobrock@gmail.com> | 2012-09-17 19:06:24 -0700 |
commit | 8510ac002f1dec92f6e9e62809f3dc5493d4b842 (patch) | |
tree | 63abe77ca6f7d20da3557a56ff49024cdbab8006 /plugins/bundler | |
parent | 921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b (diff) | |
download | zsh-8510ac002f1dec92f6e9e62809f3dc5493d4b842.tar.gz zsh-8510ac002f1dec92f6e9e62809f3dc5493d4b842.tar.bz2 zsh-8510ac002f1dec92f6e9e62809f3dc5493d4b842.zip |
Bundle exec puma also http://puma.io
Diffstat (limited to 'plugins/bundler')
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 39b76ecdf..2305c4979 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma) ## Functions |