Sha256: 8b147cb9cac1ff854658a9148cb1a7ffda1450d492f4f0fcd4355a5e42015980
Contents?: true
Size: 301 Bytes
Versions: 9
Compression:
Stored size: 301 Bytes
Contents
$:.unshift File.dirname(__FILE__) # For use/testing when no gem is installed require 'rubygems/command_manager' require 'commands/abstract_command' %w[migrate owner push tumble].each do |command| require "commands/#{command}" Gem::CommandManager.instance.register_command command.to_sym end
Version data entries
9 entries across 9 versions & 2 rubygems