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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 634f284f7ed9dd1209be3f3d3eeb7c910e082dcd
4
- data.tar.gz: fdd20e79d3b479aca57af3ccb2e5229e21e1af2c
3
+ metadata.gz: 39061474a2ebfc3d65d9fadae87fc4ca9502894d
4
+ data.tar.gz: bfc250526eb52de3c95a40483050cc5af2c952a5
5
5
  SHA512:
6
- metadata.gz: 90ca864cee7c083ca584c64a8411e80dfdd8be1339a5e7d15e76e8c016a94646579c3baa767bf101377d5821acdf590e0f12fb5100e55977e1ae0eeeb5aff0e0
7
- data.tar.gz: d835aaa8b5b985f9bd26cc9523f635242825c31d4ed01371d676ca07d711441b1194be6a8224bcd27feb77284b3a1819f50b25266b9d3c4a5ac7f58ed65fef90
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.6'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-websocket_topics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.6
4
+ version: 2.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Osheroff