Sha256: 05a00404e8b3d52af9cfad740d6f50777dcae622449e150c631e6c00bff12c43
Contents?: true
Size: 347 Bytes
Versions: 23
Compression:
Stored size: 347 Bytes
Contents
#!/usr/bin/env ruby # stub instead of `bundle exec qb ...` # so you know you're using the local repo version (vs an installed gem)... puts "*** LOADING REPO VERSION ***" root = File.dirname(File.realpath(File.join(__FILE__, '..'))) puts "source: #{ root }" puts Dir.chdir root do require 'bundler/setup' end load File.join(root, 'exe/qb')
Version data entries
23 entries across 23 versions & 1 rubygems