Преглед на файлове

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 години
родител
ревизия
7145c37dc6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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()