logstash-output-websocket 3.0.3 → 3.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: 321411ec4ac78c13a03979023934c7748149935d
4
- data.tar.gz: 763353c818e24d8015af83f7a5a701e714d86b1e
2
+ SHA256:
3
+ metadata.gz: 7ca389d6a6b9a44d250df3a1a11c3d16905977eaaa5824bccbc908223d99c4d2
4
+ data.tar.gz: dc1009455995911f66d63f9eacd2dbb44603d5248b52e1931828086e500f30d6
5
5
  SHA512:
6
- metadata.gz: 4e42274fffaac0f4ec927bd57a17e9fbb22d9f2fe2e6d7022c8bfb5ed8c90b3bc06228f59ebba3d087d1d04a70c7e2edef73084948baed30f7fa85d636b5c6b9
7
- data.tar.gz: 303fc21c5fed64be13dcf90cb9fcccca891a5f1361d06e3a35507990f65b79d8319551e3d716b8539f53851fbfa25e0ed2ef3a93214355ea91d4c4e739c77b9b
6
+ metadata.gz: 10b77b07a48e543dd8c04937070a53fbe5c55ac502cc723be34f0e481ededb73cb89126a9da5a478deef56ce63b71f5932747a4685f8b883ec216f919f5dac89
7
+ data.tar.gz: dee65bf9c49ac80dfe48518e7938704f74bf851e67996ced1e5de049ba21888d81bd59a7794bf1b036c7676ced3c7b04785ce2c7348e6d7737457f620fa810ca
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-websocket'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output runs a websocket server and publishes any messages to all connected websocket clients."
6
+ s.summary = "Publishes messages to a websocket"
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-output-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -126,9 +128,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  version: '0'
127
129
  requirements: []
128
130
  rubyforge_project:
129
- rubygems_version: 2.4.8
131
+ rubygems_version: 2.6.11
130
132
  signing_key:
131
133
  specification_version: 4
132
- summary: This output runs a websocket server and publishes any messages to all connected websocket clients.
134
+ summary: Publishes messages to a websocket
133
135
  test_files:
134
136
  - spec/outputs/websocket_spec.rb