build.gradle in embulk-formatter-single_value-0.1.2 vs build.gradle in embulk-formatter-single_value-0.2.0
- old
+ new
@@ -11,11 +11,11 @@
}
configurations {
provided
}
-version = "0.1.2"
+version = "0.2.0"
sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
@@ -71,10 +71,10 @@
outputs.file gemspecFile
doLast { gemspecFile.write($/
Gem::Specification.new do |spec|
spec.name = "${project.name}"
spec.version = "${project.version}"
- spec.authors = ["sonots"]
+ spec.authors = ["Naotoshi Seo"]
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"