logstash-output-stomp 3.0.7 → 3.0.8

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: ffc4538bc5628d9d7f6654598f2146a0c7740a66
4
- data.tar.gz: df573b64082faf640aa85a66a4557e80dddae1ef
2
+ SHA256:
3
+ metadata.gz: 8ad7c8602c5d027295478c1d744b307f3dc9e42801f954a31e4123849ffae8a1
4
+ data.tar.gz: b3d138d5f8f5d1220ab417421b66b5aeef8fec9f411af676c9c87ca0eae4a46f
5
5
  SHA512:
6
- metadata.gz: d5250ea9141eeb1c23142abcf005705c9c5c0018f9e47c2ade2b32e7c606ad8576152a7a2522e9654cbcafc4107f5fcc18342ec56ded768a9f669491d673319d
7
- data.tar.gz: aebba2a66c660fb3b28e6b5b00f6b911237cc52c65392fd0fcfc5e385607d5c1f483e642cc81d9fbca0bc9d89f328ebd8b441c30c5d81bdf78dc8c5f0a3f3421
6
+ metadata.gz: fe9bed6b94da39b650b0babf71335aa22b57b463cc95cd37661b249cf97bf2089b8a28680943f9ed18b4aac58a12cf5e02b312777cdd60d1e5d1c2c9727b653c
7
+ data.tar.gz: 82eb5f8cf41fab28da930be6b2b732907b1210257534c2728cce587191615fb7633c03cb4df935cba8deef4d569ee3867b40fbde6ab87f19a69dcaedd8654cc1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.7
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-stomp'
3
- s.version = '3.0.7'
3
+ s.version = '3.0.8'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Send events to a stomp server"
5
+ s.summary = "Writes events using the STOMP protocol"
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-stomp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Send events to a stomp server
104
+ summary: Writes events using the STOMP protocol
103
105
  test_files:
104
106
  - spec/outputs/stomp_spec.rb