logstash-input-udp 3.3.1 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5eb73eece60d5631a8785502c8d68a8dc4a23e086a8586d8554528290c98fa5
4
- data.tar.gz: 0a8b731a32150a92ddd262a0f3df4c5cb1348e6c50e583d0630bad031df2c443
3
+ metadata.gz: 2c1a51adcca72f210af80205adc7013e645125c20d9cdcf3594722dc6a1edd30
4
+ data.tar.gz: ef56390c1eb089a147aec7ed835f0ed2ffd0e1f5d1dd081eebb7b9cedc7c0af6
5
5
  SHA512:
6
- metadata.gz: 452db944945f274ca25d0685cf52f178a3ca54ecc67ff3db68f51a870b47f114619396ee24282b7ebb25f9586979e2d1187a46de16015d6b42323570803f897d
7
- data.tar.gz: f1c882bfc3237984ce6063a487d1449ff8250e26e21f97c374f659a48db03e475387859090939521272f6cb885bf9923ae29d51b124e4c0b82e7e652695a6da1
6
+ metadata.gz: ec255113cc79a3f82da8ca84a35f15d49a05e55fc1cb49f4fe42be2ea226a1997ce862ccaa849fd5b5acc5ff065b3134903be05c96434ad7ad678f85189bc729
7
+ data.tar.gz: 90143728291117d521b2479b1665e09ddbeb1920135ed66a99dbd7f92898da7585d0fc250d8f3d7e2a6c28ce715e0f1f250621ca86ba99ae3ad53e46d1297279
@@ -1,3 +1,6 @@
1
+ ## 3.3.2
2
+ - Fix missing require for the ipaddr library.
3
+
1
4
  ## 3.3.1
2
5
  - Docs: Set the default_codec doc attribute.
3
6
 
@@ -4,6 +4,7 @@ require "logstash/inputs/base"
4
4
  require "logstash/namespace"
5
5
  require "socket"
6
6
  require "stud/interval"
7
+ require "ipaddr"
7
8
 
8
9
  # Read messages as events over the network via udp. The only required
9
10
  # configuration item is `port`, which specifies the udp port logstash
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-udp'
4
- s.version = '3.3.1'
4
+ s.version = '3.3.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
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"
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.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.11
131
+ rubygems_version: 2.6.13
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Reads events over UDP