embulk-input-riak_cs 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/aws-java-sdk-sts-1.11.466.jar +0 -0
- data/classpath/{embulk-input-riak_cs-0.3.4.jar → embulk-input-riak_cs-0.3.5.jar} +0 -0
- data/classpath/{embulk-input-s3-0.3.4.jar → embulk-input-s3-0.3.5.jar} +0 -0
- data/classpath/embulk-util-aws-credentials-0.3.5.jar +0 -0
- metadata +6 -5
- data/classpath/embulk-util-aws-credentials-0.3.4.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d669e8fff6da19bf46bf1f786e23782af522bf75
|
4
|
+
data.tar.gz: b49062c6d98e1d95829b502ba373c52d538581ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02253eb4814dc4e380068a502407afc18b4d08a176dce358d236af6d373b05278c2dd32d157780753b2a8af06d0262554cdd3cbe0e81c01585e95dd65eb83b77
|
7
|
+
data.tar.gz: 32db37930d2ef3f7f7ae1cc14681d41b7cfd9b891051f78febb4e9325a007b7cf44df3ecf7f2b439ab9fdd24c3e202ef5e6947f28eb803e844dcfc35ed2349ac
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-riak_cs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -49,12 +49,12 @@ files:
|
|
49
49
|
- lib/embulk/input/riak_cs.rb
|
50
50
|
- src/main/java/org/embulk/input/riak_cs/RiakCsFileInputPlugin.java
|
51
51
|
- src/test/java/org/embulk/input/riak_cs/TestRiakCsFileInputPlugin.java
|
52
|
-
- classpath/embulk-
|
53
|
-
- classpath/embulk-
|
52
|
+
- classpath/embulk-util-aws-credentials-0.3.5.jar
|
53
|
+
- classpath/embulk-input-riak_cs-0.3.5.jar
|
54
54
|
- classpath/httpcore-4.4.9.jar
|
55
55
|
- classpath/httpclient-4.5.5.jar
|
56
|
+
- classpath/embulk-input-s3-0.3.5.jar
|
56
57
|
- classpath/ion-java-1.0.2.jar
|
57
|
-
- classpath/embulk-input-s3-0.3.4.jar
|
58
58
|
- classpath/aws-java-sdk-core-1.11.466.jar
|
59
59
|
- classpath/jcl-over-slf4j-1.7.12.jar
|
60
60
|
- classpath/commons-codec-1.10.jar
|
@@ -62,6 +62,7 @@ files:
|
|
62
62
|
- classpath/jackson-databind-2.6.7.2.jar
|
63
63
|
- classpath/jackson-dataformat-cbor-2.6.7.jar
|
64
64
|
- classpath/aws-java-sdk-s3-1.11.466.jar
|
65
|
+
- classpath/aws-java-sdk-sts-1.11.466.jar
|
65
66
|
- classpath/aws-java-sdk-kms-1.11.466.jar
|
66
67
|
homepage: https://github.com/embulk/embulk-input-s3
|
67
68
|
licenses:
|
Binary file
|