Browse code

Merge pull request #816 from lucapette/add-annotate-to-bundler-commands

add annotate command to bundler

Robby Russell authored on 07/01/2012 at 01:03:04
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ alias bu="bundle update"
10 10
 
11 11
 # The following is based on https://github.com/gma/bundler-exec
12 12
 
13
-bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
13
+bundled_commands=(annotate cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
14 14
 
15 15
 ## Functions
16 16