build.gradle in embulk-formatter-single_value-0.1.1 vs build.gradle in embulk-formatter-single_value-0.1.2

- old
+ new

@@ -11,11 +11,11 @@ } configurations { provided } -version = "0.1.1" +version = "0.1.2" sourceCompatibility = 1.7 targetCompatibility = 1.7 dependencies { @@ -72,11 +72,11 @@ doLast { gemspecFile.write($/ Gem::Specification.new do |spec| spec.name = "${project.name}" spec.version = "${project.version}" spec.authors = ["sonots"] - spec.summary = %[An Embulk formatter plugin to output values of a single row] - spec.description = %[An Embulk formatter plugin to output values of a single row.] + spec.summary = %[Embulk formatter plugin to output values of a single column] + spec.description = %[Embulk formatter plugin to output values of a single column.] spec.email = ["sonots@gmail.com"] spec.licenses = ["MIT"] spec.homepage = "https://github.com/sonots/embulk-formatter-single_value" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]