Sha256: 00fac08fbe2b3811dddae7a27ad19ffb4a4755374855e2e2ad2dc1488b42d0c8

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 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 ***\n\n"

root = File.dirname(File.realpath(File.join(__FILE__, '..')))

Dir.chdir root do
  require 'bundler/setup'
end

load File.join(root, 'exe/qb')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qb-0.1.10 bin/qb
qb-0.1.9 bin/qb