build.gradle in embulk-decoder-unzip-0.1.0 vs build.gradle in embulk-decoder-unzip-0.1.1

- old
+ new

@@ -11,11 +11,11 @@ } configurations { provided } -version = "0.1.0" +version = "0.1.1" sourceCompatibility = 1.8 targetCompatibility = 1.8 dependencies { @@ -75,15 +75,15 @@ outputs.file gemspecFile doLast { gemspecFile.write($/ Gem::Specification.new do |spec| spec.name = "${project.name}" spec.version = "${project.version}" - spec.authors = [""] + spec.authors = ["fundoshi"] spec.summary = %[Unzip decoder plugin for Embulk] spec.description = %[Decodes Unzip-encoded files read by other file input plugins.] - spec.email = [""] + spec.email = ["fundoshi.chiclasico@gmail.com"] spec.licenses = ["MIT"] - # TODO set this: spec.homepage = "https://github.com//embulk-decoder-unzip" + # TODO set this: spec.homepage = "https://github.com/chiclasico/embulk-decoder-unzip" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/") spec.require_paths = ["lib"]