[Groonga-commit] groonga/fluent-plugin-groonga at 6c26827 [use-v0.14-api] in: require Fluent::Plugin::Input instead of Fluent::Input

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Apr 10 17:39:37 JST 2017


Kentaro Hayashi	2017-04-10 17:39:37 +0900 (Mon, 10 Apr 2017)

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

  Message:
    in: require Fluent::Plugin::Input instead of Fluent::Input
    
    This fix is required for v0.14

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

  Modified: lib/fluent/plugin/in_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-04-04 15:41:23 +0900 (0082151)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-10 17:39:37 +0900 (b6eaa79)
@@ -22,7 +22,7 @@ require "http_parser"
 require "gqtp"
 require "groonga/command/parser"
 
-require "fluent/input"
+require "fluent/plugin/input"
 require "fluent/process"
 
 module Fluent
-------------- next part --------------
HTML����������������������������...
Download 



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