logstash-output-tcp 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 4e16f8c5dd762869318fe709edbf33a4a7b95c0f
4
- data.tar.gz: 17ef8cc448f1a43d3b80f52e016779f918c19248
3
+ metadata.gz: b16efef0b7833090ff4cf795eb3fe3393721c493
4
+ data.tar.gz: 9ead3357b0606af37a4ba7b0c8f4dcc4594c0c24
5
5
  SHA512:
6
- metadata.gz: 11da80208a1df284e1a3f6f47d689aa21710b4691af58ecccc42480906bda0fdb9646f6b01da71c310e757cd24c131883ccc8e808fd4a84d971e1fe1fa58fb45
7
- data.tar.gz: f1601bdb1b9b7bac0c5ea1b14987ac85b1521127be676734ccc2bc389866d71f877f180d6588dbc175cf42c333c00775dc5ca43e7b9268c884f27d4bc02d41f1
6
+ metadata.gz: 8e109b51e05e37a160ef5cb0502d8c93f7d1738c7ef52a96c550415013249db1adf348be4222b1e4fcc383e93607b759c25905f03735a0f2185b8b14b90c1aac
7
+ data.tar.gz: e2eb604e55abdcf50cf7dbb9335057ab7f2f708d1440376b32608bfe4044b06edf157d940cdea61b4535960a16d83405f081cbe071eb69b183ece3719934ed49
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -67,6 +67,7 @@ class LogStash::Outputs::Tcp < LogStash::Outputs::Base
67
67
 
68
68
  public
69
69
  def register
70
+ require "socket"
70
71
  require "stud/try"
71
72
  if server?
72
73
  workers_not_supported
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-tcp'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Write events over a TCP socket."
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"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-tcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  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
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -87,7 +87,7 @@ files:
87
87
  - lib/logstash/outputs/tcp.rb
88
88
  - logstash-output-tcp.gemspec
89
89
  - spec/outputs/tcp_spec.rb
90
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
90
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
91
91
  licenses:
92
92
  - Apache License (2.0)
93
93
  metadata:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.5
112
+ rubygems_version: 2.1.9
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Write events over a TCP socket.