fluent-plugin-pgjson.gemspec in fluent-plugin-pgjson-0.0.6 vs fluent-plugin-pgjson.gemspec in fluent-plugin-pgjson-0.0.7

- old
+ new

@@ -1,15 +1,16 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-pgjson" - s.version = "0.0.6" + s.version = "0.0.7" 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{} + s.license = "Apache-2.0" s.files = `git ls-files`.split("\n") 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"]