logstash-core-event 2.2.2-java → 2.2.3-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash-core-event/version.rb +1 -1
- data/logstash-core-event.gemspec +2 -2
- data/spec/logstash/event_spec.rb +1 -0
- metadata +5 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5edd7a81dca8b0888b783dfc6105d863a6a3875c
|
4
|
+
data.tar.gz: 3e2df08cc21ab6e9dde0a7495204c73045ef5d8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d29def46a12f838d4bab4af26422da979709a4726ee7e07e9ad43037de2fdc00c0552125df883daad6719ce2d7f64b605aacf4bab1a73b72a79a5e931d1068fc
|
7
|
+
data.tar.gz: 8aa238602beb8bb3131d88db0954ff27c6fc2f0b8cd047d5d85bf91ffb728a8c5877ce5fcd189b0833436491fd3f2effb5e27d8ef14b99bf2c8f6a7f5bfb6ea2
|
data/logstash-core-event.gemspec
CHANGED
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
require 'logstash-core-event/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |gem|
|
7
|
-
gem.authors = ["
|
8
|
-
gem.email = ["
|
7
|
+
gem.authors = ["Elastic"]
|
8
|
+
gem.email = ["info@elastic.co"]
|
9
9
|
gem.description = %q{The core event component of logstash, the scalable log and event management tool}
|
10
10
|
gem.summary = %q{logstash-core-event - The core event component of logstash}
|
11
11
|
gem.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
data/spec/logstash/event_spec.rb
CHANGED
metadata
CHANGED
@@ -1,22 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-core-event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Pete Fritchman
|
9
|
-
- Elasticsearch
|
7
|
+
- Elastic
|
10
8
|
autorequire:
|
11
9
|
bindir: bin
|
12
10
|
cert_chain: []
|
13
|
-
date: 2016-
|
11
|
+
date: 2016-03-29 00:00:00.000000000 Z
|
14
12
|
dependencies: []
|
15
13
|
description: The core event component of logstash, the scalable log and event management tool
|
16
14
|
email:
|
17
|
-
-
|
18
|
-
- petef@databits.net
|
19
|
-
- info@elasticsearch.com
|
15
|
+
- info@elastic.co
|
20
16
|
executables: []
|
21
17
|
extensions: []
|
22
18
|
extra_rdoc_files: []
|
@@ -52,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
48
|
version: '0'
|
53
49
|
requirements: []
|
54
50
|
rubyforge_project:
|
55
|
-
rubygems_version: 2.4.
|
51
|
+
rubygems_version: 2.4.8
|
56
52
|
signing_key:
|
57
53
|
specification_version: 4
|
58
54
|
summary: logstash-core-event - The core event component of logstash
|