Sha256: 390136047f9c0969b74ed39e7837a2a2adf92259c2b164b18e91b219c3063ebb

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

require 'adhoq/engine'
require 'adhoq/global_variable'

module Adhoq
  autoload 'AdhocExecution', 'adhoq/adhoc_execution'
  autoload 'Configuration',  'adhoq/configuration'
  autoload 'Error',          'adhoq/error'
  autoload 'Executor',       'adhoq/executor'
  autoload 'Reporter',       'adhoq/reporter'
  autoload 'Result',         'adhoq/result'
  autoload 'Storage',        'adhoq/storage'

  extend Adhoq::GlobalVariable
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adhoq-0.0.4 lib/adhoq.rb
adhoq-0.0.3 lib/adhoq.rb