[Groonga-commit] groonga/fluent-plugin-groonga at 192976d [master] Require "fluent/process" explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 28 16:56:26 JST 2016


Kouhei Sutou	2016-03-28 16:56:26 +0900 (Mon, 28 Mar 2016)

  New Revision: 192976d389872d5e297ddd90d2bd7f93457b747b
  https://github.com/groonga/fluent-plugin-groonga/commit/192976d389872d5e297ddd90d2bd7f93457b747b

  Message:
    Require "fluent/process" explicitly

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

  Modified: lib/fluent/plugin/in_groonga.rb (+2 -0)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2016-03-28 15:15:40 +0900 (dfd07c3)
+++ lib/fluent/plugin/in_groonga.rb    2016-03-28 16:56:26 +0900 (82450db)
@@ -24,6 +24,8 @@ require "http_parser"
 require "gqtp"
 require "groonga/command/parser"
 
+require "fluent/process"
+
 module Fluent
   class GroongaInput < Input
     Plugin.register_input("groonga", self)
-------------- next part --------------
HTML����������������������������...
Download 



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