embulk-input-union 0.0.2-java → 0.0.3-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5fb480436144c42f76edadaa6c5d482bd82b7bf81ce33271ea089fb26fccb03
|
4
|
+
data.tar.gz: 3f6376cf8b8d191cc50583519f191f35d65cdd0d5943ac58f8db3df3d822ff14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad6d7574234d8bb22b5697fce40dbc4d53b43d770595f4bd111c053d03cc527913aed8a761a63240d13f2e9c4f977eaac864fd8e25d3d934fe30547e2764c983
|
7
|
+
data.tar.gz: 463cfe9489b9463e7a703855a3122fc46044b2641c432fe3f39689516e5762176c295ec71748ae4e58b6736c41fd8cc61d46f6ab7f25b56433039e7e09d66b40
|
Binary file
|
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.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Civitaspo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-19 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.
|
22
|
+
- classpath/embulk-input-union-0.0.3.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
|