fluent-plugin-pgjson.gemspec in fluent-plugin-pgjson-0.0.8 vs fluent-plugin-pgjson.gemspec in fluent-plugin-pgjson-0.0.9
- old
+ new
@@ -1,11 +1,11 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "fluent-plugin-pgjson"
- s.version = "0.0.8"
+ s.version = "0.0.9"
s.authors = ["OKUNO Akihiro"]
s.email = ["choplin.choplin@gmail.com"]
s.homepage = "https://github.com/choplin/fluent-plugin-pgjson"
s.summary = %q{}
s.description = %q{}
@@ -16,6 +16,8 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency "fluentd"
s.add_runtime_dependency "pg"
+ s.add_development_dependency "test-unit", ">= 3.1.0"
+ s.add_development_dependency "rake", ">= 11.0"
end