lib/fluent/plugin/in_sendgrid_event.rb in fluent-plugin-sendgrid-event-0.0.5 vs lib/fluent/plugin/in_sendgrid_event.rb in fluent-plugin-sendgrid-event-0.0.6

- old
+ new

@@ -1,5 +1,6 @@ require 'webrick/https' +require 'fluent/input' module Fluent class SendGridEventInput < Input Plugin.register_input('sendgrid_event', self)