Skip to content

Commit 9b73ce6

Browse files
committed
[skip ci] update gemspec summary
1 parent b25f986 commit 9b73ce6

File tree

2 files changed

+5
-2
lines changed

2 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+
## 4.0.13
2+
- Update gemspec summary
3+
14
## 4.0.12
25
- Fix bug where output would fail if the s3 bucket had encryption enabled (#146, #155)
36

logstash-output-s3.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-s3'
3-
s.version = '4.0.12'
3+
s.version = '4.0.13'
44
s.licenses = ['Apache-2.0']
5-
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
5+
s.summary = "Sends Logstash events to the Amazon Simple Storage Service"
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]'

0 commit comments

Comments
 (0)