build.gradle in embulk-parser-jsonpath-0.1.3 vs build.gradle in embulk-parser-jsonpath-0.2.0

- old
+ new

@@ -12,11 +12,11 @@ } configurations { provided } -version = "0.1.3" +version = "0.2.0" sourceCompatibility = 1.7 targetCompatibility = 1.7 dependencies { @@ -88,13 +88,13 @@ outputs.file gemspecFile doLast { gemspecFile.write($/ Gem::Specification.new do |spec| spec.name = "${project.name}" spec.version = "${project.version}" - spec.authors = ["Hiroyuki Sato"] + spec.authors = ["Hiroyuki Sato","Takuma kanari"] spec.summary = %[JSON parser with JSONPath plugin for Embulk] spec.description = %[Parses JSON files with JSONPath read by other file input plugins.] - spec.email = ["hiroysato@gmail.com"] + spec.email = ["hiroysato@gmail.com","chemtrails.t@gmail.com"] spec.licenses = ["MIT"] spec.homepage = "https://github.com/hiroyuki-sato/embulk-parser-jsonpath" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/")