Sha256: 5016be7055c477923d097f8e85172443a51c1a3d8cf7e498f23c9f2ae8dedd27
Contents?: true
Size: 404 Bytes
Versions: 5
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true require_relative "oort/version" module Oort class << self def configuration @configuration ||= Oort::Configuration.new end def configure yield configuration end end end require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.ignore("#{__dir__}/kamal/sshkit_with_ext.rb") loader.setup loader.eager_load # We need all commands loaded.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
oort-0.2.1 | lib/oort.rb |
oort-0.2.0 | lib/oort.rb |
oort-0.1.2 | lib/oort.rb |
oort-0.1.1 | lib/oort.rb |
oort-0.1.0 | lib/oort.rb |