Sha256: 2df29f74838de872546b891c3ba4fbe1011923be6eca9c8041f34336aaab7df3

Contents?: true

Size: 345 Bytes

Versions: 9

Compression:

Stored size: 345 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__, '..')))

puts "source: #{ root }"

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
qb-0.1.19 bin/qb
qb-0.1.18 bin/qb
qb-0.1.17 bin/qb
qb-0.1.16 bin/qb
qb-0.1.15 bin/qb
qb-0.1.14 bin/qb
qb-0.1.13 bin/qb
qb-0.1.12 bin/qb
qb-0.1.11 bin/qb