logstash-input-log4j 3.1.1-java → 3.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 34480f12f47c2233a125b5da144400f65a0b7fa5
4
- data.tar.gz: 34225304008ccf260f3def64861ee3da17cf8c6a
2
+ SHA256:
3
+ metadata.gz: f563a5f95ce849692090def97303af1cc1141f63d4795f40f26f38f6f8b40912
4
+ data.tar.gz: 95ba4151e27e24c64b1a65d107e26e35cef4a2e89b3b80c4ec3f6363f3e1b190
5
5
  SHA512:
6
- metadata.gz: 6c8d9488ac7da019b66dfa15d76d30ce5902b21e303a74c42641a3a675f622555e740b029d6f81586484d9fd0973f004870a0fb785b1c457d2017d1efca74e26
7
- data.tar.gz: 18220729af1b0498a12ba22cdc95ad3441e1fdaebb0d936ca6aca3695e2c33a401a800c63e0030d2afb5d7e2a4dc96c94f46e9029e56ae2391777dda9b6335d0
6
+ metadata.gz: 7bb611892f5151c641f9069fdc69324b4ccde9589065b078bf927f60dd598a8fc321e01d8de26b726cc1f3351461a503d29bd419bd2ba6642a3e9ad28fe6c5b7
7
+ data.tar.gz: d57908da585259fc15046131cdd1fca59a9398ab8e17cb29fa15fc688882c6c775b53876f11d988b4a8413657626697d0b170cdb9b37d7226d52a2a286dae6a1
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.1
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-log4j'
4
- s.version = '3.1.1'
4
+ s.version = '3.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read events over a TCP socket from a Log4j SocketAppender"
6
+ s.summary = "Reads events over a TCP socket from a Log4j `SocketAppender` object"
7
7
  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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-log4j
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -113,10 +115,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  version: '0'
114
116
  requirements: []
115
117
  rubyforge_project:
116
- rubygems_version: 2.4.8
118
+ rubygems_version: 2.6.11
117
119
  signing_key:
118
120
  specification_version: 4
119
- summary: Read events over a TCP socket from a Log4j SocketAppender
121
+ summary: Reads events over a TCP socket from a Log4j `SocketAppender` object
120
122
  test_files:
121
123
  - spec/fixtures/log4j.payload
122
124
  - spec/inputs/log4j_spec.rb