logstash-codec-cef 5.0.1-java → 5.0.2-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
- SHA1:
3
- metadata.gz: f7778c457565c67ccab5fc2a6662acdd9da9d594
4
- data.tar.gz: c0b634acb48011b06668e31230aa00e68f6f3379
2
+ SHA256:
3
+ metadata.gz: 6a264129640c226f88fc36cc63ebdd666f37990c8fba3ff5f97e97beb4a7c674
4
+ data.tar.gz: c34c004be92402ab0d8b768e3a4e41c07c6e48efc8a61f1b8a49ed073f38e7f9
5
5
  SHA512:
6
- metadata.gz: 6d70eadb6c139a8062e69209fa4de0feb79feeecf34cd8885ea706d98905d0f0ef60c352d45d77bc4f79e546981b7e9e75bbe7d666bb2255248660ddaafb8f58
7
- data.tar.gz: 12916f20462bcd9965385ec8a775da0c89b2e725ee7cabb12d2d73112363be2467d559714c1fdcf9a5f8dbb77cb739d9a433df5496642a267fcf738eb75372d2
6
+ metadata.gz: 511c08bfa584988789a5623c91be14f8c9244989dbd84b8eb5bda4043a91862dca29887aaf47991a8857214f59b9c8ba614c22ceaa95375c191a919493404380
7
+ data.tar.gz: 8000dffe4b20cd9f7e698009337634694a64a3b7674ecbc638c633e64f8f62db80bc7d2b8b6062bc54e1c563ac05305cb52c1703f605864b2831f590b5311eb9
@@ -1,3 +1,6 @@
1
+ ## 5.0.2
2
+ - Update gemspec summary
3
+
1
4
  ## 5.0.1
2
5
  - Fix some documentation issues
3
6
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-cef'
4
- s.version = '5.0.1'
4
+ s.version = '5.0.2'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache License (2.0)']
7
- s.summary = "CEF codec to parse and encode CEF formated logs"
7
+ s.summary = "Reads the ArcSight Common Event Format (CEF)."
8
8
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
9
9
  s.authors = ["Elastic"]
10
10
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-cef
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: CEF codec to parse and encode CEF formated logs
90
+ summary: Reads the ArcSight Common Event Format (CEF).
89
91
  test_files:
90
92
  - spec/codecs/cef_spec.rb