embulk-input-gcs 0.4.1-java → 0.5.1-java
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.
- checksums.yaml +4 -4
- data/NOTICE +339 -129
- data/classpath/animal-sniffer-annotations-1.14.jar +0 -0
- data/classpath/api-common-1.7.0.jar +0 -0
- data/classpath/checker-compat-qual-2.5.2.jar +0 -0
- data/classpath/embulk-input-gcs-0.5.1.jar +0 -0
- data/classpath/embulk-util-config-0.5.0.jar +0 -0
- data/classpath/{embulk-util-file-0.1.3.jar → embulk-util-file-0.2.0.jar} +0 -0
- data/classpath/{embulk-util-retryhelper-0.8.1.jar → embulk-util-retryhelper-0.9.0.jar} +0 -0
- data/classpath/error_prone_annotations-2.1.3.jar +0 -0
- data/classpath/gax-1.35.1.jar +0 -0
- data/classpath/gax-httpjson-0.52.1.jar +0 -0
- data/classpath/google-api-client-1.27.0.jar +0 -0
- data/classpath/google-api-services-storage-v1-rev20181013-1.27.0.jar +0 -0
- data/classpath/google-auth-library-credentials-0.12.0.jar +0 -0
- data/classpath/google-auth-library-oauth2-http-0.12.0.jar +0 -0
- data/classpath/google-cloud-core-1.56.0.jar +0 -0
- data/classpath/google-cloud-core-http-1.56.0.jar +0 -0
- data/classpath/google-cloud-storage-1.56.0.jar +0 -0
- data/classpath/google-http-client-1.27.0.jar +0 -0
- data/classpath/google-http-client-appengine-1.27.0.jar +0 -0
- data/classpath/google-http-client-jackson2-1.27.0.jar +0 -0
- data/classpath/google-oauth-client-1.27.0.jar +0 -0
- data/classpath/grpc-context-1.12.0.jar +0 -0
- data/classpath/gson-2.7.jar +0 -0
- data/classpath/guava-26.0-android.jar +0 -0
- data/classpath/j2objc-annotations-1.1.jar +0 -0
- data/classpath/jackson-annotations-2.15.4.jar +0 -0
- data/classpath/jackson-core-2.15.4.jar +0 -0
- data/classpath/jackson-databind-2.15.4.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.15.4.jar +0 -0
- data/classpath/jcl-over-slf4j-2.0.7.jar +0 -0
- data/classpath/jsr305-3.0.2.jar +0 -0
- data/classpath/opencensus-api-0.15.0.jar +0 -0
- data/classpath/opencensus-contrib-http-util-0.15.0.jar +0 -0
- data/classpath/proto-google-common-protos-1.12.0.jar +0 -0
- data/classpath/proto-google-iam-v1-0.12.0.jar +0 -0
- data/classpath/protobuf-java-3.6.1.jar +0 -0
- data/classpath/protobuf-java-util-3.6.1.jar +0 -0
- data/classpath/validation-api-2.0.1.Final.jar +0 -0
- metadata +41 -14
- data/classpath/embulk-input-gcs-0.4.1.jar +0 -0
- data/classpath/embulk-util-config-0.3.1.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.9.6.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/jcl-over-slf4j-1.7.12.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5fcf74bbb6aea379087b684f27c50ab6cd5c95c905d8990c57facd63ae1986e
|
4
|
+
data.tar.gz: 6a8c6fe0c6d0b7b9eb6109cb737261a98a875fba0d21501e0a447cdc5392f84a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19ebd46e6bfa362fdbb4c179b25c9698ab1b3cbf66b28d002aa28e1f1987af9a9688c0951b9f3dee598b3ac461db7f6e0290542a4a62618f7767c3999a7bc668
|
7
|
+
data.tar.gz: 501b578d5039f1807144a88471c96e0166ddf64f8fbfe657f5089acb8acc83971772dfc8df6c934bbcda4e427cce58c732ae62ad62241d73be9f1b4f34a5d688
|
data/NOTICE
CHANGED
@@ -1,130 +1,340 @@
|
|
1
1
|
embulk-input-gcs
|
2
|
-
Copyright 2015 The Embulk project
|
3
|
-
|
4
|
-
This product includes
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
*
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
The
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
The
|
130
|
-
|
2
|
+
Copyright 2015-2025 The Embulk project.
|
3
|
+
|
4
|
+
This product includes software developed at
|
5
|
+
The Embulk project (https://www.embulk.org/).
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
The RubyGems distribution of this product includes
|
10
|
+
Jackson JSON processor, developed by
|
11
|
+
Tatu Saloranta, tatu.saloranta@iki.fi, licensed under
|
12
|
+
the Apache License, Version 2.0.
|
13
|
+
|
14
|
+
* Copyright (c) 2007- Tatu Saloranta, tatu.saloranta@iki.fi
|
15
|
+
* The NOTICE file of Jackson JSON processor is embedded in this NOTICE below.
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
The RubyGems distribution of this product includes
|
20
|
+
Google Cloud Java Client for Storage, licensed under
|
21
|
+
the Apache License, Version 2.0.
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
The RubyGems distribution of this product includes
|
26
|
+
Google APIs Client Library for Java, licensed under
|
27
|
+
the Apache License, Version 2.0.
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
The RubyGems distribution of this product includes
|
32
|
+
Google Common Protos, licensed under
|
33
|
+
the Apache License, Version 2.0.
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
The RubyGems distribution of this product includes
|
38
|
+
Common utilities for Google APIs in Java, licensed under
|
39
|
+
the BSD 3-Clause "New" or "Revised" License.
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
The RubyGems distribution of this product includes
|
44
|
+
Google API Extensions for Java, licensed under
|
45
|
+
the BSD 3-Clause "New" or "Revised" License.
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
The RubyGems distribution of this product includes
|
50
|
+
JSR305 Annotations for Findbugs, licensed under
|
51
|
+
the Apache License, Version 2.0.
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
The RubyGems distribution of this product includes
|
56
|
+
Google Gson, licensed under
|
57
|
+
the Apache License, Version 2.0.
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
The RubyGems distribution of this product includes
|
62
|
+
Error Prone, licensed under
|
63
|
+
the Apache License, Version 2.0.
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
The RubyGems distribution of this product includes
|
68
|
+
Guava: Google Core Libraries for Java, licensed under
|
69
|
+
the Apache License, Version 2.0.
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
The RubyGems distribution of this product includes
|
74
|
+
Google HTTP Client Library for Java, licensed under
|
75
|
+
the Apache License, Version 2.0.
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
The RubyGems distribution of this product includes
|
80
|
+
J2ObjC: Java to Objective-C Translator and Runtime, licensed under
|
81
|
+
the Apache License, Version 2.0.
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
The RubyGems distribution of this product includes
|
86
|
+
Google OAuth Client Library for Java, licensed under
|
87
|
+
the Apache License, Version 2.0.
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
The RubyGems distribution of this product includes
|
92
|
+
Protocol Buffers, licensed under
|
93
|
+
the BSD 3-Clause "New" or "Revised" License.
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
The RubyGems distribution of this product includes
|
98
|
+
Apache Commons Codec, licensed under
|
99
|
+
the Apache License, Version 2.0.
|
100
|
+
|
101
|
+
* Copyright 2002-2014 The Apache Software Foundation
|
102
|
+
* The NOTICE.txt file of Apache Commons Codec is embedded in this NOTICE below.
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
The RubyGems distribution of this product includes
|
107
|
+
gRPC-Java - An RPC library and framework, licensed under
|
108
|
+
the Apache License, Version 2.0.
|
109
|
+
|
110
|
+
* Copyright 2014 The gRPC Authors
|
111
|
+
* The NOTICE.txt file of gRPC-Java is embedded in this NOTICE below.
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
The RubyGems distribution of this product includes
|
116
|
+
OpenCensus, licensed under
|
117
|
+
the Apache License, Version 2.0.
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
The RubyGems distribution of this product includes
|
122
|
+
Joda-Time, licensed under
|
123
|
+
the Apache License, Version 2.0.
|
124
|
+
|
125
|
+
* The NOTICE.txt file of Joda-Time is embedded in this NOTICE below.
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
The RubyGems distribution of this product includes
|
130
|
+
Apache HttpClient, licensed under
|
131
|
+
the Apache License, Version 2.0.
|
132
|
+
|
133
|
+
* The NOTICE.txt file of Apache HttpClient is embedded in this NOTICE below.
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
The RubyGems distribution of this product includes
|
138
|
+
Apache HttpCore, licensed under
|
139
|
+
the Apache License, Version 2.0.
|
140
|
+
|
141
|
+
* The NOTICE.txt file of Apache HttpCore is embedded in this NOTICE below.
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
The RubyGems distribution of this product includes
|
146
|
+
Checker Qual, licensed under
|
147
|
+
the MIT License.
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
The RubyGems distribution of this product includes
|
152
|
+
Animal Sniffer Annotations, licensed under
|
153
|
+
the MIT License.
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
The RubyGems distribution of this product includes
|
158
|
+
MessagePack for Java, licensed under
|
159
|
+
the Apache License, Version 2.0.
|
160
|
+
|
161
|
+
* The NOTICE file of MessagePack for Java is embedded in this NOTICE below.
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
The RubyGems distribution of this product includes
|
166
|
+
JCL 1.2 implemented over SLF4J, licensed under
|
167
|
+
the Apache License, Version 2.0.
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
The RubyGems distribution of this product includes
|
172
|
+
ThreeTen-Backport, licensed under
|
173
|
+
the BSD 3-Clause "New" or "Revised" License.
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
The RubyGems distribution of this product includes
|
178
|
+
the Bean Validation API 1.1, developed by
|
179
|
+
the JSR-349 Expert Group (https://beanvalidation.org/1.1/), licensed under
|
180
|
+
the Apache License, Version 2.0.
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
NOTICE of Jackson JSON processor
|
185
|
+
---------------------------------
|
186
|
+
|
187
|
+
# Jackson JSON processor
|
188
|
+
|
189
|
+
Jackson is a high-performance, Free/Open Source JSON processing library.
|
190
|
+
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
|
191
|
+
been in development since 2007.
|
192
|
+
It is currently developed by a community of developers, as well as supported
|
193
|
+
commercially by FasterXML.com.
|
194
|
+
|
195
|
+
## Licensing
|
196
|
+
|
197
|
+
Jackson core and extension components may be licensed under different licenses.
|
198
|
+
To find the details that apply to this artifact see the accompanying LICENSE file.
|
199
|
+
For more information, including possible other licensing options, contact
|
200
|
+
FasterXML.com (http://fasterxml.com).
|
201
|
+
|
202
|
+
## Credits
|
203
|
+
|
204
|
+
A list of contributors may be found from CREDITS file, which is included
|
205
|
+
in some artifacts (usually source distributions); but is always available
|
206
|
+
from the source code management (SCM) system project uses.
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
NOTICE.txt of Apache Commons Codec
|
211
|
+
-----------------------------------
|
212
|
+
|
213
|
+
Apache Commons Codec
|
214
|
+
Copyright 2002-2014 The Apache Software Foundation
|
215
|
+
|
216
|
+
This product includes software developed at
|
217
|
+
The Apache Software Foundation (http://www.apache.org/).
|
218
|
+
|
219
|
+
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
|
220
|
+
contains test data from http://aspell.net/test/orig/batch0.tab.
|
221
|
+
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
|
222
|
+
|
223
|
+
===============================================================================
|
224
|
+
|
225
|
+
The content of package org.apache.commons.codec.language.bm has been translated
|
226
|
+
from the original php source code available at http://stevemorse.org/phoneticinfo.htm
|
227
|
+
with permission from the original authors.
|
228
|
+
Original source copyright:
|
229
|
+
Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
NOTICE.txt of gRPC-Java
|
234
|
+
------------------------
|
235
|
+
|
236
|
+
Copyright 2014 The gRPC Authors
|
237
|
+
|
238
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
239
|
+
you may not use this file except in compliance with the License.
|
240
|
+
You may obtain a copy of the License at
|
241
|
+
|
242
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
243
|
+
|
244
|
+
Unless required by applicable law or agreed to in writing, software
|
245
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
246
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
247
|
+
See the License for the specific language governing permissions and
|
248
|
+
limitations under the License.
|
249
|
+
|
250
|
+
-----------------------------------------------------------------------
|
251
|
+
|
252
|
+
This product contains a modified portion of 'OkHttp', an open source
|
253
|
+
HTTP & SPDY client for Android and Java applications, which can be obtained
|
254
|
+
at:
|
255
|
+
|
256
|
+
* LICENSE:
|
257
|
+
* okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
|
258
|
+
* HOMEPAGE:
|
259
|
+
* https://github.com/square/okhttp
|
260
|
+
* LOCATION_IN_GRPC:
|
261
|
+
* okhttp/third_party/okhttp
|
262
|
+
|
263
|
+
This product contains a modified portion of 'Envoy', an open source
|
264
|
+
cloud-native high-performance edge/middle/service proxy, which can be
|
265
|
+
obtained at:
|
266
|
+
|
267
|
+
* LICENSE:
|
268
|
+
* xds/third_party/envoy/LICENSE (Apache License 2.0)
|
269
|
+
* NOTICE:
|
270
|
+
* xds/third_party/envoy/NOTICE
|
271
|
+
* HOMEPAGE:
|
272
|
+
* https://www.envoyproxy.io
|
273
|
+
* LOCATION_IN_GRPC:
|
274
|
+
* xds/third_party/envoy
|
275
|
+
|
276
|
+
This product contains a modified portion of 'protoc-gen-validate (PGV)',
|
277
|
+
an open source protoc plugin to generate polyglot message validators,
|
278
|
+
which can be obtained at:
|
279
|
+
|
280
|
+
* LICENSE:
|
281
|
+
* xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
|
282
|
+
* NOTICE:
|
283
|
+
* xds/third_party/protoc-gen-validate/NOTICE
|
284
|
+
* HOMEPAGE:
|
285
|
+
* https://github.com/envoyproxy/protoc-gen-validate
|
286
|
+
* LOCATION_IN_GRPC:
|
287
|
+
* xds/third_party/protoc-gen-validate
|
288
|
+
|
289
|
+
This product contains a modified portion of 'udpa',
|
290
|
+
an open source universal data plane API, which can be obtained at:
|
291
|
+
|
292
|
+
* LICENSE:
|
293
|
+
* xds/third_party/udpa/LICENSE (Apache License 2.0)
|
294
|
+
* HOMEPAGE:
|
295
|
+
* https://github.com/cncf/udpa
|
296
|
+
* LOCATION_IN_GRPC:
|
297
|
+
* xds/third_party/udpa
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
NOTICE.txt of Joda-Time
|
302
|
+
------------------------
|
303
|
+
|
304
|
+
=============================================================================
|
305
|
+
= NOTICE file corresponding to section 4d of the Apache License Version 2.0 =
|
306
|
+
=============================================================================
|
307
|
+
This product includes software developed by
|
308
|
+
Joda.org (http://www.joda.org/).
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
NOTICE.txt of Apache HttpClient
|
313
|
+
--------------------------------
|
314
|
+
|
315
|
+
Apache HttpComponents Client
|
316
|
+
Copyright 1999-2018 The Apache Software Foundation
|
317
|
+
|
318
|
+
This product includes software developed at
|
319
|
+
The Apache Software Foundation (http://www.apache.org/).
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
NOTICE.txt of Apache HttpCore
|
324
|
+
------------------------------
|
325
|
+
|
326
|
+
Apache HttpComponents Core
|
327
|
+
Copyright 2005-2017 The Apache Software Foundation
|
328
|
+
|
329
|
+
This product includes software developed at
|
330
|
+
The Apache Software Foundation (http://www.apache.org/).
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
NOTICE of MessagePack for Java
|
335
|
+
-------------------------------
|
336
|
+
|
337
|
+
This product includes the software developed by third-party:
|
338
|
+
|
339
|
+
* Google Guava https://code.google.com/p/guava-libraries/ (APL2)
|
340
|
+
* sbt-extras: https://github.com/paulp/sbt-extras (BSD) (LICENSE.sbt-extras.txt)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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-gcs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Satoshi Akama
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Reads files stored on Google Cloud Storage.
|
14
14
|
email:
|
@@ -19,22 +19,50 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- LICENSE
|
21
21
|
- NOTICE
|
22
|
+
- classpath/animal-sniffer-annotations-1.14.jar
|
23
|
+
- classpath/api-common-1.7.0.jar
|
24
|
+
- classpath/checker-compat-qual-2.5.2.jar
|
22
25
|
- classpath/commons-codec-1.10.jar
|
23
|
-
- classpath/embulk-input-gcs-0.
|
24
|
-
- classpath/embulk-util-config-0.
|
25
|
-
- classpath/embulk-util-file-0.
|
26
|
-
- classpath/embulk-util-retryhelper-0.
|
26
|
+
- classpath/embulk-input-gcs-0.5.1.jar
|
27
|
+
- classpath/embulk-util-config-0.5.0.jar
|
28
|
+
- classpath/embulk-util-file-0.2.0.jar
|
29
|
+
- classpath/embulk-util-retryhelper-0.9.0.jar
|
30
|
+
- classpath/error_prone_annotations-2.1.3.jar
|
31
|
+
- classpath/gax-1.35.1.jar
|
32
|
+
- classpath/gax-httpjson-0.52.1.jar
|
33
|
+
- classpath/google-api-client-1.27.0.jar
|
34
|
+
- classpath/google-api-services-storage-v1-rev20181013-1.27.0.jar
|
35
|
+
- classpath/google-auth-library-credentials-0.12.0.jar
|
36
|
+
- classpath/google-auth-library-oauth2-http-0.12.0.jar
|
37
|
+
- classpath/google-cloud-core-1.56.0.jar
|
38
|
+
- classpath/google-cloud-core-http-1.56.0.jar
|
39
|
+
- classpath/google-cloud-storage-1.56.0.jar
|
40
|
+
- classpath/google-http-client-1.27.0.jar
|
41
|
+
- classpath/google-http-client-appengine-1.27.0.jar
|
42
|
+
- classpath/google-http-client-jackson2-1.27.0.jar
|
43
|
+
- classpath/google-oauth-client-1.27.0.jar
|
44
|
+
- classpath/grpc-context-1.12.0.jar
|
45
|
+
- classpath/gson-2.7.jar
|
46
|
+
- classpath/guava-26.0-android.jar
|
27
47
|
- classpath/httpclient-4.5.5.jar
|
28
48
|
- classpath/httpcore-4.4.9.jar
|
29
|
-
- classpath/
|
30
|
-
- classpath/jackson-
|
31
|
-
- classpath/jackson-
|
32
|
-
- classpath/jackson-
|
49
|
+
- classpath/j2objc-annotations-1.1.jar
|
50
|
+
- classpath/jackson-annotations-2.15.4.jar
|
51
|
+
- classpath/jackson-core-2.15.4.jar
|
52
|
+
- classpath/jackson-databind-2.15.4.jar
|
53
|
+
- classpath/jackson-datatype-jdk8-2.15.4.jar
|
33
54
|
- classpath/javax.annotation-api-1.2.jar
|
34
|
-
- classpath/jcl-over-slf4j-
|
55
|
+
- classpath/jcl-over-slf4j-2.0.7.jar
|
35
56
|
- classpath/joda-time-2.9.2.jar
|
57
|
+
- classpath/jsr305-3.0.2.jar
|
58
|
+
- classpath/opencensus-api-0.15.0.jar
|
59
|
+
- classpath/opencensus-contrib-http-util-0.15.0.jar
|
60
|
+
- classpath/proto-google-common-protos-1.12.0.jar
|
61
|
+
- classpath/proto-google-iam-v1-0.12.0.jar
|
62
|
+
- classpath/protobuf-java-3.6.1.jar
|
63
|
+
- classpath/protobuf-java-util-3.6.1.jar
|
36
64
|
- classpath/threetenbp-1.3.3.jar
|
37
|
-
- classpath/validation-api-
|
65
|
+
- classpath/validation-api-2.0.1.Final.jar
|
38
66
|
- lib/embulk/input/gcs.rb
|
39
67
|
homepage: https://github.com/embulk/embulk-input-gcs
|
40
68
|
licenses:
|
@@ -55,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
83
|
- !ruby/object:Gem::Version
|
56
84
|
version: '0'
|
57
85
|
requirements: []
|
58
|
-
|
59
|
-
rubygems_version: 2.7.9
|
86
|
+
rubygems_version: 3.3.26
|
60
87
|
signing_key:
|
61
88
|
specification_version: 4
|
62
89
|
summary: Google Cloud Storage input plugin for Embulk
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|