Module: Dropcaster

Defined in:
lib/dropcaster.rb,
lib/dropcaster/item.rb,
lib/dropcaster/errors.rb,
lib/dropcaster/hashkeys.rb,
lib/dropcaster/log_formatter.rb,
lib/dropcaster/channel_file_locator.rb

Defined Under Namespace

Modules: HashKeys Classes: AmbiguousSourcesError, ChannelFileLocator, ConfigurationError, Item, LogFormatter, MissingAttributeError, TemplateNotFoundError

Constant Summary collapse

VERSION =
File.read(File.join(File.dirname(__FILE__), *%w[.. VERSION]))
CHANNEL_YML =
'channel.yml'
@@logger =
Logger.new(STDERR)