fluent-plugin-reemit.gemspec in fluent-plugin-reemit-0.2.1 vs fluent-plugin-reemit.gemspec in fluent-plugin-reemit-0.3.0

- old
+ new

@@ -1,11 +1,11 @@ # encoding: utf-8 $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |gem| gem.name = "fluent-plugin-reemit" - gem.version = "0.2.1" + gem.version = "0.3.0" gem.authors = ["Naotoshi Seo"] gem.email = "sonots@gmail.com" gem.homepage = "https://github.com/sonots/fluent-plugin-reemit" gem.description = "Fluentd plugin to re-emit messages avoiding infinity match loop" gem.summary = gem.description @@ -20,6 +20,7 @@ gem.add_dependency "fluentd" gem.add_development_dependency "rake" gem.add_development_dependency "rspec" gem.add_development_dependency "pry" gem.add_development_dependency "pry-nav" + gem.add_development_dependency "test-unit" end