Sha256: c743a0531a42fa12adb19c79e9ae40a259cfcfc28d4566c38eb4538bf0f30d3b
Contents?: true
Size: 343 Bytes
Versions: 47
Compression:
Stored size: 343 Bytes
Contents
module CiCd module Builder #noinspection RubyStringKeysInHashInspection LOGLEVELS = { 'crit' => :fatal, 'critical' => :fatal, 'err' => :error, 'error' => :error, 'warn' => :warn, 'warning' => :warn, 'info' => :info, 'debug' => :debug, } MYNAME = File.basename(__FILE__) end end
Version data entries
47 entries across 47 versions & 1 rubygems