-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## 5.0.2 | ||
- Update gemspec summary | ||
|
||
## 5.0.1 | ||
- Fix some documentation issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Gem::Specification.new do |s| | ||
|
||
s.name = 'logstash-output-tcp' | ||
s.version = '5.0.1' | ||
s.version = '5.0.2' | ||
s.licenses = ['Apache License (2.0)'] | ||
s.summary = "Write events over a TCP socket." | ||
s.summary = "Writes events over a TCP socket" | ||
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" | ||
s.authors = ["Elastic"] | ||
s.email = '[email protected]' | ||
|