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

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Apr 10 17:41:06 JST 2017


Kentaro Hayashi	2017-04-10 17:41:06 +0900 (Mon, 10 Apr 2017)

  New Revision: 49baa2787409a31bef71f09c25f0bc96584ce61f
  https://github.com/groonga/fluent-plugin-groonga/commit/49baa2787409a31bef71f09c25f0bc96584ce61f

  Message:
    in: fix module inheritance from Fluent::Input to Fluent::Plugin::Input
    
    This fix is required for v0.14.

  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-10 17:39:37 +0900 (b6eaa79)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-10 17:41:06 +0900 (2503655)
@@ -26,6 +26,7 @@ require "fluent/plugin/input"
 require "fluent/process"
 
 module Fluent
+  module Plugin
   class GroongaInput < Input
     Plugin.register_input("groonga", self)
 
@@ -476,4 +477,5 @@ module Fluent
       end
     end
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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