logstash-input-stdin 3.2.4 → 3.2.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
- SHA1:
3
- metadata.gz: f022e94e8b850c4de832063821a7f23a57208e51
4
- data.tar.gz: 0395a5879b61b0ec77a52e4e18489a1d6aae1d52
2
+ SHA256:
3
+ metadata.gz: 0e76e7f57db9075ad2ac4aa3949450912122ad2468cc4a574be9bfbbf9e05498
4
+ data.tar.gz: fd05d3216a68e6af436a6c9d96be991fdf1ff021af292f226c29b0d9b3453678
5
5
  SHA512:
6
- metadata.gz: 6d966b4642c4f8dc9c7334d50d8fe8660b1dc2a7bb4881191647c49594660a2425575a530672b9afbca1a50598057a6a6ea5825694ce6567c9f34231b53a3d5f
7
- data.tar.gz: 0e5bb280a9b93bedc5311563a4ddc8fa4278142476cbb09c4b17a3f40319eac14f24e0029ab8d740f69a85fd161bf67bdd417208112b878274eb4d58250487e4
6
+ metadata.gz: 756f155626f6f09b25efcf25efb384e636c416a51c59951e13941977b1f4373e9099911d675227aede80f68a0df1ce6929ab967a09ae7ed97773593584f487ab
7
+ data.tar.gz: f7d745ce50048bed7fe8501ac3478bc442005aed22d433def7aa6fffe68d9a9d60e1cac87fcc3d3dfe3a927ffb2cba963ada456964ea3f94b672a9ee164f024e
@@ -1,3 +1,6 @@
1
+ ## 3.2.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.2.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-input-stdin'
4
- s.version = '3.2.4'
4
+ s.version = '3.2.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read events from standard input"
6
+ s.summary = "Reads 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/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-input-stdin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.4
4
+ version: 3.2.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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +128,9 @@ dependencies:
128
128
  - - ">="
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
- 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
131
+ description: This gem is a Logstash plugin required to be installed on top of the
132
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
133
+ gem is not a stand-alone program
132
134
  email: info@elastic.co
133
135
  executables: []
134
136
  extensions: []
@@ -166,9 +168,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
168
  version: '0'
167
169
  requirements: []
168
170
  rubyforge_project:
169
- rubygems_version: 2.4.8
171
+ rubygems_version: 2.6.11
170
172
  signing_key:
171
173
  specification_version: 4
172
- summary: Read events from standard input
174
+ summary: Reads events from standard input
173
175
  test_files:
174
176
  - spec/inputs/stdin_spec.rb