lib/fluent/plugin/out_twitter.rb in fluent-plugin-twitter-0.5.2 vs lib/fluent/plugin/out_twitter.rb in fluent-plugin-twitter-0.5.3
- old
+ new
@@ -1,4 +1,6 @@
+require "fluent/output"
+
class Fluent::TwitterOutput < Fluent::Output
Fluent::Plugin.register_output('twitter', self)
config_param :consumer_key, :string, :secret => true
config_param :consumer_secret, :string, :secret => true