Kouhei Sutou 2019-01-09 13:53:46 +0900 (Wed, 09 Jan 2019) Revision: d0e94957bd9ffa5e76ab2bce667beb78b5514237 https://github.com/groonga/fluent-plugin-groonga-query-log/commit/d0e94957bd9ffa5e76ab2bce667beb78b5514237 Message: Require groonga-query-log 1.2.9 or later Modified files: fluent-plugin-groonga-query-log.gemspec Modified: fluent-plugin-groonga-query-log.gemspec (+2 -2) =================================================================== --- fluent-plugin-groonga-query-log.gemspec 2019-01-09 13:51:57 +0900 (8e061e0) +++ fluent-plugin-groonga-query-log.gemspec 2019-01-09 13:53:46 +0900 (4c1d9d0) @@ -1,6 +1,6 @@ # -*- mode: ruby -*- # -# Copyright (C) 2015 Kouhei Sutou <kou****@clear*****> +# Copyright (C) 2015-2018 Kouhei Sutou <kou****@clear*****> # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_runtime_dependency("fluentd") - spec.add_runtime_dependency("groonga-query-log") + spec.add_runtime_dependency("groonga-query-log", ">= 1.2.9") spec.add_development_dependency("rake") spec.add_development_dependency("bundler") -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190109/48032c13/attachment-0001.html>