Sha256: 29742e44874df5bd914c2505a359b1ada7214b5a7e6250c098418d584b3521d5

Contents?: true

Size: 459 Bytes

Versions: 3

Compression:

Stored size: 459 Bytes

Contents

require 'active_model_serializers'

require "rapporteur/engine" if defined?(Rails)
require "rapporteur/version"

# Rapporteur is a Rails Engine which provides your application with an
# application status endpoint.
#
module Rapporteur
  autoload :Checker, 'rapporteur/checker'
  autoload :Checks, 'rapporteur/checks'
  autoload :Responder, 'rapporteur/responder'
  autoload :Revision, 'rapporteur/revision'
  autoload :Serializer, 'rapporteur/serializer'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rapporteur-1.1.0 lib/rapporteur.rb
rapporteur-1.0.1 lib/rapporteur.rb
rapporteur-1.0.0 lib/rapporteur.rb