embulk-input-union 0.0.1-java → 0.0.4-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1570b66e21cb13ea87393b080dc59fb850f4f0c3601acee0998e191f9d9c310d
4
- data.tar.gz: 81de337838ff68c6c73ef322844d8c861af0f2185459a576c8463a063451f000
3
+ metadata.gz: b842fd122ad64c50074c7df926b0eaa524c873d2bf1a877cb8631be21bc69107
4
+ data.tar.gz: a4ffe348c87c0ea17c0fcae8b206d15ddba4221e0c53f19b8d3843bd9f4ca96c
5
5
  SHA512:
6
- metadata.gz: 35e441cbfc13ff3375f4fa875e4f43a131be17fc8d4099cce47a51bdaf4885225d046d2c7f14da31782c72e0a283113e5b055bc27020724ddeff8d5918adef82
7
- data.tar.gz: 884a77d8ded466522e4f732b5847bd1f779232e5d2517c567b121f85ea82050dfef80260b70f29d3b8ac7089e3272ee8b6f44f218b547c52dce9b495ee244a51
6
+ metadata.gz: a958f82213eb772e4f3a044119b2cc55e081bb97c77285e6b7c8264473950c48a20da095921044b405e82599290087bb7e95442d8148cd5a4339cf1e2403f64b
7
+ data.tar.gz: 6246d86edb9783b2de424196862e154ac86768d3fe6ba5c14194d0e9a30f6e75666fa0af5d91e6adedd3c9b5cde96f2c5eb0e257782deba800a8c78dd216080a
data/LICENSE.txt CHANGED
@@ -1,3 +1,4 @@
1
+ Copyright (c) 2020 Takahiro Nakayama
1
2
 
2
3
  MIT License
3
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-union
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Civitaspo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-23 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An input plugin for Embulk (https://github.com/embulk/embulk/) that unions
14
14
  all data loaded by your defined embulk input & filters plugin configuration.
@@ -19,7 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - LICENSE.txt
22
- - classpath/embulk-input-union-0.0.1.jar
22
+ - classpath/embulk-input-union-0.0.4.jar
23
23
  - classpath/scala-library-2.13.1.jar
24
24
  - lib/embulk/input/union.rb
25
25
  homepage: https://github.com/civitaspo/embulk-input-union