summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorHelge Rausch <helge@rausch.io>2014-06-16 16:18:22 +0200
committerncanceill <nicolas.canceill@ens-cachan.org>2014-06-28 10:12:20 +0200
commitf2b81e2977c264713a2a0f6971c8f312f7560b52 (patch)
tree2d02e238513789081e090c61b9f9e7c96f54f6b2 /plugins/bundler
parentc5d9fc996819488801864407ad1b7624acf3c26c (diff)
downloadzsh-f2b81e2977c264713a2a0f6971c8f312f7560b52.tar.gz
zsh-f2b81e2977c264713a2a0f6971c8f312f7560b52.tar.bz2
zsh-f2b81e2977c264713a2a0f6971c8f312f7560b52.zip
Add spring to bundled commands
Diffstat (limited to 'plugins/bundler')
-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 d70e8d4da..20931dcef 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -7,7 +7,7 @@ alias bi="bundle_install"
# The following is based on https://github.com/gma/bundler-exec
-bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard irb jekyll kitchen knife middleman nanoc puma rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails)
+bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard irb jekyll kitchen knife middleman nanoc puma rackup rainbows rake rspec ruby shotgun spec spin spork spring strainer tailor taps thin thor unicorn unicorn_rails)
# Remove $UNBUNDLED_COMMANDS from the bundled_commands list
for cmd in $UNBUNDLED_COMMANDS; do