YUKI Hiroshi
null+****@clear*****
Tue Apr 21 16:43:20 JST 2015
YUKI Hiroshi 2015-04-21 16:43:20 +0900 (Tue, 21 Apr 2015) New Revision: 2bd0ef5a89e75ec3dcb667e1c82ed49bd24ef87d https://github.com/droonga/droonga-engine/commit/2bd0ef5a89e75ec3dcb667e1c82ed49bd24ef87d Message: Fix syntax error Modified files: bin/droonga-engine-set-role bin/droonga-engine-unjoin Modified: bin/droonga-engine-set-role (+1 -1) =================================================================== --- bin/droonga-engine-set-role 2015-04-21 16:26:50 +0900 (5c1ac84) +++ bin/droonga-engine-set-role 2015-04-21 16:43:20 +0900 (bff83f5) @@ -19,7 +19,7 @@ require "droonga/command/remote_command_base" module Droonga module Command - class SetRole << RemoteCommandBase + class SetRole < RemoteCommandBase def run parse_options do |option| option.on(:role=, Modified: bin/droonga-engine-unjoin (+1 -1) =================================================================== --- bin/droonga-engine-unjoin 2015-04-21 16:26:50 +0900 (3aab150) +++ bin/droonga-engine-unjoin 2015-04-21 16:43:20 +0900 (fd8787c) @@ -27,7 +27,7 @@ require "droonga/serf" module Droonga module Command - class Unjoin << RemoteCommandBase + class Unjoin < RemoteCommandBase def run parse_options do |option| option.on("receiver-host=", -------------- next part -------------- HTML����������������������������... 다운로드