Sha256: 3b6c1523843cd974002ffe8e45e12ae5b8d0ab619f949b3b3b8a9d1b384ae92e

Contents?: true

Size: 886 Bytes

Versions: 10

Compression:

Stored size: 886 Bytes

Contents

require "magellan/cli/version"
require "magellan/cli/i18n"

module Magellan
  module Cli
    autoload :Command  , "magellan/cli/command"

    autoload :Base     , "magellan/cli/base"
    autoload :Http     , "magellan/cli/http"
    autoload :Direct   , "magellan/cli/direct"
    autoload :Resources, "magellan/cli/resources"

    autoload :Login    , "magellan/cli/login"
    autoload :Ssl      , "magellan/cli/ssl"

    autoload :Messaging, "magellan/cli/messaging"

    autoload :Error     , "magellan/cli/errors"
    autoload :LoginError, "magellan/cli/errors"

    autoload :FileAccess, "magellan/cli/file_access"
    JSON_HEADER = {
      "Content-Type" => "application/json"
    }.freeze

    autoload :ReferenceGenerator, "magellan/cli/reference_generator"
    autoload :GemUpdate, "magellan/cli/gem_update"

    class << self
      attr_accessor :last_result
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
magellan-cli-0.5.9 lib/magellan/cli.rb
magellan-cli-0.5.8 lib/magellan/cli.rb
magellan-cli-0.5.7 lib/magellan/cli.rb
magellan-cli-0.5.6 lib/magellan/cli.rb
magellan-cli-0.5.5 lib/magellan/cli.rb
magellan-cli-0.5.4 lib/magellan/cli.rb
magellan-cli-0.5.3 lib/magellan/cli.rb
magellan-cli-0.5.2 lib/magellan/cli.rb
magellan-cli-0.5.1 lib/magellan/cli.rb
magellan-cli-0.5.0 lib/magellan/cli.rb