Sha256: 144143e09c4b1cc449aa22466357701dea79848a7a0b00de2601ea98b3869b4a
Contents?: true
Size: 326 Bytes
Versions: 66
Compression:
Stored size: 326 Bytes
Contents
#!/usr/bin/env ruby root = File.expand_path(File.join(File.dirname(__FILE__),'..')) if File.directory?(File.join(root,'.git')) Dir.chdir(root) do begin require 'bundler/setup' rescue LoadError => e warn e.message warn "Run `gem install bundler` to install Bundler" exit -1 end end end
Version data entries
66 entries across 66 versions & 6 rubygems