Sha256: 1d7cc35ea815cb7bb19bff1a320283f507047bde6faff19bc9780a3eed231c02

Contents?: true

Size: 577 Bytes

Versions: 13

Compression:

Stored size: 577 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

  configure do |config|
    config.authorization = proc { true }
    config.database_connection = proc { ActiveRecord::Base.connection }
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
adhoq-1.0.2 lib/adhoq.rb
adhoq-1.0.1 lib/adhoq.rb
adhoq-1.0.0 lib/adhoq.rb
adhoq-0.5.0 lib/adhoq.rb
adhoq-0.5.0.beta1 lib/adhoq.rb
adhoq-0.4.0 lib/adhoq.rb
adhoq-0.3.0 lib/adhoq.rb
adhoq-0.2.0 lib/adhoq.rb
adhoq-0.1.2 lib/adhoq.rb
adhoq-0.1.1 lib/adhoq.rb
adhoq-0.1.0 lib/adhoq.rb
adhoq-0.0.7 lib/adhoq.rb
adhoq-0.0.6 lib/adhoq.rb