[Groonga-commit] groonga/fluent-plugin-groonga at 6d569ee [master] out: fix module inheritance from Fluent:: to Fluent::Plugin for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Apr 12 18:04:08 JST 2017


Kentaro Hayashi	2017-04-12 18:04:08 +0900 (Wed, 12 Apr 2017)

  New Revision: 6d569ee39c2eb569e9ce6f5a7fbd4dcedde2e55c
  https://github.com/groonga/fluent-plugin-groonga/commit/6d569ee39c2eb569e9ce6f5a7fbd4dcedde2e55c

  Merged 780ee73: Merge pull request #16 from groonga/use-v0.14-api-out-groonga

  Message:
    out: fix module inheritance from Fluent:: to Fluent::Plugin for v0.14
    
    ref. http://docs.fluentd.org/v0.14/articles/plugin-update-from-v12#buffered-output-plugins

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

  Modified: lib/fluent/plugin/out_groonga.rb (+2 -0)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-04-12 16:02:25 +0900 (35149de)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-12 18:04:08 +0900 (906aab5)
@@ -22,6 +22,7 @@ require "yajl"
 require "groonga/client"
 
 module Fluent
+  module Plugin
   class GroongaOutput < BufferedOutput
     Plugin.register_output("groonga", self)
 
@@ -759,4 +760,5 @@ module Fluent
       end
     end
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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