Kouhei Sutou
null+****@clear*****
Sun Sep 29 18:38:49 JST 2013
Kouhei Sutou 2013-09-29 18:38:49 +0900 (Sun, 29 Sep 2013) New Revision: 51e11f26207ea7ffff7d0e975ee2d54ecbb94b88 https://github.com/groonga/fluent-plugin-groonga/commit/51e11f26207ea7ffff7d0e975ee2d54ecbb94b88 Message: Use groonga-command-parser Modified files: fluent-plugin-groonga.gemspec lib/fluent/plugin/in_groonga.rb Modified: fluent-plugin-groonga.gemspec (+1 -1) =================================================================== --- fluent-plugin-groonga.gemspec 2013-08-09 11:02:40 +0900 (8a05c10) +++ fluent-plugin-groonga.gemspec 2013-09-29 18:38:49 +0900 (c8e3dbe) @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency("fluentd") spec.add_runtime_dependency("gqtp", ">= 1.0.3") - spec.add_runtime_dependency("groonga-command") + spec.add_runtime_dependency("groonga-command-parser") spec.add_development_dependency("rake") spec.add_development_dependency("bundler") Modified: lib/fluent/plugin/in_groonga.rb (+2 -2) =================================================================== --- lib/fluent/plugin/in_groonga.rb 2013-08-09 11:02:40 +0900 (645dc98) +++ lib/fluent/plugin/in_groonga.rb 2013-09-29 18:38:49 +0900 (347f4fc) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2012 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2012-2013 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,7 +21,7 @@ require "webrick/httputils" require "http_parser" require "gqtp" -require "groonga/command" +require "groonga/command/parser" module Fluent class GroongaInput < Input -------------- next part -------------- HTML����������������������������...Download