logstash-core 6.7.1-java → 6.7.2-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/lib/logstash/compiler/lscl.rb +1 -1
- data/lib/logstash/runner.rb +2 -0
- data/versions-gem-copy.yml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 993a858e976c9894759d0cf34016a4ebbfcd7628e485ee7aa37e3095f07f563a
|
|
4
|
+
data.tar.gz: '09c99d9248aafcbc0508559da35c5a104bfd9f4b9f7ecab5bf3ba369e2cb2865'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 182ed39346a07c1f5d667ea128ab36cb7d185f3ecfe1d7dc4f6f291441146119f8e80a76c2830b54ffb955fb8b2cac626dec1cd4fa5d10dfc47217c3074cdcb7
|
|
7
|
+
data.tar.gz: b3cd3565f840d148c6ab58b5149240c244acf73a4e6997ab92cc7a682cd76070b1f3c59598201fe97d560ec052a2001b72be6c14b4132c14fcf6c4967582ea14
|
|
@@ -115,7 +115,7 @@ module LogStashCompilerLSCLGrammar; module LogStash; module Compiler; module LSC
|
|
|
115
115
|
elsif existing.kind_of?(::Array)
|
|
116
116
|
hash[k] = existing.push(*v)
|
|
117
117
|
else
|
|
118
|
-
hash[k] = existing
|
|
118
|
+
hash[k] = [existing, v] unless v == existing
|
|
119
119
|
end
|
|
120
120
|
hash
|
|
121
121
|
end
|
data/lib/logstash/runner.rb
CHANGED
data/versions-gem-copy.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
logstash: 6.7.
|
|
3
|
-
logstash-core: 6.7.
|
|
2
|
+
logstash: 6.7.2
|
|
3
|
+
logstash-core: 6.7.2
|
|
4
4
|
logstash-core-plugin-api: 2.1.16
|
|
5
5
|
|
|
6
6
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
|
7
7
|
# *and* for which jars artifacts are published for compile-time
|
|
8
8
|
jruby:
|
|
9
|
-
version: 9.2.
|
|
10
|
-
sha1:
|
|
9
|
+
version: 9.2.7.0
|
|
10
|
+
sha1: dc35f9bb991f526f058bf6b9591c460f98cffe9e
|
|
11
11
|
|
|
12
12
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
|
13
13
|
# not for the compile-time jars
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.7.
|
|
4
|
+
version: 6.7.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -608,7 +608,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
608
608
|
version: '0'
|
|
609
609
|
requirements: []
|
|
610
610
|
rubyforge_project:
|
|
611
|
-
rubygems_version: 2.7.
|
|
611
|
+
rubygems_version: 2.7.9
|
|
612
612
|
signing_key:
|
|
613
613
|
specification_version: 4
|
|
614
614
|
summary: logstash-core - The core components of logstash
|