Sha256: 5a2b65c901edc5ac50fa07e09018c8cdddade3e1202283bc64637753371d151d

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

module NotificationRenderer
  require_relative 'notification_renderer/configuration'

  require_relative 'notification_renderer/engine'

  autoload :NotificationLib, 'notification_renderer/notification_lib'
  autoload :NotificationScopes, 'notification_renderer/notification_scopes'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notification-renderer-3.0.2 lib/notification-renderer.rb
notification-renderer-2.0.0 lib/notification-renderer.rb