logstash-output-udp 3.0.4 → 3.0.5

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: a9677bbcacebf20cf7f88920702cb5821258a690
4
- data.tar.gz: 02f8a25f95322dd505925f720e7ed17e027a7139
2
+ SHA256:
3
+ metadata.gz: 960420ce961c61b296ffa635ccd2d5af5815423867837c88d698fec311a611a2
4
+ data.tar.gz: dd37249b3a88ef2c11c3c26d90d2c8458582eccaee667dc0be2172de3b9411b3
5
5
  SHA512:
6
- metadata.gz: e5f3c0d42fa9ddeadde7adbd6419745e93de84973269cebecb3f8fb3516786fdcfd56e43a01bc84962fd22017fa204c40b29f379279f6a783e45ca01d1ee290d
7
- data.tar.gz: 742cad70203c27f4f895f9288c7b4b0ba5165fbd61a30bcee095d1460b3c2faefb0277519baa3d28b0c019d11eef279a5f792651927300888066898a470f0830
6
+ metadata.gz: a5488cb9326d890c10229badec98b920f5f2627db9d1baddf98193c6c504bbd0471d5954dd1c672d50a94434186d9eef810aa7f2f007e47b2688acca6fe55eda
7
+ data.tar.gz: 05c5498ec8c7508888f490870cc66f6d5065c1126aace7b4b00485239405d23055ae3e1b138430d013e940a08491b2586c6210a9c0300618d61802d62c1786f3
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
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-output-udp'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Send events over UDP"
6
+ s.summary = "Sends 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-output-udp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: Send events over UDP
105
+ summary: Sends events over UDP
104
106
  test_files:
105
107
  - spec/outputs/udp_spec.rb
106
108
  - spec/spec_helper.rb