fluent-plugin-woothee.gemspec in fluent-plugin-woothee-0.2.1 vs fluent-plugin-woothee.gemspec in fluent-plugin-woothee-0.2.2

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-woothee" - gem.version = "0.2.1" + gem.version = "0.2.2" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@gmail.com"] gem.description = %q{parsing by Project Woothee. See https://github.com/woothee/woothee } gem.summary = %q{Fluentd plugin to parse UserAgent strings with woothee parser. It adds device information or filter records with specific device types.} gem.homepage = "https://github.com/woothee/fluent-plugin-woothee" @@ -15,8 +15,8 @@ gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency "rake" gem.add_development_dependency "test-unit", "~> 3.0.2" - gem.add_runtime_dependency "fluentd" + gem.add_runtime_dependency "fluentd", "< 0.14.0" gem.add_runtime_dependency "woothee", ">= 1.0.0" end