Sha256: 67643757a5976efa85e11f4bcbfc9023acf34e99d5685f8f914ecfb52155d150

Contents?: true

Size: 434 Bytes

Versions: 11

Compression:

Stored size: 434 Bytes

Contents

#!/usr/bin/env ruby
# resolve bin path, ignoring symlinks
require 'high_five'
require 'high_five/thor/runner'
bin_file = Pathname.new(__FILE__).realpath

# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)

# begin
#   require 'high_five'
# rescue LoadError
#   require 'rubygems'
#   require 'high_five'
# end
# require 'high_five/cli'

$thor_runner = true
$high_five_runner = true
::HighFive::Thor::Runner.start

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
high_five-0.2.10 bin/hi5
high_five-0.2.9 bin/hi5
high_five-0.2.8 bin/hi5
high_five-0.2.7 bin/hi5
high_five-0.2.6 bin/hi5
high_five-0.2.5 bin/hi5
high_five-0.2.4 bin/hi5
high_five-0.2.3 bin/hi5
high_five-0.2.2 bin/hi5
high_five-0.2.1 bin/hi5
high_five-0.2.0 bin/hi5