[Groonga-commit] groonga/fluent-plugin-groonga at 62656be [specify-fluentd-version] Restrict fluentd version explicitly

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Apr 12 14:42:49 JST 2017


Kentaro Hayashi	2017-04-12 14:42:49 +0900 (Wed, 12 Apr 2017)

  New Revision: 62656be0264fd01136d1cd620ae162958e60d4b7
  https://github.com/groonga/fluent-plugin-groonga/commit/62656be0264fd01136d1cd620ae162958e60d4b7

  Message:
    Restrict fluentd version explicitly
    
    This is officially recommended way but undocumented.

  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    2017-04-12 14:42:49 +0900 (c4ee1dc)
@@ -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.14.0", "< 2"])
   spec.add_runtime_dependency("groonga-client", ">= 0.1.0")
   spec.add_runtime_dependency("groonga-command-parser")
 
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index