fluent-plugin-yohoushi.gemspec in fluent-plugin-yohoushi-0.1.1 vs fluent-plugin-yohoushi.gemspec in fluent-plugin-yohoushi-0.1.2

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-yohoushi" - s.version = "0.1.1" + s.version = "0.1.2" s.authors = ["Naotoshi Seo"] s.email = ["sonots@gmail.com"] s.homepage = "https://github.com/sonots/fluent-plugin-yohoushi" s.summary = "Fluentd plugin to post data to yohoushi" s.description = s.summary @@ -17,9 +17,10 @@ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") 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 "growthforecast-client", ">= 0.62.4" s.add_runtime_dependency "multiforecast-client" s.add_runtime_dependency "yohoushi-client" s.add_development_dependency "rake" s.add_development_dependency "rspec"