fluent-plugin-gc.gemspec in fluent-plugin-gc-0.0.2 vs fluent-plugin-gc.gemspec in fluent-plugin-gc-0.0.3
- old
+ new
@@ -1,11 +1,11 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "fluent-plugin-gc"
- s.version = "0.0.2"
+ s.version = "0.0.3"
s.authors = ["Naotoshi Seo"]
s.email = ["sonots@gmail.com"]
s.homepage = "https://github.com/sonots/fluent-plugin-gc"
s.summary = "Fluentd plugin to disable GC and start GC at arbitrary interval"
s.description = s.summary
@@ -18,7 +18,7 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency "fluentd"
s.add_development_dependency "rake"
- s.add_development_dependency "rspec"
+ s.add_development_dependency "test-unit"
end