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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a83b552e07a73ab0f06a64ffc9a34b0e4f8813b8
4
- data.tar.gz: 68f0702ea7a0423735d1ce25a63f16d93481360d
3
+ metadata.gz: 5edd7a81dca8b0888b783dfc6105d863a6a3875c
4
+ data.tar.gz: 3e2df08cc21ab6e9dde0a7495204c73045ef5d8b
5
5
  SHA512:
6
- metadata.gz: 42e829c019c1beeb8b7eebf18f4bf1c86ceb829dbd3ba7d1eb2500133f4a61876bc8896b83e1872f4f35c7f7d6d0ba5816b5c0d1d4c210356a11f3e16ebf828d
7
- data.tar.gz: 3c93f5e33eb20b278c30880f53191d609664b900f6a44041fba727dc37e53475d04a96f279a864ab7a999dd6add98c94723cb9f06b651e2f3bc15298db58d0bb
6
+ metadata.gz: d29def46a12f838d4bab4af26422da979709a4726ee7e07e9ad43037de2fdc00c0552125df883daad6719ce2d7f64b605aacf4bab1a73b72a79a5e931d1068fc
7
+ data.tar.gz: 8aa238602beb8bb3131d88db0954ff27c6fc2f0b8cd047d5d85bf91ffb728a8c5877ce5fcd189b0833436491fd3f2effb5e27d8ef14b99bf2c8f6a7f5bfb6ea2
@@ -5,4 +5,4 @@
5
5
  # Note to authors: this should not include dashes because 'gem' barfs if
6
6
  # you include a dash in the version string.
7
7
 
8
- LOGSTASH_CORE_EVENT_VERSION = "2.2.2"
8
+ LOGSTASH_CORE_EVENT_VERSION = "2.2.3"
@@ -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 = ["Jordan Sissel", "Pete Fritchman", "Elasticsearch"]
8
- gem.email = ["jls@semicomplete.com", "petef@databits.net", "info@elasticsearch.com"]
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"
@@ -262,6 +262,7 @@ describe LogStash::Event do
262
262
  expect(subject[ "field1" ]).to eq([ "original1", "original2", "append1" ])
263
263
  end
264
264
  end
265
+
265
266
  end
266
267
 
267
268
  it "timestamp parsing speed", :performance => true do
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.2
4
+ version: 2.2.3
5
5
  platform: java
6
6
  authors:
7
- - Jordan Sissel
8
- - Pete Fritchman
9
- - Elasticsearch
7
+ - Elastic
10
8
  autorequire:
11
9
  bindir: bin
12
10
  cert_chain: []
13
- date: 2016-02-18 00:00:00.000000000 Z
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
- - jls@semicomplete.com
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.5
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