Kouhei Sutou
null+****@clear*****
Mon Sep 30 14:49:17 JST 2013
Kouhei Sutou 2013-09-30 14:49:17 +0900 (Mon, 30 Sep 2013) New Revision: 0577e9f866ec019d1e88278ed2436acb1c0bfd56 https://github.com/groonga/groonga-query-log/commit/0577e9f866ec019d1e88278ed2436acb1c0bfd56 Message: Use groogna-command-parser Modified files: groonga-query-log.gemspec lib/groonga/query-log/analyzer/statistic.rb Modified: groonga-query-log.gemspec (+1 -1) =================================================================== --- groonga-query-log.gemspec 2013-09-30 14:48:49 +0900 (9aee53f) +++ groonga-query-log.gemspec 2013-09-30 14:49:17 +0900 (45caf80) @@ -52,7 +52,7 @@ Gem::Specification.new do |spec| spec.licenses = ["LGPLv2.1+"] spec.require_paths = ["lib"] - spec.add_runtime_dependency("groonga-command") + spec.add_runtime_dependency("groonga-command-parser") spec.add_runtime_dependency("groonga-client") spec.add_development_dependency("test-unit") Modified: lib/groonga/query-log/analyzer/statistic.rb (+1 -1) =================================================================== --- lib/groonga/query-log/analyzer/statistic.rb 2013-09-30 14:48:49 +0900 (7501970) +++ lib/groonga/query-log/analyzer/statistic.rb 2013-09-30 14:49:17 +0900 (297ad79) @@ -16,7 +16,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -require "groonga/command" +require "groonga/command/parser" module Groonga module QueryLog -------------- next part -------------- HTML����������������������������...Download