logstash-input-websocket 4.0.2 → 4.0.3

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: 3690bcccef8455ccbe4e7dd4a5d6a0ba492ca8b7
4
- data.tar.gz: 49ef501a31eb8e1ecdc32723836c9f241899e555
2
+ SHA256:
3
+ metadata.gz: 211652509ff9c6cd393e675dc6752bb21b9f81e94efa305e9270d45f3e85b6bb
4
+ data.tar.gz: 6acc49b212a6b56522668ff9ed07d193c33eccff6c26878fe39462fbbf22634f
5
5
  SHA512:
6
- metadata.gz: e63c7ab5607830580497e07afe1cc247e3afb2cc0d0ef737f5df150a8d7052658393761b2d467ef12a29020c0b330794fe6ce49a369374fa6680d77219d2c1c4
7
- data.tar.gz: fa7487a73f03592291ce21f8e715427904f050519fb6aae18e2b424d15ab38486297329d8c6d425251ba953fdefd74ed311779be59fe595534c82ee723f3ba29
6
+ metadata.gz: 9e8b009299866d47339bf48738282acbedd302e1ac871680285092a96a7d07a4f19bc927e3ab6a08061146206c660a8e7581f2efea38552022caaeb1a26391da
7
+ data.tar.gz: 65ab237080f6445e07f8e63114be591e1ddba9ad8db45fe93eee8ec6eb1408f386d42c44c8a8fc8bb36c7ab4c5bd5ce45c4e8e78b59e7c30659e1948f0a38784
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.2
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-input-websocket'
4
- s.version = '4.0.2'
4
+ s.version = '4.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read events over the websocket protocol."
6
+ s.summary = "Reads events from 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-input-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
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-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: Read events over the websocket protocol.
118
+ summary: Reads events from a websocket
117
119
  test_files:
118
120
  - spec/inputs/websocket_spec.rb