Sha256: 395129e554f249368e177649673ac394abab0e4fd99f5ccc3b1b90695f92032d

Contents?: true

Size: 442 Bytes

Versions: 60

Compression:

Stored size: 442 Bytes

Contents

#!/usr/bin/env ruby
require 'fileutils'

if ENV["HOBODEV"]
  dev_root = File.expand_path ENV["HOBODEV"], FileUtils.pwd
  $:.unshift "#{dev_root}/hobo_support/lib"
else
  require 'rubygems'
end

begin
  require 'hobo_support/command'
rescue LoadError
  puts "The 'hobo_support' gem is not installed.
You probably need to set the HOBODEV environment variable to your local hobo git-repository path."
  exit
end

HoboSupport::Command.run(:hobo)

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
hobo-1.3.0.RC1 bin/hobo
hobo-1.3.0.RC bin/hobo
hobo-1.3.0.pre31 bin/hobo
hobo-1.3.0.pre29 bin/hobo
hobo-1.3.0.pre28 bin/hobo
hobo-1.3.0.pre27 bin/hobo
hobo-1.3.0.pre26 bin/hobo
hobo-1.3.0.pre25 bin/hobo
hobo-1.3.0.pre24 bin/hobo
hobo-1.3.0.pre23 bin/hobo
hobo-1.3.0.pre22 bin/hobo
hobo-1.3.0.pre21 bin/hobo
hobo-1.3.0.pre20 bin/hobo
hobo-1.3.0.pre19 bin/hobo
hobo-1.3.0.pre18 bin/hobo
hobo-1.3.0.pre16 bin/hobo
hobo-1.3.0.pre15 bin/hobo
hobo-1.3.0.pre14 bin/hobo
hobo-1.3.0.pre13 bin/hobo
hobo-1.3.0.pre12 bin/hobo