embulk-output-command 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/build.gradle +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35a32fa506196c752e8ca9862ec35e21f4d7792d
4
- data.tar.gz: 09e0244f9662e20f182d1d88047e1b1c4406bbbe
3
+ metadata.gz: 54096576627cd93967c8cbbc6e8fac9c1f934689
4
+ data.tar.gz: cfddac9d0aaa1feb75a98139325528a81d80dc96
5
5
  SHA512:
6
- metadata.gz: 636fa20f776e0bab7b9f81038d6c606bd486a7b4c558605305b393cb8ddc6065473abaad9fc06a3bdf6a6cb3c5e9320756fa65a6fef67a2a9a18a84543c1bfd5
7
- data.tar.gz: 176fa425a27a17064ff9277dc2e3543d1fa39968113391fe1595cbddd75ffbfba6219ccc501e7ed563ffd47990644eefb82c83560733d838f9915ec65bf90d10
6
+ metadata.gz: b9965b8c0f1617d003b403c0393e89e54fea7905a5da3b9a44e55dddf65a2eddde5b8eb3f81040ba7d58c6174ac1b4943bcb8f37e69c9bbf7865f892b38fb87f
7
+ data.tar.gz: 9e88560e608e691cb49e2641ae44843ddf955ffc9a440bc3f8722f94231d15c1824a197aeac5086f3eb774133a23b8240ae4479f1236fe8af51b3078713b67be
@@ -12,7 +12,7 @@ configurations {
12
12
  provided
13
13
  }
14
14
 
15
- version = "0.1.1"
15
+ version = "0.1.2"
16
16
 
17
17
  dependencies {
18
18
  compile "org.embulk:embulk-core:0.4.8"
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  spec.version = "${project.version}"
41
41
  spec.authors = ["Sadayuki Furuhashi"]
42
42
  spec.summary = %[Command file output plugin for Embulk]
43
- spec.description = %[Executes a command and reads data from its STDOUT.]
43
+ spec.description = %[Executes commands and writes files to STDIN.]
44
44
  spec.email = ["frsyuki@gmail.com"]
45
45
  spec.licenses = ["Apache 2.0"]
46
46
  spec.homepage = "https://github.com/embulk/embulk-output-command"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: '10.0'
39
39
  prerelease: false
40
40
  type: :development
41
- description: Executes a command and reads data from its STDOUT.
41
+ description: Executes commands and writes files to STDIN.
42
42
  email:
43
43
  - frsyuki@gmail.com
44
44
  executables: []
@@ -56,7 +56,7 @@ files:
56
56
  - lib/embulk/output/command.rb
57
57
  - src/main/java/org/embulk/output/CommandFileOutputPlugin.java
58
58
  - src/test/java/org/embulk/output/TestCommandFileOutputPlugin.java
59
- - classpath/embulk-output-command-0.1.1.jar
59
+ - classpath/embulk-output-command-0.1.2.jar
60
60
  homepage: https://github.com/embulk/embulk-output-command
61
61
  licenses:
62
62
  - Apache 2.0