Sfoglia il codice sorgente

Added foreman. Reformatted command list.

Graham Ashton 13 anni fa
parent
commit
cf90241f07
1 ha cambiato i file con 19 aggiunte e 1 eliminazioni
  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