Sha256: d24e7739e9a1a108e33f4f8c0a4439635286a19e093a733f59758a17c2a83dbe

Contents?: true

Size: 840 Bytes

Versions: 18

Compression:

Stored size: 840 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 :Direct   , "magellan/cli/direct"
    autoload :Resources, "magellan/cli/resources"

    autoload :Http     , "magellan/cli/http"
    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

18 entries across 18 versions & 1 rubygems

Version Path
magellan-cli-0.7.11 lib/magellan/cli.rb
magellan-cli-0.7.10 lib/magellan/cli.rb
magellan-cli-0.7.9 lib/magellan/cli.rb
magellan-cli-0.7.8 lib/magellan/cli.rb
magellan-cli-0.7.7 lib/magellan/cli.rb
magellan-cli-0.7.6 lib/magellan/cli.rb
magellan-cli-0.7.5 lib/magellan/cli.rb
magellan-cli-0.7.4 lib/magellan/cli.rb
magellan-cli-0.7.3 lib/magellan/cli.rb
magellan-cli-0.7.2 lib/magellan/cli.rb
magellan-cli-0.7.1 lib/magellan/cli.rb
magellan-cli-0.7.0 lib/magellan/cli.rb
magellan-cli-0.6.5 lib/magellan/cli.rb
magellan-cli-0.6.4 lib/magellan/cli.rb
magellan-cli-0.6.3 lib/magellan/cli.rb
magellan-cli-0.6.2 lib/magellan/cli.rb
magellan-cli-0.6.1 lib/magellan/cli.rb
magellan-cli-0.6.0 lib/magellan/cli.rb