소스 검색

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()