summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-08-12 19:22:10 -0700
committerRobby Russell <robby@planetargon.com>2011-08-12 19:22:10 -0700
commit9f46eafae0bed7df50a0004fca5d25539425ff85 (patch)
tree1cd781a7b11d98eed71f2b4e9f023ce9a498999c
parentdc7eee4db08a39ad73af67363f3d29b495cbd13f (diff)
parent11fcdb844d67492080befd8dcd1f995deb26b8ee (diff)
downloadzsh-9f46eafae0bed7df50a0004fca5d25539425ff85.tar.gz
zsh-9f46eafae0bed7df50a0004fca5d25539425ff85.tar.bz2
zsh-9f46eafae0bed7df50a0004fca5d25539425ff85.zip
Merge pull request #545 from ches/patch-1
Add guard to bundler plugin's wrapped commands
-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 f005700ff..a6c116407 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -6,7 +6,7 @@ alias bp="bundle package"
# The following is based on https://github.com/gma/bundler-exec
-bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
+bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
## Functions