Sha256: b2882f99870d39a38a08601dcd629fddf0f6849b864993d92acf5e2837d5124a
Contents?: true
Size: 327 Bytes
Versions: 39
Compression:
Stored size: 327 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
39 entries across 39 versions & 1 rubygems