logstash-input-stdin 0.1.6 → 1.0.0

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: f9813102cbd74fef793ca3fdab9fc764d18b5493
4
- data.tar.gz: 32eaab033a997c2267bf33a397b1095b97dac2ad
3
+ metadata.gz: 68af34dc793da5156c2748ed8639607b04805672
4
+ data.tar.gz: bc46a40111f4a9aa42a861766c504c53c72591ea
5
5
  SHA512:
6
- metadata.gz: 8de106cfc9f7e77a520793fc37faae679dbd92c9bb41b2d535472aaf2bf7ab4c37e1c701526e795f9b720e76b885b2aaa6a8dd3c7a22882586df3472b1b36cdf
7
- data.tar.gz: 6b50963b536487e75d051e1f6098f7a5e3315fb7ba82c8281ec1bdfe05f96288e402180fa2781bc5fb11f0097b4082c058a488416398898a111d1a60ad850e2e
6
+ metadata.gz: 589fd0136c6bf925f75fe8b554b49f0aa5e73fa765ad6a6d9c7e02e952a4f388540b4f854ff176e66374bb2544ffa455b1b89966d5ac0a4027651c8fed8cd32e
7
+ data.tar.gz: 4f9ea11e586b6ec4358c66be24e5825e35a857c2c524c14e666c16638c26b042575c1b0f392ad56723662a6dc89c9fe01f5197cda9aa4307599065aa4a8de14e
data/CHANGELOG.md ADDED
File without changes
data/NOTICE.TXT ADDED
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-stdin'
4
- s.version = '0.1.6'
4
+ s.version = '1.0.0'
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"
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.6
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -121,9 +121,11 @@ extensions: []
121
121
  extra_rdoc_files: []
122
122
  files:
123
123
  - .gitignore
124
+ - CHANGELOG.md
124
125
  - CONTRIBUTORS
125
126
  - Gemfile
126
127
  - LICENSE
128
+ - NOTICE.TXT
127
129
  - README.md
128
130
  - Rakefile
129
131
  - lib/logstash/inputs/stdin.rb
@@ -151,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
153
  version: '0'
152
154
  requirements: []
153
155
  rubyforge_project:
154
- rubygems_version: 2.1.9
156
+ rubygems_version: 2.2.2
155
157
  signing_key:
156
158
  specification_version: 4
157
159
  summary: Read events from standard input