build.gradle in embulk-output-command-0.1.1 vs build.gradle in embulk-output-command-0.1.2
- old
+ new
@@ -10,11 +10,11 @@
}
configurations {
provided
}
-version = "0.1.1"
+version = "0.1.2"
dependencies {
compile "org.embulk:embulk-core:0.4.8"
provided "org.embulk:embulk-core:0.4.8"
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
@@ -38,10 +38,10 @@
Gem::Specification.new do |spec|
spec.name = "${project.name}"
spec.version = "${project.version}"
spec.authors = ["Sadayuki Furuhashi"]
spec.summary = %[Command file output plugin for Embulk]
- spec.description = %[Executes a command and reads data from its STDOUT.]
+ spec.description = %[Executes commands and writes files to STDIN.]
spec.email = ["frsyuki@gmail.com"]
spec.licenses = ["Apache 2.0"]
spec.homepage = "https://github.com/embulk/embulk-output-command"
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]