logstash-output-http 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab516b2caaebac6c6d423968cfa798482bc30397
4
- data.tar.gz: b7d9d5435af8105187cfb60e17dd4290d588bed1
3
+ metadata.gz: ddd34eaab5f5f023138eede5762b6911c6542be9
4
+ data.tar.gz: ab1aec99d160c6dcd84fe624d5d4274fa0840dfd
5
5
  SHA512:
6
- metadata.gz: 8ed52d96ab31cd98af7e053325ccc1bb4c209e281b10045ca504013c27a0924f53243ec5a88bdc72e5c57a892153a0006abc9a07f38e3a77eb02cc16352e8af8
7
- data.tar.gz: 225f67b2638399123dd8ea26702f56cc1fd8c5aff8482eff33d6e28d3d81b1c7b27998ce26f5ad0821756743120c0e4cc36218c7de11e01467a2143cd016f0ba
6
+ metadata.gz: 2e5d6443d21b3caf9172a53c6469a4ba9cd8351f3c62e10ecc2b905eabf2710427b63938d0b56e66245487e59486c6dac05e1d1a5a5825c2692914bd0a8b4892
7
+ data.tar.gz: 6ae047e197b2e1ff442ef460d49e22f40b5746c0cde155d2752778d23836fe9fae4a69712c38377d5a3780b94fbb52ce70aeea96b7ec66babb6b1bbec4f0da6b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.1
2
+ - Fix some documentation issues
3
+
1
4
  ## 5.0.0
2
5
  - Breaking: bump dependency in breaking version of logstash-mixin-http_client
3
6
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-http'
3
- s.version = '5.0.0'
3
+ s.version = '5.0.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This output lets you `PUT` or `POST` events to a generic HTTP(S) 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"
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.0.0
4
+ version: 5.0.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-02 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement