[Groonga-commit] droonga/fluent-plugin-droonga at d3da1ba [master] Move require to a file that uses the library

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 27 22:50:40 JST 2013


Kouhei Sutou	2013-11-27 22:50:40 +0900 (Wed, 27 Nov 2013)

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

  Message:
    Move require to a file that uses the library

  Modified files:
    lib/droonga/handler.rb
    lib/droonga/worker.rb

  Modified: lib/droonga/handler.rb (+0 -1)
===================================================================
--- lib/droonga/handler.rb    2013-11-27 22:48:47 +0900 (6e9c5aa)
+++ lib/droonga/handler.rb    2013-11-27 22:50:40 +0900 (9dbc99b)
@@ -17,7 +17,6 @@
 
 require "groonga"
 
-require "droonga/job_queue"
 require "droonga/forwarder"
 require "droonga/pluggable"
 require "droonga/handler_plugin"

  Modified: lib/droonga/worker.rb (+1 -0)
===================================================================
--- lib/droonga/worker.rb    2013-11-27 22:48:47 +0900 (418297e)
+++ lib/droonga/worker.rb    2013-11-27 22:50:40 +0900 (04c6432)
@@ -15,6 +15,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+require "droonga/job_queue"
 require "droonga/handler"
 
 module Droonga
-------------- next part --------------
HTML����������������������������...
Download 



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