fluent-plugin-yohoushi.gemspec in fluent-plugin-yohoushi-0.0.1 vs fluent-plugin-yohoushi.gemspec in fluent-plugin-yohoushi-0.0.2

- old
+ new

@@ -1,15 +1,16 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-yohoushi" - s.version = "0.0.1" + s.version = "0.0.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 + s.licenses = ["MIT"] s.rubyforge_project = "fluent-plugin-yohoushi" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")