Sha256: 7a7b2b01ab30542742abeb286a8ba5467ba9442e66f94ca1b0372603c2a02459
Contents?: true
Size: 438 Bytes
Versions: 60
Compression:
Stored size: 438 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 the local repository path." exit end HoboSupport::Command.run(:hobofields)
Version data entries
60 entries across 60 versions & 1 rubygems