Kouhei Sutou
null+****@clear*****
Thu Aug 8 21:07:37 JST 2013
Kouhei Sutou 2013-08-08 21:07:37 +0900 (Thu, 08 Aug 2013) New Revision: 217cfef2b783e8da698636e80638895c7cc0694e https://github.com/groonga/fluent-plugin-groonga/commit/217cfef2b783e8da698636e80638895c7cc0694e Message: Require gqtp >= 1.0.3 gqtp 1.0.3 changes optional argument name of GQTP::Client.new to :address from :host. Modified files: fluent-plugin-groonga.gemspec Modified: fluent-plugin-groonga.gemspec (+2 -2) =================================================================== --- fluent-plugin-groonga.gemspec 2013-04-20 12:38:16 +0900 (8443343) +++ fluent-plugin-groonga.gemspec 2013-08-08 21:07:37 +0900 (7dc18b8) @@ -1,6 +1,6 @@ # -*- mode: ruby; 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 @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_runtime_dependency("fluentd") - spec.add_runtime_dependency("gqtp") + spec.add_runtime_dependency("gqtp", ">= 1.0.3") spec.add_runtime_dependency("groonga-command") spec.add_development_dependency("rake") -------------- next part -------------- HTML����������������������������... 下載