fluent-plugin-latency.gemspec in fluent-plugin-latency-0.0.2 vs fluent-plugin-latency.gemspec in fluent-plugin-latency-0.0.3
- old
+ new
@@ -1,11 +1,11 @@
# encoding: utf-8
$:.push File.expand_path('../lib', __FILE__)
Gem::Specification.new do |gem|
gem.name = "fluent-plugin-latency"
- gem.version = "0.0.2"
+ gem.version = "0.0.3"
gem.authors = ["Naotoshi Seo"]
gem.email = "sonots@gmail.com"
gem.homepage = "https://github.com/sonots/fluent-plugin-latency"
gem.description = "Fluentd plugin to measure latency until receiving the messages"
gem.summary = gem.description
@@ -17,10 +17,10 @@
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']
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 "timecop"
+ gem.add_development_dependency "test-unit"
end