logstash-input-udp 3.1.2 → 3.1.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: 4b5f213e8871531cc5e2f53f7aeb11225208110f
4
- data.tar.gz: cc9875269826e9451ff92414fc9b5e08a857cd4f
2
+ SHA256:
3
+ metadata.gz: 29522e18476cbd28b2df6af5c4628d51a05269e925fdedab6f9e461108f1453c
4
+ data.tar.gz: 4de2a83077bdc9193c08970ce38a9eb1f42ebb141b45b5d2eb22af42004aeb61
5
5
  SHA512:
6
- metadata.gz: 04e946d86237250b6cee9b8ea131fb850ec4813150a5e85737ddd1a181a7f1f6ac3fc0e23ee374a4d7b48296b7894211882bd026af3ba9a60e15d8096d376b1f
7
- data.tar.gz: 4f15a5ca530bc64eb7554034ad99c5d398162ea621af930cd132b488fafc4c8d958ab985a4ddf2f04f5bae9b6b3ea7a1fdeec20badfe213ebf3234038b6c0d3e
6
+ metadata.gz: 93217447e2fdb8ea74166fde9759bf66e031d6570dca4dd471f72913d189926e9e0a77c4f6580e6aa13214cbc6d2ddeaaf8d8621d11e34c9393711bb3b681f22
7
+ data.tar.gz: 6880681a1da9e4b9399162601532348f47f53414f760077805214e7d25529ae3f00943b467db90fea7b569cda9fb9037fa9b75f89162fb22223b3c6ccb9a2293
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.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-udp'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read messages as events over the network via udp."
6
+ s.summary = "Reads events over UDP"
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-udp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.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: []
@@ -112,10 +114,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
114
  version: '0'
113
115
  requirements: []
114
116
  rubyforge_project:
115
- rubygems_version: 2.4.8
117
+ rubygems_version: 2.6.11
116
118
  signing_key:
117
119
  specification_version: 4
118
- summary: Read messages as events over the network via udp.
120
+ summary: Reads events over UDP
119
121
  test_files:
120
122
  - spec/inputs/udp_spec.rb
121
123
  - spec/spec_helper.rb