embulk-input-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: d7df45d93137ab29cb9155428faf4c1077d1e02e
|
|
4
|
+
data.tar.gz: b21f4f519ed39685fa7393eb653051631fb74569
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fec54aff1701055cc30759ab0a06ed196ad8979d6cd2d65565c7ec31c5576a58f0b311a9003c85b54113c60847346bd8b413e8c412803a5ff3bcac3d7862bc4e
|
|
7
|
+
data.tar.gz: cc7dff58b5c9a7c4188db02a40dfd040b6dff4a5e55a8f92b685e447785c4e482808a26486b68c5ebf266205fa188ff78a71223e3588b319cb5a64511bbba641
|
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"
|
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.version = "${project.version}"
|
|
40
40
|
spec.authors = ["Sadayuki Furuhashi"]
|
|
41
41
|
spec.summary = %[Command file input plugin for Embulk]
|
|
42
|
-
spec.description = %[Executes
|
|
42
|
+
spec.description = %[Executes a command and reads a file from its STDOUT.]
|
|
43
43
|
spec.email = ["frsyuki@gmail.com"]
|
|
44
44
|
spec.licenses = ["Apache 2.0"]
|
|
45
45
|
spec.homepage = "https://github.com/embulk/embulk-input-command"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-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 a command and reads a file from its STDOUT.
|
|
42
42
|
email:
|
|
43
43
|
- frsyuki@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -56,7 +56,7 @@ files:
|
|
|
56
56
|
- lib/embulk/input/command.rb
|
|
57
57
|
- src/main/java/org/embulk/input/CommandFileInputPlugin.java
|
|
58
58
|
- src/test/java/org/embulk/input/TestCommandFileInputPlugin.java
|
|
59
|
-
- classpath/embulk-input-command-0.1.
|
|
59
|
+
- classpath/embulk-input-command-0.1.2.jar
|
|
60
60
|
homepage: https://github.com/embulk/embulk-input-command
|
|
61
61
|
licenses:
|
|
62
62
|
- Apache 2.0
|