logstash-input-stomp 3.0.6 → 3.0.7

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: b99721a442817dbc133e72433f9522f0db4139b9
4
- data.tar.gz: 307485148adf50b3e1a78fc4c4b8e5d3074a7dc2
2
+ SHA256:
3
+ metadata.gz: 688c0733833ee4f2d0e4990ef9e6316cce32e7074b97bcc0ead7de4193b0fde2
4
+ data.tar.gz: 79703cb97779fe765d7cfedb56e64cc7d504ce01e5ad5282a27011a4b51af9bc
5
5
  SHA512:
6
- metadata.gz: dea43df7013a335009bc0cd673731837480dda5d92a958a30844b6260a35f294c4c4d105001311155da78456e1f6b6b081db9cf3039a6ceedbd484784d22c803
7
- data.tar.gz: afdf310ac9ca54a69ebccc88a76ef7290134036a5792c11595adbbd1ec57680da0b946329f95ac5dd3cd6a7b0bca09aa83396b81d5d18c14f4e25b9d56b64381
6
+ metadata.gz: a314421db3a19be9e6edb0a82cd4f80eaf57f113ae84ca10e62cab10fd03aa0484608e936ccf62e9e9cc1ec6c9e9f1dac9819b7a33d0b92c9cda4a9960970404
7
+ data.tar.gz: c1b627d869a4140218d9f0544594fbb2a21d96ec75a18fb19c514dff6c3d841e8afaff9030be5438f2a5295110e4f649c31b43660b2e63b69c07fe1b446a52d8
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.6
2
5
  - Wait till pipeline is in run state to connect. Before this patch this plugin
3
6
  could block logstash indefinitely due to a connect method that never finishes.
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-stomp'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Pull events from a stomp server"
6
+ s.summary = "Creates events received with the STOMP protocol"
7
7
  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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-stomp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-07 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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Pull events from a stomp server
118
+ summary: Creates events received with the STOMP protocol
117
119
  test_files:
118
120
  - spec/inputs/stomp_spec.rb