logstash-output-pipe 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: 2a12d55295a68e5cc8aaac01ef9acfdaf597049f
4
- data.tar.gz: 1be4c8fc0878c537aecab0eb84d4ad762c798ce3
2
+ SHA256:
3
+ metadata.gz: d2cbedb3a89c722e2dbf049590bda7ba204760ce172305768115768e8c85f09f
4
+ data.tar.gz: 9b5ea772b97d0540023e03203ce8ae8dbbe5665752398c18c439f0396c35590d
5
5
  SHA512:
6
- metadata.gz: fe58d43d7ac422a9fa42048f516303bc5233740daf92ed956239258cb65d5e70208130d901df8169d8df04dd4e0b5f0576360443db9075bb6b95e264fb1cf106
7
- data.tar.gz: bbbfaa577e0f906c638d2ebe738b81febd2728bffbf9d5574dabd26a23a52c008c5834b7cf632662a21c18707857de75958d4ae20e4206725ee4fcec703bd489
6
+ metadata.gz: 9f1562dba234142d119d5743b5132cecb6e31438bceb39481fbcf2c14215523899f036a98822f58deec58a5e9e7973d9b131e65aa9f0ec83c064689b35452b4e
7
+ data.tar.gz: 44d76cd522e030a8931e153673ce3f268d4ac0b88d98f04a47c3743f255f148ec2d5ee8e42650a85ae2b9fe4171d74a6e05b8e4b1b2f253562bc3bfa9a1bb24e
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.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-output-pipe'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Pipe events to stdin of another program."
6
+ s.summary = "Pipes events to another program's 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-output-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: Pipe events to stdin of another program.
105
+ summary: Pipes events to another program's standard input
104
106
  test_files:
105
107
  - spec/outputs/pipe_spec.rb
106
108
  - spec/spec_helper.rb