logstash-output-exec 3.1.2 → 3.1.3

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: b049ff1294bb5147d1d71222c80e6ef9dedf3bc5
4
- data.tar.gz: 64015014c5deac44cc692a0cbb87a66ad52b7b3a
2
+ SHA256:
3
+ metadata.gz: 59144edff3abdb087540ee9a3ad2da29d04f77b9eb5aed4fdde33ee19f451b20
4
+ data.tar.gz: f21d0f54c5b5008fdc110ead52c3056881eb785fbd0ed23d3e80491253b6744e
5
5
  SHA512:
6
- metadata.gz: 53dd81e876538e09513b5e2339cd828b2d1d16c8442b1fa1f22565c7530be4f296487cd602592258da814530c53013aab383e1bd4ba8cc606f124d55f52acfaa
7
- data.tar.gz: d0f01c3836f16c1df52080f2eac50e9aa60e33b293388451b1c0f968e8901a9e974a43112c122b04db72908774c487c753df6b7485e73266a8a097d40e758814
6
+ metadata.gz: 2057460e09f9d458f8f656f3d98e8fe4d24ad04fccdbda72de49c451ff9787108447bb189b36734198c0106a5080ccba30bea4858e01885eb92d8bc5f58df7d0
7
+ data.tar.gz: 00d2e80823a4a65d7b7d606195ca07d739a858b4af0cd9404d01a96ec8f11388984ae409a8b8c9e4bc5bead9b9bfbc165adcb152f33ab5c1d4446112f8b595aa
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-exec'
3
- s.version = '3.1.2'
3
+ s.version = '3.1.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output will run a command for any matching event."
5
+ s.summary = "Runs a command for a matching event"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
@@ -1,4 +1,5 @@
1
1
  # encoding: utf-8
2
+ require "logstash-core"
2
3
  require "logstash/outputs/exec"
3
4
  require "logstash/event"
4
5
  require "logstash/devutils/rspec/spec_helper"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
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-21 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
@@ -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: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This output will run a command for any matching event.
104
+ summary: Runs a command for a matching event
103
105
  test_files:
104
106
  - spec/outputs/exec_spec.rb