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.
- checksums.yaml +4 -4
- data/build.gradle +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54096576627cd93967c8cbbc6e8fac9c1f934689
|
4
|
+
data.tar.gz: cfddac9d0aaa1feb75a98139325528a81d80dc96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9965b8c0f1617d003b403c0393e89e54fea7905a5da3b9a44e55dddf65a2eddde5b8eb3f81040ba7d58c6174ac1b4943bcb8f37e69c9bbf7865f892b38fb87f
|
7
|
+
data.tar.gz: 9e88560e608e691cb49e2641ae44843ddf955ffc9a440bc3f8722f94231d15c1824a197aeac5086f3eb774133a23b8240ae4479f1236fe8af51b3078713b67be
|
data/build.gradle
CHANGED
@@ -12,7 +12,7 @@ configurations {
|
|
12
12
|
provided
|
13
13
|
}
|
14
14
|
|
15
|
-
version = "0.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
|
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.
|
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
|
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.
|
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
|