Module: Reina

Defined in:
lib/reina/app.rb,
lib/reina/config.rb,
lib/reina/server.rb,
lib/reina/version.rb,
lib/reina/controller.rb,
lib/reina/github_controller.rb

Defined Under Namespace

Classes: App, Controller, GitHubController, Server, SignatureError, UnsupportedEventError

Constant Summary collapse

CONFIG =
ActiveSupport::HashWithIndifferentAccess.new(
  JSON.parse(ENV['CONFIG'])
)
APPS =
ActiveSupport::HashWithIndifferentAccess.new(
  JSON.parse(ENV['APPS'])
)
VERSION =
'0.1.0'.freeze