Quellcode durchsuchen

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 vor 13 Jahren
Ursprung
Commit
7145c37dc6
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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()