[Groonga-commit] droonga/droonga-engine at e0fcde0 [master] Follow name change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 26 16:27:01 JST 2014


Kouhei Sutou	2014-05-26 16:27:01 +0900 (Mon, 26 May 2014)

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

  Message:
    Follow name change

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine.rb    2014-05-26 16:25:51 +0900 (243cd23)
+++ lib/droonga/engine.rb    2014-05-26 16:27:01 +0900 (d1177f6)
@@ -101,7 +101,7 @@ module Droonga
     end
 
     def last_processed_timestamp_file
-      @last_processed_timestamp_file ||= File.join(Droonga.state_path, LAST_PROCESSED_TIMESTAMP)
+      @last_processed_timestamp_file ||= File.join(Droonga::Path.state, LAST_PROCESSED_TIMESTAMP)
     end
 
     def effective_message?(message)
@@ -127,7 +127,7 @@ module Droonga
     end
 
     def effective_message_timestamp_file
-      @effective_message_timestamp_file ||= File.join(Droonga.state_path, EFFECTIVE_MESSAGE_TIMESTAMP)
+      @effective_message_timestamp_file ||= File.join(Droonga::Path.state, EFFECTIVE_MESSAGE_TIMESTAMP)
     end
 
     def log_tag
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る