logstash-output-websocket_topics 2.1.6 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-output-websocket_topics.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39061474a2ebfc3d65d9fadae87fc4ca9502894d
|
4
|
+
data.tar.gz: bfc250526eb52de3c95a40483050cc5af2c952a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c6be04bc6fdc94e4f4bbd5b88d106a7664ae7b00e582a5088a75a8b0a25c0dc056e62828aa704b281e4ce5c4fe9e79de709820d01b924875a49dbb4d88d9423
|
7
|
+
data.tar.gz: c7f8ac4942283b52c85a9b37602b122124669be60307a9179e67a144a67c19fe0060f5af26deee335591d4d5c32a2b72f808bd5c1ad229ec2c28b56685505072
|
@@ -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.7'
|
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"
|