embulk-output-command 0.1.0 → 0.1.1
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 +5 -5
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35a32fa506196c752e8ca9862ec35e21f4d7792d
|
4
|
+
data.tar.gz: 09e0244f9662e20f182d1d88047e1b1c4406bbbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 636fa20f776e0bab7b9f81038d6c606bd486a7b4c558605305b393cb8ddc6065473abaad9fc06a3bdf6a6cb3c5e9320756fa65a6fef67a2a9a18a84543c1bfd5
|
7
|
+
data.tar.gz: 176fa425a27a17064ff9277dc2e3543d1fa39968113391fe1595cbddd75ffbfba6219ccc501e7ed563ffd47990644eefb82c83560733d838f9915ec65bf90d10
|
data/build.gradle
CHANGED
@@ -12,11 +12,11 @@ configurations {
|
|
12
12
|
provided
|
13
13
|
}
|
14
14
|
|
15
|
-
version = "0.1.
|
15
|
+
version = "0.1.1"
|
16
16
|
|
17
17
|
dependencies {
|
18
|
-
compile "org.embulk:embulk-core:0.4.
|
19
|
-
provided "org.embulk:embulk-core:0.4.
|
18
|
+
compile "org.embulk:embulk-core:0.4.8"
|
19
|
+
provided "org.embulk:embulk-core:0.4.8"
|
20
20
|
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
|
21
21
|
testCompile "junit:junit:4.+"
|
22
22
|
}
|
@@ -38,9 +38,9 @@ task gemspec << { file("build/gemspec").write($/
|
|
38
38
|
Gem::Specification.new do |spec|
|
39
39
|
spec.name = "${project.name}"
|
40
40
|
spec.version = "${project.version}"
|
41
|
-
spec.authors = ["
|
41
|
+
spec.authors = ["Sadayuki Furuhashi"]
|
42
42
|
spec.summary = %[Command file output plugin for Embulk]
|
43
|
-
spec.description = %[
|
43
|
+
spec.description = %[Executes a command and reads data from its STDOUT.]
|
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,14 +1,14 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
version: '10.0'
|
39
39
|
prerelease: false
|
40
40
|
type: :development
|
41
|
-
description:
|
41
|
+
description: Executes a command and reads data from its STDOUT.
|
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.1.jar
|
60
60
|
homepage: https://github.com/embulk/embulk-output-command
|
61
61
|
licenses:
|
62
62
|
- Apache 2.0
|