Add middleman to bundled commands in bundler plugin
Robby Russell authored on 22/01/2012 at 20:56:11... | ... |
@@ -6,7 +6,7 @@ alias bu="bundle update" |
6 | 6 |
|
7 | 7 |
# The following is based on https://github.com/gma/bundler-exec |
8 | 8 |
|
9 |
-bundled_commands=(annotate cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) |
|
9 |
+bundled_commands=(annotate cap capify cucumber foreman guard heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) |
|
10 | 10 |
|
11 | 11 |
## Functions |
12 | 12 |
|