[Ref #288] Remove /bin from .gitignore, add binstubs

This commit is contained in:
gregoirenovel 2017-05-12 16:23:41 +02:00
parent 325d250540
commit 2b25a17af1
6 changed files with 74 additions and 1 deletions

3
bin/bundle Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')