YUKI Hiroshi
null+****@clear*****
Mon May 26 19:08:11 JST 2014
YUKI Hiroshi 2014-05-26 19:08:11 +0900 (Mon, 26 May 2014) New Revision: 29a4d3d1b2cae6773e144957395a4aeb48d4623e https://github.com/droonga/droonga-client-ruby/commit/29a4d3d1b2cae6773e144957395a4aeb48d4623e Message: Specify "version" Modified files: bin/droonga-request bin/droonga-send Modified: bin/droonga-request (+2 -0) =================================================================== --- bin/droonga-request 2014-05-26 17:58:48 +0900 (2b77416) +++ bin/droonga-request 2014-05-26 19:08:11 +0900 (8062875) @@ -20,6 +20,7 @@ require "yajl" require "json" require "droonga/client" +require "droonga/client/version" options = { :host => "localhost", @@ -35,6 +36,7 @@ options = { } parser = OptionParser.new +parser.version = Droonga::Client::VERSION parser.banner += " REQUEST_JSON_FILE" parser.separator("") parser.separator("Connect:") Modified: bin/droonga-send (+2 -0) =================================================================== --- bin/droonga-send 2014-05-26 17:58:48 +0900 (bac343b) +++ bin/droonga-send 2014-05-26 19:08:11 +0900 (fe4c427) @@ -21,6 +21,7 @@ require "yajl" require "json" require "droonga/client" +require "droonga/client/version" options = OpenStruct.new options.report_request = false @@ -73,6 +74,7 @@ class ThroughputReporter end parser = OptionParser.new +parser.version = Droonga::Client::VERSION parser.banner += " REQUEST_JSON_FILE1 REQUEST_JSON_FILE2 ..." parser.separator("") parser.separator("Connection:") -------------- next part -------------- HTML����������������������������...下載