summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-01-25 18:13:51 -0800
committerRobby Russell <robby@planetargon.com>2012-01-25 18:13:51 -0800
commit9dc9cae55f5aa9ab12db71da64ab062906d8504b (patch)
tree2a68ef1452a53a1adc1dbd71fa5c166087f8cdbd
parentac910b85bd782ec7a033b67bab7be63785d063c2 (diff)
parenta26f9b9948405a10d3c04280a0ad2e49e69ba6f8 (diff)
downloadzsh-9dc9cae55f5aa9ab12db71da64ab062906d8504b.tar.gz
zsh-9dc9cae55f5aa9ab12db71da64ab062906d8504b.tar.bz2
zsh-9dc9cae55f5aa9ab12db71da64ab062906d8504b.zip
Merge pull request #865 from iltempo/patch-1
Adding Engine Yard command (ey) to bundler binstubs
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index 96c649664..5e9b82336 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 heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
+bundled_commands=(annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
## Functions