logstash-core-plugin-api 2.1.13-java → 2.1.14-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4483df4627051d99bb9b14db138349c496b4d192
4
- data.tar.gz: 694cec46cbd2f3151d9c6b1e6f1e8deaddf8de73
3
+ metadata.gz: ed8c3a57195487322b7f6f956471096581649805
4
+ data.tar.gz: 4dee74697879a6328b8416151f4a3f526fe4a200
5
5
  SHA512:
6
- metadata.gz: 310edb74c5e7a4ef8555042535f8969885553baa2a39b525118d696466f68cb2b8dab78d03bccee06ba9312c04f2b56fc5faf9501fa6c27d503f1a7cc83cb48b
7
- data.tar.gz: cc9bf13350a122a781e25cb35a088e2a5f4127ffa9eb6515198e8a11167a02a89b3bfbc802604741481e243180427ab835067ac93f59d83629a838daca4de844
6
+ metadata.gz: a7e0aecea5c635e06da51aea38f422f795cb73ff10236edb564590f51485f0fc4481e4dae6f4bb46fdd642b1c0008f061c2b18b0bfee0f9e5ac49fc24229e241
7
+ data.tar.gz: accd46cfdfa22caacff80cee62aecdfc0fa8d788f8d2de289646dddf4bb15c49a145f3efb4599804d972711236852f9107176c6663832c5f6999ff4383f6e8bc
@@ -1 +1 @@
1
- LOGSTASH_CORE_PLUGIN_API = "2.1.13"
1
+ LOGSTASH_CORE_PLUGIN_API = "2.1.14"
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.require_paths = ["lib"]
18
18
  gem.version = LOGSTASH_CORE_PLUGIN_API
19
19
 
20
- gem.add_runtime_dependency "logstash-core", "5.0.0.alpha6.snapshot2"
20
+ gem.add_runtime_dependency "logstash-core", "5.0.0.alpha6.snapshot4"
21
21
 
22
22
  # Make sure we dont build this gem from a non jruby
23
23
  # environment.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core-plugin-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.13
4
+ version: 2.1.14
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 5.0.0.alpha6.snapshot2
18
+ version: 5.0.0.alpha6.snapshot4
19
19
  name: logstash-core
20
20
  prerelease: false
21
21
  type: :runtime
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.0.alpha6.snapshot2
26
+ version: 5.0.0.alpha6.snapshot4
27
27
  description: Logstash plugin API
28
28
  email:
29
29
  - info@elastic.co