Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 38bccc3

Browse files
committed
[skip ci] update gemspec summary
1 parent b143707 commit 38bccc3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.3
2+
- Update gemspec summary
3+
14
## 5.0.2
25
- Fix bug where this input would crash logstash during some socket reads when acting as an SSL server
36

logstash-input-tcp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = 'logstash-input-tcp'
33
s.version = ::File.read('version').split("\n").first
44
s.licenses = ['Apache License (2.0)']
5-
s.summary = "Read events over a TCP socket."
5+
s.summary = "Reads events from a TCP socket"
66
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"
77
s.authors = ["Elastic"]
88
s.email = '[email protected]'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

0 commit comments

Comments
 (0)