logstash-input-pipe 3.0.5 → 3.0.6

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: 03b144c5dcbf245f407a3e7063d2ab0b884bf792
4
- data.tar.gz: 8bec096100b862fe0b0c0f58d37a7cd7fa32a093
2
+ SHA256:
3
+ metadata.gz: 677a795a66750091f442417557b0c94488bf9519796076d0feb4bb730b0323eb
4
+ data.tar.gz: e7068bcb5e96ddc9d8bae3de66f4da898a4c225aeb7236288ee4884ac3cdf0c0
5
5
  SHA512:
6
- metadata.gz: 6f9b3bf344c203515b92da4de884e8142c63a924cf1d7e9e22f50c776ed38c0842cf2ead752f9d27d54290df9688441163e6d2448340997f09b3bf6ddf1e7e23
7
- data.tar.gz: dbf45486d239529d4c3f78d0d6263d85c1f4de74afdcd93d7e487a04f3544f27c42c3ed7eb2ebaca2de9ba09858df625246e4cd18d3906749d2c5511aa5f25e3
6
+ metadata.gz: 6ae12f60371cc506fedec745ebca64fb4563a96696f5932c29057727a0c0199f0093698c14111ff5585af4d4e65bafd4bb305a4223ddc1bbac4d014a80005540
7
+ data.tar.gz: 38306369921df923da37f87266723f9ad57456a93e6ec250c20edbc3bed1a9fb332219af8ed7d51ee8795467ca427bc6233f8269c038bf27791dd1252fc085d4
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-pipe'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Stream events from a long running command pipe"
6
+ s.summary = "Streams events from a long-running command pipe"
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-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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-15 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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Stream events from a long running command pipe
118
+ summary: Streams events from a long-running command pipe
117
119
  test_files:
118
120
  - spec/inputs/pipe_spec.rb