YUKI Hiroshi
null+****@clear*****
Tue Jan 6 10:53:16 JST 2015
YUKI Hiroshi 2015-01-06 10:53:16 +0900 (Tue, 06 Jan 2015) New Revision: de38079f01f1a6ae3746bbb2c40ba2d78bdf28f0 https://github.com/droonga/droonga-engine/commit/de38079f01f1a6ae3746bbb2c40ba2d78bdf28f0 Message: Put Serf related implementations under a directory Modified files: lib/droonga/serf.rb Renamed files: lib/droonga/serf/agent.rb (from lib/droonga/serf_agent.rb) lib/droonga/serf/command.rb (from lib/droonga/serf_command.rb) lib/droonga/serf/downloader.rb (from lib/droonga/serf_downloader.rb) Modified: lib/droonga/serf.rb (+4 -4) =================================================================== --- lib/droonga/serf.rb 2015-01-05 19:07:29 +0900 (7d72ef1) +++ lib/droonga/serf.rb 2015-01-06 10:53:16 +0900 (f21e6cc) @@ -19,9 +19,9 @@ require "droonga/path" require "droonga/loggable" require "droonga/catalog_loader" require "droonga/node_metadata" -require "droonga/serf_downloader" -require "droonga/serf_agent" -require "droonga/serf_command" +require "droonga/serf/downloader" +require "droonga/serf/agent" +require "droonga/serf/command" require "droonga/line_buffer" require "droonga/safe_file_writer" require "droonga/service_installation" @@ -165,7 +165,7 @@ module Droonga serf_path = self.class.path @serf = serf_path.to_s return if serf_path.executable? - downloader = SerfDownloader.new(serf_path) + downloader = Downloader.new(serf_path) downloader.download end Renamed: lib/droonga/serf/agent.rb (+0 -0) 100% =================================================================== Renamed: lib/droonga/serf/command.rb (+0 -0) 100% =================================================================== Renamed: lib/droonga/serf/downloader.rb (+1 -1) 99% =================================================================== --- lib/droonga/serf_downloader.rb 2015-01-05 19:07:29 +0900 (bb0896d) +++ lib/droonga/serf/downloader.rb 2015-01-06 10:53:16 +0900 (e9e7126) @@ -24,7 +24,7 @@ require "archive/zip" require "droonga/loggable" module Droonga - class SerfDownloader + class Serf::Downloader include Loggable class DownloadFailed < StandardError -------------- next part -------------- HTML����������������������������...ダウンロード