logstash-input-http_poller 4.0.3 → 4.0.4

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: a32f39048f5329848504f38c8c89cf5e997cdc9b
4
- data.tar.gz: 6e9a910ca6dd641db1ce87e2b23f76d05249d128
2
+ SHA256:
3
+ metadata.gz: 9324d9f3a1c750ee797445ab4ca2e23dcee511cac792995201d8c7a44708943c
4
+ data.tar.gz: d40b2dbe60634d59e51ee74314f729d17a39e84e772fb3a5010f26a459418038
5
5
  SHA512:
6
- metadata.gz: 5b20a8cefd5691306d89cbb68c52105adc50675a3a9f95e6fc39abe46f307ca5591cb88c4628e934805c902b03383eafe9e9c0b309c64e3999c1418a783407e6
7
- data.tar.gz: 332c3f3e13855246c5bc821096558c9a58a65824491e107b2307d5c0366c3e20bf71c86af9683039414b1e1ea90d0b2f8a6df434bd27e82319c43d976ca313cf
6
+ metadata.gz: 83d57264366e4c2129f067ec08d29c280dfcb0e3f677b4ca4aebf053ed3f750713ba0842c0bbe30826171d0d7af0b761e56f8528cc0577bdd7a6cd7ca2cb1da9
7
+ data.tar.gz: e9fb1983b5efe25a66e48f5e9ce43813e9f99735610956cc8414e1f08cc766ab82f642b0d25ab89b6bebdeeecea887b3900a41c2070791d9c429492ac6b9b953
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.3
2
5
  - Docs: Remove row in overview table to fix build error
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http_poller'
3
- s.version = '4.0.3'
3
+ s.version = '4.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Poll HTTP endpoints with Logstash."
5
+ s.summary = "Decodes the output of an HTTP API into events"
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", "andrewvc"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http_poller
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-20 00:00:00.000000000 Z
12
+ date: 2017-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -149,7 +149,9 @@ dependencies:
149
149
  - - ">="
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
- 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
152
+ description: This gem is a Logstash plugin required to be installed on top of the
153
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
154
+ gem is not a stand-alone program
153
155
  email: info@elastic.co
154
156
  executables: []
155
157
  extensions: []
@@ -186,9 +188,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
188
  version: '0'
187
189
  requirements: []
188
190
  rubyforge_project:
189
- rubygems_version: 2.4.8
191
+ rubygems_version: 2.6.11
190
192
  signing_key:
191
193
  specification_version: 4
192
- summary: Poll HTTP endpoints with Logstash.
194
+ summary: Decodes the output of an HTTP API into events
193
195
  test_files:
194
196
  - spec/inputs/http_poller_spec.rb