Sha256: 7c93dbbff58a6dedbc823f0ac4ce81134488935e867bf31d2d487ffd5801ab59

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

require 'easy_logging'
require 'reflection_utils'

require_relative 'autowow/log_formatter'

EasyLogging.level = Logger::DEBUG
EasyLogging.formatter = proc do |severity, datetime, progname, msg|
  Autowow::LogFormatter.beautify(severity, msg)
end

require_relative 'autowow/cli'

module Autowow; end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autowow-0.8.0 lib/autowow.rb
autowow-0.7.0 lib/autowow.rb
autowow-0.6.3 lib/autowow.rb
autowow-0.6.0 lib/autowow.rb
autowow-0.5.0 lib/autowow.rb
autowow-0.4.1 lib/autowow.rb
autowow-0.4.0 lib/autowow.rb