logstash-filter-http 1.0.0 → 1.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
  SHA256:
3
- metadata.gz: 28f518ce33ec20eb2bc5c7a278b306a23e6395601de73fb15d047200e70cad6b
4
- data.tar.gz: 8ba79804ade21d536250d2c8a27e3a29f013851d4489b7a5322140b4f10dd549
3
+ metadata.gz: afae45a2a7c10f0b80e4d9eb045c244689c59e0ad205fae9affd450d5e54b045
4
+ data.tar.gz: 53531aa753498082cf4b1cd8145f89f908a6d044bd3278070a7735da549475f6
5
5
  SHA512:
6
- metadata.gz: ef3bdadac066c4935470023a38090051843e5a64e0e252b65889a7b23618164a63a91ab378481a214ae2803152539d8bc5c092774a881cdf8421ab9c82b92f92
7
- data.tar.gz: cbff8c4e85e409dbfa7a7ffbf70d1a225db18c3f0eed4edfa54c302a7adb03a5e6171e9bdc3ec35e1d24c5429ca1a13dbceed2e9e35c8b446d07090223f065d0
6
+ metadata.gz: 67d91bdf0c67744aee921a35af663f75d7e19d8bef82cfa76ae6ed69ffa24b74976829db210b50942777cea31b23d1daa75e6682d7566ff86690a956f0a9b5d6
7
+ data.tar.gz: 76d1e76071bd5ac96b8ba2408c311e619c3deef5aeab8eb08e225b5faf5e7b8efca80c39b5d541c28225771a4aab912c8362d1b83b2ef2fe4f58ddbbfc7d70e6
@@ -1,3 +1,6 @@
1
+ ## 1.0.1
2
+ - Fixed minor documentation issues [#9](https://github.com/logstash-plugins/logstash-filter-http/pull/9)
3
+
1
4
  ## 1.0.0
2
5
  - Minor documentation fixes
3
6
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-http'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = 'This filter requests data from a RESTful Web 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 logstash-filter-http. This gem is not a stand-alone program'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.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: 2019-01-11 00:00:00.000000000 Z
11
+ date: 2019-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement