Sha256: b54e3f5ef6c97fdb44695ed5fac75501b740d0eea15a975aa378c61f2f6dd243
Contents?: true
Size: 483 Bytes
Versions: 6
Compression:
Stored size: 483 Bytes
Contents
require 'nexus_cli/tasks' require 'nexus_cli/cli' require 'nexus_cli/errors' require 'nexus_cli/kernel' require 'nexus_cli/nexus_remote_factory' require 'nexus_cli/nexus_oss_remote' require 'nexus_cli/nexus_pro_remote' require 'nexus_cli/configuration' require 'nexus_cli/n3_metadata' module NexusCli class << self def root @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__))) end def ui @ui ||= Thor::Shell::Color.new end end end
Version data entries
6 entries across 6 versions & 1 rubygems