Kenji Okimoto
null+****@clear*****
Mon Jan 15 15:44:00 JST 2018
Kenji Okimoto 2018-01-15 15:44:00 +0900 (Mon, 15 Jan 2018) New Revision: b354c2b9f8621a1a81d863fd1ca2e947aca4ecee https://github.com/groonga/fluent-plugin-groonga/commit/b354c2b9f8621a1a81d863fd1ca2e947aca4ecee Merged 5fe29b6: Merge pull request #23 from okkez/fix-supported-fluentd-version Message: Fix supported Fluentd version for Fluentd v0.12.x I think nobody uses Fluentd v0.12.9 or earlier, because Fluentd v0.12.10 has been released on 2015-05-28. This change will make CI green. Modified files: fluent-plugin-groonga.gemspec Modified: fluent-plugin-groonga.gemspec (+1 -1) =================================================================== --- fluent-plugin-groonga.gemspec 2017-04-04 15:41:23 +0900 (39d14d6) +++ fluent-plugin-groonga.gemspec 2018-01-15 15:44:00 +0900 (c801fa3) @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.test_files += Dir.glob("test/**/*") spec.require_paths = ["lib"] - spec.add_runtime_dependency("fluentd") + spec.add_runtime_dependency("fluentd", ">= 0.12.10", "< 0.14.0") spec.add_runtime_dependency("groonga-client", ">= 0.1.0") spec.add_runtime_dependency("groonga-command-parser") -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180115/bb27ed80/attachment.htm