Module: Whoopsy

Defined in:
lib/whoopsy.rb,
lib/whoopsy/config.rb,
lib/whoopsy/version.rb

Defined Under Namespace

Classes: Config, Log

Constant Summary collapse

REQUIRED_ARGS =
[:host, :port, :event_type, :service, :environment, :event_group_identifier]
CONFIG_OPTIONS =
[:host,
:http_open_timeout,
:http_read_timeout,
:port,
:protocol,
:proxy_host,
:proxy_pass,
:proxy_port,
:proxy_user,
:secure,
:event_type,
:service,
:environment,
:message,
:event_group_identifier,
:details]
VERSION =
'0.1.2'
AUTHORS =
['Jon Gillies']
EMAIL =
%w([email protected])
DESCRIPTION =
%q{Log to Whoops Logger in your scripts'}
SUMMARY =
%q{Awesome CLI Interface to Whoops Logger (http://www.whoopsapp.com/whoops-logger/)}
HOMEPAGE =
'https://github.com/jongillies/whoopsy'
VERSION_BANNER =
"#{self.name} #{self::VERSION} #{self::SUMMARY} (c) 2013 #{self::AUTHORS.join(', ')}"
HELP_TEXT =
"Use this program to send messages to your Whoops logger.\n\nUsage:"