embulk-output-elasticsearch 0.6.0-java → 0.7.0-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: 78a3e2184d4f22c1c713250238ced2cbb9218c1bee78d7b51cbab718e3b9900a
4
- data.tar.gz: 4ee2d733ef72574bfedcbae69549929cae949ebbc0e415b0bbba09660305830f
3
+ metadata.gz: 1b06a42a807245936547c01bf694969ff4497cc5cfb4bfc64a5ab3f24255a12b
4
+ data.tar.gz: ce8712c60fb0baab0b7b091a821aec90459ead7a8ce9e11375d451b2a444e51d
5
5
  SHA512:
6
- metadata.gz: b00ac69bdd21529a8909403be0197f9a28f0b235732da17e1d452b7eb373486210326f062f136aef1d46cfb7ff111527ef42a32b149964c2d38e896ae904d6c0
7
- data.tar.gz: 42f5f485c5226d8b4a9646f02cac44a746fdc9c8cda394744c915e9a8b8e1e917495a0fd90750e1f33a275131c75a381fc69af55d3a9f761ef5d018d25ee90cf
6
+ metadata.gz: c942f17f0b3ccc8a57851a0fccc26350cd43cb3e7ea9bd0ca1cc80e08cce1bd7ba820ecc55bd85f8db70199d15525510653d726fe1d4fc6e70f128dcabaf7775
7
+ data.tar.gz: c32a28d9395ec2245ca8a4f22d0308ada22f97b17277d938cd9f80d93bbe5b9e04719d9a4b8065d48d0ff86c9dff329310ce24935430d4a178c1f4a07a6bbc0e
data/NOTICE CHANGED
@@ -10,5 +10,5 @@ They are licensed under the Apache Software License, Version 2.0.
10
10
  The gem distribution of this product includes JARs of the Jakarta Bean Validation API 1.1 (https://beanvalidation.org/1.1/), as-is.
11
11
  It is licensed under the Apache Software License, Version 2.0.
12
12
 
13
- The gem distribution of this product includes JARs of the Eclipse Jetty Project (https://www.eclipse.org/jetty/) 9.2, as-is.
13
+ The gem distribution of this product includes JARs of the Eclipse Jetty Project (https://www.eclipse.org/jetty/) 9.4, as-is.
14
14
  They are licensed under dual licenses of the Apache Software License, Version 2.0, and the Eclipse Public License 2.0.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: java
6
6
  authors:
7
7
  - Muga Nishizawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Elasticsearch output plugin is an Embulk plugin that loads records to
14
14
  Elasticsearch read by any input plugins.
@@ -21,21 +21,21 @@ files:
21
21
  - LICENSE
22
22
  - NOTICE
23
23
  - classpath/embulk-base-restclient-0.10.1.jar
24
- - classpath/embulk-output-elasticsearch-0.6.0.jar
25
- - classpath/embulk-util-config-0.3.2.jar
24
+ - classpath/embulk-output-elasticsearch-0.7.0.jar
25
+ - classpath/embulk-util-config-0.3.4.jar
26
26
  - classpath/embulk-util-json-0.1.1.jar
27
- - classpath/embulk-util-retryhelper-0.8.2.jar
28
- - classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
29
- - classpath/embulk-util-rubytime-0.3.2.jar
30
- - classpath/embulk-util-timestamp-0.2.1.jar
27
+ - classpath/embulk-util-retryhelper-0.9.0.jar
28
+ - classpath/embulk-util-retryhelper-jetty94-0.9.0.jar
29
+ - classpath/embulk-util-rubytime-0.3.3.jar
30
+ - classpath/embulk-util-timestamp-0.2.2.jar
31
31
  - classpath/jackson-annotations-2.6.7.jar
32
32
  - classpath/jackson-core-2.6.7.jar
33
- - classpath/jackson-databind-2.6.7.jar
33
+ - classpath/jackson-databind-2.6.7.5.jar
34
34
  - classpath/jackson-datatype-jdk8-2.6.7.jar
35
- - classpath/jetty-client-9.2.14.v20151106.jar
36
- - classpath/jetty-http-9.2.14.v20151106.jar
37
- - classpath/jetty-io-9.2.14.v20151106.jar
38
- - classpath/jetty-util-9.2.14.v20151106.jar
35
+ - classpath/jetty-client-9.4.51.v20230217.jar
36
+ - classpath/jetty-http-9.4.51.v20230217.jar
37
+ - classpath/jetty-io-9.4.51.v20230217.jar
38
+ - classpath/jetty-util-9.4.51.v20230217.jar
39
39
  - classpath/validation-api-1.1.0.Final.jar
40
40
  - lib/embulk/output/elasticsearch.rb
41
41
  homepage: https://github.com/embulk/embulk-output-elasticsearch
@@ -57,8 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubyforge_project:
61
- rubygems_version: 2.7.9
60
+ rubygems_version: 3.3.26
62
61
  signing_key:
63
62
  specification_version: 4
64
63
  summary: Elasticsearch output plugin for Embulk
Binary file