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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/build.gradle +5 -5
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 830afd2d8f0b04a307ea612ba01d19551c0bc35f
4
- data.tar.gz: e9f282bc698d071114644f397c5316dffad6dc51
3
+ metadata.gz: 35a32fa506196c752e8ca9862ec35e21f4d7792d
4
+ data.tar.gz: 09e0244f9662e20f182d1d88047e1b1c4406bbbe
5
5
  SHA512:
6
- metadata.gz: 37e428e98e039731056526f3638c085866b609db21568d9ab00644af8867b7ad377de1b4faafa6839eb2c0116d3d8aa54a1e1db4b3d61b62f2ba6dabfc30bef5
7
- data.tar.gz: 7864d9fb3bd752ddca4520565e23406f20b774da3a238c250e05d7d08b8a69be6688d8e93181ce0cd6af5597ae549e56a57b095c8e4479dec8248583e4dd5b13
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.0"
15
+ version = "0.1.1"
16
16
 
17
17
  dependencies {
18
- compile "org.embulk:embulk-core:0.4.3"
19
- provided "org.embulk:embulk-core:0.4.3"
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 = ["FURUHASHI Sadayuki"]
41
+ spec.authors = ["Sadayuki Furuhashi"]
42
42
  spec.summary = %[Command file output plugin for Embulk]
43
- spec.description = %[Command file output plugin is an Embulk plugin that executes a command writes files to its stdin. Search the formatter plugins by 'embulk-formatter' keyword.]
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - FURUHASHI Sadayuki
7
+ - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-18 00:00:00.000000000 Z
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: Command file output plugin is an Embulk plugin that executes a command writes files to its stdin. Search the formatter plugins by 'embulk-formatter' keyword.
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.0.jar
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