[Groonga-commit] droonga/fluent-plugin-droonga at 6d2b3d6 [master] Add missing dependency require

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 6 13:30:37 JST 2014


Kouhei Sutou	2014-02-06 13:30:37 +0900 (Thu, 06 Feb 2014)

  New Revision: 6d2b3d6b0ecd7ec5372199f49c80fb203723b53d
  https://github.com/droonga/fluent-plugin-droonga/commit/6d2b3d6b0ecd7ec5372199f49c80fb203723b53d

  Message:
    Add missing dependency require

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+2 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-02-03 17:50:25 +0900 (98eb50b)
+++ lib/droonga/searcher.rb    2014-02-06 13:30:37 +0900 (15fa084)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 Droonga Project
+# Copyright (C) 2013-2014 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,7 @@ require "tsort"
 require "groonga"
 
 require "droonga/time_formatter"
+require "droonga/message_processing_error"
 
 module Droonga
   class Searcher
-------------- next part --------------
HTML����������������������������...
Descargar 



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