[Groonga-commit] groonga/fluent-plugin-groonga at 610e6f0 [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: 610e6f024803d7afd967dccb5f470cc77b1b0c86
  https://github.com/groonga/fluent-plugin-groonga/commit/610e6f024803d7afd967dccb5f470cc77b1b0c86

  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 (58b2671)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-12 17:34:25 +0900 (12485d9)
@@ -26,6 +26,7 @@ require "fluent/plugin/input"
 require "fluent/process"
 
 module Fluent
+  module Plugin
   class GroongaInput < Input
     Plugin.register_input("groonga", self)
 
@@ -469,4 +470,5 @@ module Fluent
       end
     end
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
下载 



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