logstash-output-websocket_topics 2.1.5 → 2.1.6
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
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 634f284f7ed9dd1209be3f3d3eeb7c910e082dcd
|
4
|
+
data.tar.gz: fdd20e79d3b479aca57af3ccb2e5229e21e1af2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90ca864cee7c083ca584c64a8411e80dfdd8be1339a5e7d15e76e8c016a94646579c3baa767bf101377d5821acdf590e0f12fb5100e55977e1ae0eeeb5aff0e0
|
7
|
+
data.tar.gz: d835aaa8b5b985f9bd26cc9523f635242825c31d4ed01371d676ca07d711441b1194be6a8224bcd27feb77284b3a1819f50b25266b9d3c4a5ac7f58ed65fef90
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-websocket_topics'
|
4
|
-
s.version = '2.1.
|
4
|
+
s.version = '2.1.6'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This output runs a websocket server and publishes any messages to those conencted clients that have subscribed to the topic being published."
|
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/plugin install gemname. This gem is not a stand-alone program"
|