Kentaro Hayashi
null+****@clear*****
Wed May 31 15:40:13 JST 2017
Kentaro Hayashi 2017-05-31 15:40:13 +0900 (Wed, 31 May 2017) New Revision: cfe029cbe38466021c8433804a55417550ec161b https://github.com/groonga/groonga-query-log/commit/cfe029cbe38466021c8433804a55417550ec161b Merged 5cb0ade: Merge pull request #26 from kenhys/fix-uninitialized-constant-replay Message: Add missing version Without this change, it causes uninitialized constant. lib/groonga/query-log/command/replay.rb:45:in `create_parser': uninitialized constant Groonga::QueryLog::Command::Replay::VERSION (NameError) from /home/kenhys/work/groonga/groonga-query-log.work/lib/groonga/query-log/command/replay.rb:32:in `run' from ./bin/groonga-query-log-replay:23:in `<main>' Modified files: lib/groonga/query-log/command/replay.rb Modified: lib/groonga/query-log/command/replay.rb (+1 -0) =================================================================== --- lib/groonga/query-log/command/replay.rb 2017-05-31 15:34:24 +0900 (8de322c) +++ lib/groonga/query-log/command/replay.rb 2017-05-31 15:40:13 +0900 (7022521) @@ -18,6 +18,7 @@ require "optparse" +require "groonga/query-log/version" require "groonga/query-log/replayer" module Groonga -------------- next part -------------- HTML����������������������������...Download