Sfoglia il codice sorgente

Add explanation and source link.

This way in a year when I forget where this came from I can find this project again.

Caleb Thompson 13 anni fa
parent
commit
7145c37dc6
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      bundler-exec.sh

+ 4 - 0
bundler-exec.sh

@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# Automatically run Ruby scripts with "bundle exec" (but only when appropriate).
+# http://effectif.com/ruby/automating-bundle-exec
+# Github: https://github.com/gma/bundler-exec
+
 ## Functions
 
 rbenv-installed()