Explorar el Código

Added foreman. Reformatted command list.

Graham Ashton hace 13 años
padre
commit
cf90241f07
Se han modificado 1 ficheros con 19 adiciones y 1 borrados
  1. 19 1
      bundler-exec.sh

+ 19 - 1
bundler-exec.sh

@@ -1,6 +1,24 @@
 #!/bin/bash
 
-BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cap capify cucumber heroku rackup rails rake rspec ruby serve shotgun spec spork thin unicorn unicorn_rails}"
+BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-
+cap
+capify
+cucumber
+foreman
+heroku
+rackup
+rails
+rake
+rspec
+ruby
+serve
+shotgun
+spec
+spork
+thin
+unicorn
+unicorn_rails
+}"
 
 ## Functions