lib/notification-pusher.rb in notification-pusher-1.2.5 vs lib/notification-pusher.rb in notification-pusher-1.2.6
- old
+ new
@@ -1,9 +1,9 @@
+# frozen_string_literal: true
+
module NotificationPusher
+ require 'notification_pusher/configuration'
- require 'notification_pusher/configuration'
+ autoload :Pusher, 'notification_pusher/pusher'
- autoload :Pusher, 'notification_pusher/pusher'
-
- autoload :NotificationLibrary, 'notification_pusher/notification_library'
-
+ autoload :NotificationLibrary, 'notification_pusher/notification_library'
end