[Groonga-commit] groonga/fluent-plugin-groonga at 494a9b9 [use-v0.14-api-in-groonga] in: fix module inheritance from Fluent::Input to Fluent::Plugin::Input

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Apr 12 17:34:25 JST 2017


Kentaro Hayashi	2017-04-12 17:34:25 +0900 (Wed, 12 Apr 2017)

  New Revision: 494a9b91b7f3b31975ab82f4e7ff71e9645d507c
  https://github.com/groonga/fluent-plugin-groonga/commit/494a9b91b7f3b31975ab82f4e7ff71e9645d507c

  Message:
    in: fix module inheritance from Fluent::Input to Fluent::Plugin::Input
    
    This fix is required for v0.14
    
    ref. http://docs.fluentd.org/v0.14/articles/plugin-update-from-v12#input-plugins

  Modified files:
    lib/fluent/plugin/in_groonga.rb

  Modified: lib/fluent/plugin/in_groonga.rb (+2 -0)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-04-12 17:32:15 +0900 (8031888)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-12 17:34:25 +0900 (81d3bc0)
@@ -26,6 +26,7 @@ require "fluent/plugin/input"
 require "fluent/process"
 
 module Fluent
+  module Plugin
   class GroongaInput < Input
     Plugin.register_input("groonga", self)
 
@@ -474,4 +475,5 @@ module Fluent
       end
     end
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index