logstash-output-s3 4.0.12 → 4.0.13

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: 60f9298913378fe2ddc323e47608446b5c5a86d7
4
- data.tar.gz: af5202e4af32c0c4fa7dddbfec8c2555d7ef11d5
2
+ SHA256:
3
+ metadata.gz: 31c0e0ca6dc28796f973af9830c1c375560892c4d425bcb8735b8cf720ddf3f7
4
+ data.tar.gz: b06aacbcc82edae998b34205d9c8cee1d70bd0d734f70c79e846b02a9e99efa7
5
5
  SHA512:
6
- metadata.gz: 7944e4f6b681ab943d91a721e9c64dad4d811e9bd2dd7c1cb5169df842361750a95221f2fcb6db895356d0c1a87d8ca96e39f7895a482b65684151da47b1a284
7
- data.tar.gz: ee024969ccf2968b408a1fc9e6a78714d02d9a900f47ae6e72b2d3dc81c40e44274798e81fadfa720fa88166b53f0eb6d2dc327a72bcd6ed6a19bc58169dfa2d
6
+ metadata.gz: 5ecf5cd5791fa502b8301eee9beee91f58557bf3653c9340a930ab8cc870a6a0687740a3769f8a6e1df588d11680f153537888053f2f85e5f0303c30a0effbce
7
+ data.tar.gz: cd4bf16b7c61a02cdbf7460f1e03671e76e208c4a3c6e104a2fee5152ea0d962f5572a36d17c7bf3df247b95e99cb2563409984e658a915475ed9298f2a39200
@@ -1,3 +1,6 @@
1
+ ## 4.0.13
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.12
2
5
  - Fix bug where output would fail if the s3 bucket had encryption enabled (#146, #155)
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-s3'
3
- s.version = '4.0.12'
3
+ s.version = '4.0.13'
4
4
  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"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.12
4
+ version: 4.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-14 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,9 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- 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
117
+ description: This gem is a Logstash plugin required to be installed on top of the
118
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
119
+ gem is not a stand-alone program
118
120
  email: info@elastic.co
119
121
  executables: []
120
122
  extensions: []
@@ -184,10 +186,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
186
  version: '0'
185
187
  requirements: []
186
188
  rubyforge_project:
187
- rubygems_version: 2.4.8
189
+ rubygems_version: 2.6.11
188
190
  signing_key:
189
191
  specification_version: 4
190
- summary: This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)
192
+ summary: Sends Logstash events to the Amazon Simple Storage Service
191
193
  test_files:
192
194
  - spec/integration/dynamic_prefix_spec.rb
193
195
  - spec/integration/gzip_file_spec.rb