Pārlūkot izejas kodu

Merge pull request #18 from calebthompson/patch-1

Add explanation and source link.
Graham Ashton 13 gadi atpakaļ
vecāks
revīzija
372cc46b56
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      bundler-exec.sh

+ 4 - 0
bundler-exec.sh

@@ -1,5 +1,9 @@
 #!/bin/bash
 #!/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
 ## Functions
 
 
 rbenv-installed()
 rbenv-installed()