fluent-plugin-sflow.gemspec in fluent-plugin-sflow-0.3.1 vs fluent-plugin-sflow.gemspec in fluent-plugin-sflow-0.3.2

- old
+ new

@@ -2,11 +2,11 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-sflow" - spec.version = "0.3.1" + spec.version = "0.3.2" spec.authors = ["Shintaro Kojima"] spec.email = ["goodies@codeout.net"] spec.summary = "sFlow plugin for Fluentd" spec.description = "sFlow v2 / v4 / v5 input plugin for Fluentd supporting many packet formats" @@ -18,10 +18,10 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.extensions = ["ext/sflowtool/extconf.rb"] - spec.add_dependency "fluentd", "~>0.14.0" + spec.add_dependency "fluentd", "~>0.14.0", "< 2" spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rake-compiler", "~> 1.0" spec.add_development_dependency "test-unit", "~> 3.0" end