Add guard to bundler plugin's wrapped commands
Robby Russell authored on 13/08/2011 at 02:22:10... | ... |
@@ -6,7 +6,7 @@ alias bp="bundle package" |
6 | 6 |
|
7 | 7 |
# The following is based on https://github.com/gma/bundler-exec |
8 | 8 |
|
9 |
-bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) |
|
9 |
+bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) |
|
10 | 10 |
|
11 | 11 |
## Functions |
12 | 12 |
|