logstash-output-http 5.1.0 → 5.1.1

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: ed1975dd9a23d8a355ca14ccd0d191d387620356
4
- data.tar.gz: d4ce66fe7f7c0b4e5396f819a70aeb62292be625
2
+ SHA256:
3
+ metadata.gz: c81e27750e24a4c4692bf262fb0e5194ef258b2ea2ce60e30054943937266b2f
4
+ data.tar.gz: b279310c4b9e8d2200cc28963ac6384892c967e5cf8292f15b5a02293df7245a
5
5
  SHA512:
6
- metadata.gz: d393ce2604784a67dcdedd1196650054cc32e246e16fb13fc93638941fbf6f0dffad804a758b9b99bd87ebefa16ed194b3e5558c52bf92b403c54af1fc72cd70
7
- data.tar.gz: 70237b74bcdbeaeb2a0bd482f07189faf3c3f9dedda59226ca29086f9967eb7cf93dab8caecfb10e47093b508ca9aa8d2fc5013fec3f3b84feadca79dec6cabb
6
+ metadata.gz: c4b08091a3c747e633ecedbdfd326b477a973a01a1e530d8afc47bcd470fc9f0f1525265f3dffb098c7ef5c0691968f5983bd1403a2ecfef29ae1f63afe6801f
7
+ data.tar.gz: 1f264ef6ec26fcb33b8f7ba231bff6810dc9e5e569e292e86f3975de4777ae1868edbde626ad7416409d91163f1d949d5e59c0108707df8e08e96929d7759d11
@@ -1,3 +1,6 @@
1
+ ## 5.1.1
2
+ - Update gemspec summary
3
+
1
4
  ## 5.1.0
2
5
  - Adding a new option `http_compression` for sending compressed payload with the `Content-Encoding: gzip` header to the configured http endpoint #66
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-http'
3
- s.version = '5.1.0'
3
+ s.version = '5.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you `PUT` or `POST` events to a generic HTTP(S) endpoint"
5
+ s.summary = "Sends events to a generic HTTP or HTTPS endpoint"
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-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 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
@@ -92,7 +92,9 @@ dependencies:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
- 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
95
+ description: This gem is a Logstash plugin required to be installed on top of the
96
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
97
+ gem is not a stand-alone program
96
98
  email: info@elastic.co
97
99
  executables: []
98
100
  extensions: []
@@ -131,10 +133,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
133
  version: '0'
132
134
  requirements: []
133
135
  rubyforge_project:
134
- rubygems_version: 2.4.8
136
+ rubygems_version: 2.6.11
135
137
  signing_key:
136
138
  specification_version: 4
137
- summary: This output lets you `PUT` or `POST` events to a generic HTTP(S) endpoint
139
+ summary: Sends events to a generic HTTP or HTTPS endpoint
138
140
  test_files:
139
141
  - spec/outputs/http_spec.rb
140
142
  - spec/supports/compressed_requests.rb