logstash-input-example 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: 0e1c134c81624f36137952298bc283ccf4f56faf
4
- data.tar.gz: 2a28c809dac329d25670a7f4cd6d7484eec59166
3
+ metadata.gz: 399bf5baedbc764a2994daef0f2618c796190c09
4
+ data.tar.gz: 6bd14eebd6ede2198c696eac547495074405d516
5
5
  SHA512:
6
- metadata.gz: 3bfbb8791640d5ca3e32faece5670425fad47c1e9afc92a55850f8b95bccedc1344476a1b2485559af02888208899571bacf23c04d80d009f3f6b20c1994d470
7
- data.tar.gz: 2bcf93f70fca5e76a4fe76ad501dad9029b8fec67006c393445f828756bbdb82b485ed89e711d4a901e4c699f1e2a277fce16b8aa8fef47a4ec01867ac1035e9
6
+ metadata.gz: 8ef39048ac18612fe8b64a8dcc37752043b7a09ac87858d0ea390b0638d710d106b79f47d1117a8bfbb081592e8a779fb9eb004c6075890159af30520c4e98a5
7
+ data.tar.gz: 1104960b8f2bf897c2cc0d3a691f96c8d4816a366b5c18d24931de3e69c3ed29f1eb4bb23cdc385a1d1c0a9d1276a0e68566fa76c27e2e492654ebb41461dd54
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.
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-example'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example input streams a string at a definable interval."
6
6
  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"
7
- s.authors = ["Elasticsearch"]
8
- s.email = 'info@elasticsearch.com'
9
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
7
+ s.authors = ["Elastic"]
8
+ s.email = 'info@elastic.co'
9
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10
10
  s.require_paths = ["lib"]
11
11
 
12
12
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-example
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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/inputs/example.rb
88
88
  - logstash-input-example.gemspec
89
89
  - spec/inputs/example_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: This example input streams a string at a definable interval.