logstash-input-rabbitmq 6.0.1 → 6.0.2

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
- SHA1:
3
- metadata.gz: f954b9cfc0a6ef46f5c3e2cad2a3d296d4eadf70
4
- data.tar.gz: f575e74f0ce1d7c8682af555d52564d939578b4b
2
+ SHA256:
3
+ metadata.gz: 69a31d022aca2e0e7e1d65ac68bb8132a8fd128827a33cd85f3c5e519a07b6eb
4
+ data.tar.gz: 9b10633fe8048317d48586ef4c706b0b7dab5fdefc1fc6ff5fb48da28fe511a5
5
5
  SHA512:
6
- metadata.gz: 4a7f30ecfcd5feb013662c1c8c0f03d0e9b915e97860e3cda731eaae62bedaaec8ab975adc4999f12cdfc5f1c961a3033a1c8e9ae2d0c437b5f49d23e11e62e8
7
- data.tar.gz: a7c93290efa5715e71ee7bca4b6a9045fb014391b3e3413c4f8a2cbb1a02fde953b13c5fd0e7f56aa5440f34cc19942c7d109bc7777a038626940355d94f797e
6
+ metadata.gz: ab2e7b8c67ba020ba5bb3b43637ba801713776ac04c8f5c850118b9ef31845f1635fa3eae968335b139cdc481d3bb572a968da0b08a2c7c8de149972383a9ce9
7
+ data.tar.gz: 43d3688ca5216549a3c6192ffeddd23901c845a883d43c3a7d8dc2db671e8c7530e99ba9eb8167d82670f6e471c1e4dafa25c15cf5d2fa872a3af0cb2b7ec383
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.0.2
2
+ - Update gemspec summary
3
+
1
4
  ## 6.0.1
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-rabbitmq'
3
- s.version = '6.0.1'
3
+ s.version = '6.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Pull events from a RabbitMQ exchange."
5
+ s.summary = "Pulls events from a RabbitMQ exchange"
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-input-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
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-16 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: []
@@ -130,9 +132,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  version: '0'
131
133
  requirements: []
132
134
  rubyforge_project:
133
- rubygems_version: 2.4.8
135
+ rubygems_version: 2.6.11
134
136
  signing_key:
135
137
  specification_version: 4
136
- summary: Pull events from a RabbitMQ exchange.
138
+ summary: Pulls events from a RabbitMQ exchange
137
139
  test_files:
138
140
  - spec/inputs/rabbitmq_spec.rb