embulk-output-snowflake 0.4.12.test-java → 0.5.1-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: 269b391d00f7ba6322e9f3cb0fc6ec6ca043e07948c163ad926b504f12c3fcd8
|
4
|
+
data.tar.gz: f0098d69f76ee06f9765751d5cceebb2fe23a82dbf4f2defaa9aeb90917392ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: caf8b392342c41d8b72d91563d28b0b79fb9da7d60dff42de6322e930a7106dac9c8ae4a699b5779d4781633daf353ecd1206b1d74b1f103f8c4f8ed92754e3b
|
7
|
+
data.tar.gz: 68b27a1c6195e81357f79dfed9bcebef1e739d8ca6e459240c27b9071e479ea258034241611c9d37da84a5b9f55bba1c177bfbbe07ffc488194ba4e647740f9a
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-snowflake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- giwa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Dumps records to Snowflake.
|
14
14
|
email:
|
@@ -19,7 +19,7 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- LICENSE.txt
|
21
21
|
- classpath/embulk-output-jdbc-0.10.2.jar
|
22
|
-
- classpath/embulk-output-snowflake-0.
|
22
|
+
- classpath/embulk-output-snowflake-0.5.1.jar
|
23
23
|
- classpath/embulk-util-config-0.3.0.jar
|
24
24
|
- classpath/embulk-util-json-0.1.1.jar
|
25
25
|
- classpath/embulk-util-retryhelper-0.8.2.jar
|
@@ -47,9 +47,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
47
|
version: '0'
|
48
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
49
|
requirements:
|
50
|
-
- - "
|
50
|
+
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
52
|
+
version: '0'
|
53
53
|
requirements: []
|
54
54
|
rubyforge_project:
|
55
55
|
rubygems_version: 2.7.9
|
Binary file
|