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