fluent-plugin-grepcounter.gemspec in fluent-plugin-grepcounter-0.5.6 vs fluent-plugin-grepcounter.gemspec in fluent-plugin-grepcounter-0.6.0

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-grepcounter" - s.version = "0.5.6" + s.version = "0.6.0" s.authors = ["Naotoshi Seo"] s.email = ["sonots@gmail.com"] s.homepage = "https://github.com/sonots/fluent-plugin-grepcounter" s.summary = "Fluentd plugin to count the number of matched messages, and emit if exceeds the threshold" s.description = s.summary @@ -23,6 +23,7 @@ s.add_development_dependency "rspec" s.add_development_dependency "rspec-its" s.add_development_dependency "pry" s.add_development_dependency "pry-nav" s.add_development_dependency "coveralls" + s.add_development_dependency "test-unit", "~> 3.1.5" end