logstash-input-stdin 0.1.3 → 0.1.4

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: d5eee39849188896fa76bc7639f71c6a9db49c61
4
- data.tar.gz: df15660196b782f7cfe1e00dd421a829bba50c29
3
+ metadata.gz: a12de71d9f7b41b76670c6c50a98cf84d81bb57a
4
+ data.tar.gz: a8540f1739c9845223eefec88c70ace38213aee7
5
5
  SHA512:
6
- metadata.gz: 7cb67ccd8045857f806ec561f26f24beaf3f7220de88ce31fdbb798ccfb77179801c46c9925af951a51dc45649e37609d5aaf209ea6ec41ef222f17158f499e1
7
- data.tar.gz: 3e530486d15f271a70fe58ed06ba2930d5847ac3e2b4c95c1da96743bb13633680253e673f69899a72068893c1e87c704f3ec951e6b5a8301015b90b0aaf68f3
6
+ metadata.gz: 33b693117b447c57c8b94b907181a8bd9649bb285be07bdd46154a745d81139811400e040ae1b36fabc4e820f1c3699fa690311fb6973e32c92fc0389ac7eac9
7
+ data.tar.gz: 73c93fb576fdcb5d476e087c6e4826fbce232458cb5b46b0e12c0eaf5e14d6a575a54d5b74799370b5b785ceb5f878c9370bcd0c772124c67652d6eb98b982c9
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,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-stdin'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read events from standard input"
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-input-stdin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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
@@ -101,7 +101,7 @@ dependencies:
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  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
104
- email: info@elasticsearch.com
104
+ email: info@elastic.co
105
105
  executables: []
106
106
  extensions: []
107
107
  extra_rdoc_files: []
@@ -115,7 +115,7 @@ files:
115
115
  - lib/logstash/inputs/stdin.rb
116
116
  - logstash-input-stdin.gemspec
117
117
  - spec/inputs/stdin_spec.rb
118
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
118
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
119
119
  licenses:
120
120
  - Apache License (2.0)
121
121
  metadata:
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.4.5
140
+ rubygems_version: 2.1.9
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Read events from standard input