diff options
| author | Robby Russell <robby@planetargon.com> | 2012-01-22 12:56:11 -0800 |
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2012-01-22 12:56:11 -0800 |
| commit | c725ecc01b52e3aa9fd3ec5044b9aa1e02851535 (patch) | |
| tree | 78625f0db87a1392d81840f16d1d2fd59ebfae52 /plugins/bundler | |
| parent | f4944d5a9537eb4bdc4991fe63e6d249f9e5b478 (diff) | |
| parent | e0b235608032256f5b725676f7c6217480a52722 (diff) | |
| download | zsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.tar.gz zsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.tar.bz2 zsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.zip | |
Merge pull request #858 from tatey/bundle_plugin_middleman
Add middleman to bundled commands in bundler plugin
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 12123eea6..74a3adaf8 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 nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |
