[Groonga-commit] droonga/droonga-engine at 89e4225 [master] Put into Command namespace

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 21 16:58:42 JST 2014


Kouhei Sutou	2014-05-21 16:58:42 +0900 (Wed, 21 May 2014)

  New Revision: 89e42257e5b0a4c2761050f33fa64235b82c2814
  https://github.com/droonga/droonga-engine/commit/89e42257e5b0a4c2761050f33fa64235b82c2814

  Message:
    Put into Command namespace

  Modified files:
    bin/droonga-engine-serf-event-handler
    lib/droonga/command/serf_event_handler.rb

  Modified: bin/droonga-engine-serf-event-handler (+1 -1)
===================================================================
--- bin/droonga-engine-serf-event-handler    2014-05-21 16:58:11 +0900 (89cf5ea)
+++ bin/droonga-engine-serf-event-handler    2014-05-21 16:58:42 +0900 (4eeadc8)
@@ -17,4 +17,4 @@
 
 require "droonga/command/serf_event_handler"
 
-exit(Droonga::SerfEventHandler.run)
+exit(Droonga::Commnad::SerfEventHandler.run)

  Modified: lib/droonga/command/serf_event_handler.rb (+2 -0)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-05-21 16:58:11 +0900 (ff9d7ee)
+++ lib/droonga/command/serf_event_handler.rb    2014-05-21 16:58:42 +0900 (4705008)
@@ -23,6 +23,7 @@ require "droonga/serf"
 require "droonga/live_nodes_list_observer"
 
 module Droonga
+  module Command
   class SerfEventHandler
     class << self
       def run
@@ -80,4 +81,5 @@ module Droonga
       end
     end
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
下載 



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